On Tue, May 18, 2010 at 6:13 PM, Jan <[email protected]> wrote: >> >> >> >> mscorlib.dll!System.AccessViolationException.AccessViolationException() >> >> Line 25 C# >> > ntdll.dll!executehandl...@20() + 0x26 bytes >> > ntdll.dll!executehand...@20() + 0x24 bytes >> > ntdll.dll!_kiuserexceptiondispatc...@8() + 0xf bytes >> > [Managed to Native Transition] >> > Mono.Cecil.Pdb.dll!Mono.Cecil.Pdb.SymWriter.CloseMethod() Line 103 >> > C# >> >> > Has anybody an idea? >> >> Well, VS could very well have a lock on the pdb, and maybe you're >> writing over it? > > No, I am writing a new file, no overwrite. My feeling is that the > managed to native transition is not allowed. Which assembly are you > accessing here?
No assembly beside Mono.Cecil.Pdb. But CloseMethod is a COM call. -- Jb Evain <[email protected]> -- -- mono-cecil
