C#FileNotFoundException,文件名accessibility.properties

C#FileNotFoundException,文件名accessibility.properties,c#,filenotfoundexception,C#,Filenotfoundexception,我的申请有以下奇怪的例外情况 System.IO.FileNotFoundException:找不到文件 “C:\Users\MYUSER\.accessibility.properties”。文件名: “C:\Users\MYUSER\.accessibility.properties”位于 System.IO.\uuu Error.WinIOError(Int32 errorCode,字符串maybeFullPath) 在哪里可以找到此文件accessibility.properties系统

我的申请有以下奇怪的例外情况

System.IO.FileNotFoundException:找不到文件 “C:\Users\MYUSER\.accessibility.properties”。文件名: “C:\Users\MYUSER\.accessibility.properties”位于 System.IO.\uuu Error.WinIOError(Int32 errorCode,字符串maybeFullPath)


在哪里可以找到此文件
accessibility.properties

系统无法在该位置找到该文件

如果有“MYUSER.accessibility.properties”文件,您是否搜索过C:\Users


我猜您需要在C:\Users\MYUSER\accessibility.properties中搜索(注意MYUSER之后的\)。

系统无法在该位置找到文件

如果有“MYUSER.accessibility.properties”文件,您是否搜索过C:\Users


我猜您需要在C:\Users\MYUSER\accessibility.properties(注意MYUSER后面的\)。

实际上,MYUSER文件夹中没有名为.accessibility.properties的文件,而且,我对这个文件一无所知。为什么要编辑stacktrace?-错误表示系统试图打开该位置的文件。如果您对该文件一无所知,我们需要更多信息(例如它崩溃的代码),实际上,MYUSER文件夹中没有名为.accessibility.properties的文件,而且,我对该文件一无所知。为什么要编辑stacktrace?-错误表示系统试图打开该位置的文件。如果您对该文件一无所知,我们需要更多信息(如它崩溃的代码)
.accessibility.properties
您在Beginga中有自己的观点,请发布代码?更有趣的方式是发布异常,它将显示您实际请求该文件的人。@CodeFarmer,是的,我知道,这正是我得到的
.accessibility.properties
你在Beginga中有一个观点,你可以发布代码吗?更有趣的是发布异常,它会显示你是谁在请求这个文件。@CodeFarmer,是的,我知道,这正是我得到的