How can we help you today? How can we help you today?
Clive Tong
I managed to reproduce the problem here, but it doesn't appear to be connected with any Reflector code. The error when I run as administrator is System.IO.DirectoryNotFoundException Could not find a part of the path 'C:\Users\Administrator\AppData\Local\Temp\Reflexil.Window\index.dat'. The stacktrace for the error is System.IO.__Error WinIOError(Int32 errorCode, String maybeFullPath) System.IO.FileStream Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath) System.IO.FileStream. ctor(String path, FileMode mode, FileAccess access) ICSharpCode.SharpDevelop.Dom.DomPersistence SaveCacheIndex(Dictionary`2 cacheIndex) ICSharpCode.SharpDevelop.Dom.DomPersistence AddFileNameToCacheIndex(String cacheFile, ReflectionProjectContent pc) ICSharpCode.SharpDevelop.Dom.DomPersistence SaveProjectContent(ReflectionProjectContent pc) ICSharpCode.SharpDevelop.Dom.ProjectContentRegistry get_Mscorlib() Reflexil.Forms.IntellisenseForm ParserThread() System.Threading.ThreadHelper ThreadStart_Context(Object state) so it looks like the problem is just that the code in the assembly ICSharpCode.SharpDevelop.Dom.dll expects the directory to exist. Hence the workaround is probably to create the directory, though the longer term solution is probably to get the add-in author to use an API to create the necessary directory. / comments
I managed to reproduce the problem here, but it doesn't appear to be connected with any Reflector code. The error when I run as administrator is System.IO.DirectoryNotFoundException Could not find ...
0 votes