Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cannot Debug dll in VS 2005

Status
Not open for further replies.

datenis

Programmer
Jan 22, 2002
98
CA
I have a project in VS 2005 that was upgraded from VS 2003 that builds into a dll. When I start the debugger it would stop right away, and it does not step into any code. Any suggestions why this is happening?
 
A couple of suggestions:

1. Double-check that you're doing a release build
2. Delete the obj & bin directories, and build again

Chip H.


____________________________________________________________________
If you want to get the best response to a question, please read FAQ222-2244 first
 
Turned out to be remote desktop issue, use the console option did the trick:

mstsc.exe -v:servername /F -console
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top