Add Reference to A DLL (assembly) Causes DevEnv.Exe To Crash!
Hi I have the Windbg of the crash. All I did, is try to add a DLL to the project to see what it has, and IDE crashed on me. I have the dump of the crash.
I remember similar problems with some DLLs in the past. I never found a real solution for it (though it doesn't seem to happen with VS 2005 any more), but as a workaround it helped me to add the reference to the .csproj file directly using an XML editor. You might want to try that if you haven't already.
Add Reference to A DLL (assembly) Causes DevEnv.Exe To Crash!
thames
Regards,
Sandro.
Mondo2435
This dll is unmanaged dll, and its part of a network sniffing tool, I found on the net, and want to see what it contains to understand how it works.
NozFx