Break points not hit when debugging C# DLL in Visual Studio 2010 using VC6 executable.

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
Hello, were planning on upgrading to VS2010 pro from VS2008 but are running into this critical issue:
In VS2008 we were able to step through our C# DLL code when the start external program is a VC6 executable. This capability is lost when we installed VS2010 pro. When we hit F5 the application still runs but the break points never get hit. If we
switch the debug program to a .NET executable then it starts to work.
Is there a setting in VS2010 we need to tweak to make debugging possible? Thanks in advance.

View the full article
 
Back
Top