System.IO.IOException was unhandled
Message="The process cannot access the file 'c:\\\\program files\\\\visual assist x\\\\vc8\\\\cache\\\\s13931513.d1' because it is being used by another process."
Source="mscorlib"
StackTrace:
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at 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)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options)
at System.IO.StreamWriter.CreateFile(String path, Boolean append)
at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize)
at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding)
at VANetObj.Class1.EnumerateType(String lib, String outputFileName)
at VANetObj.Class1.Main(String[] args)
---
I'll send a handle dump to support. Dont ask me when or why it happend. Only one instance of VS was running at this time, so it must be a problem internal with locking the file. The exception came up twice in a row with different thread id's.
Is there any way to make something like a mini dump for .net assemblies?