拒绝访问 AppData/Roaming

拒绝访问 AppData/Roaming

Visual Studio 2010 提供两种配置的解决方案:x86 和 x64。在 x86 配置中,我没有遇到任何问题。在 x64 配置中,我收到以下错误:

SQLitePureImageCache,移动数据:System.IO.IOException:拒绝访问路径“C:\Users\user\AppData\Roaming\app\”。
在 System.IO.Directory.InternalMove(String sourceDirName, String destDirName, Boolean checkHost)
在 GMap.NET.Internals.Cache..ctor() 在 D:\mnt\11\home\hamidi\behnama\client\GMap\GMap.NET\GMap.NET.Core\GMap.NET.Internals\Cache.cs:line 101
GMap.NET.Core.dll 中发生了类型为“System.BadImageFormatException”的第一次机会异常

which user 是我的登录用户,app 是我的应用程序名称。我认为这与 SQLite 本身或其程序集无关。64 位模式下的应用程序似乎出了问题。

相关内容