Re: VS crash after debug

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



I think I found it.

It was an old library referenced by a library that my BLL and DAL use. The
library is very simple, just a class with some methods that write to windows
event log.
I opened source project with VS2005 (it was compiled with VS2003),
recompiled it without any changes, recompiled the dll that references it,
and finally recompiled main application. Now it seems I can debug main
application without vbc and IDE crash, and it seems also that compiling
application is more fast.

Thank you



.