The Situation
I've been hit with a situation that I've never encountered before. I have an application that uses a dll
called client.dll
. The Application stays in the bin\debug\
folder and is run using Build Events... every time the application builds. This works great, the program starts after the program is built and everything goes smoothly... until...
AN EXCEPTION/ERROR IS THROWN! The application is no longer being debugged because VS2010 isn't actually connected to the DLL any more.
My Question
Do any of you know a better way for me to handle this? Is there anyway for me to line-by-line debug like I would a normal WinForms application with this Class Library project?
Information
Build Events: CALL "$(SolutionDir)Client\bin\Debug\ClientRunner.exe"