VS 2005: cannot start debugging

G

Giedrius

Hi,
Just installed latest VS 2005 without C++ ( VS.Net 2003 also exists)
trying to run local windows application project, shows an error message:

"Error while trying to run project: Unable to start debugging.
This operation returned because the timeout period expired."

Attach to Process Ctrl+Alt+P shows the same error.
I have tryed various combinations to start/enable services it just does not
work, while on the other computer it works great from beginning. Could
someone point me to what to do next?
 
G

Guest

Have you tryed recompiling the whole solution, sounds like the pdb-files are
missing?

Best regards Björn Olsson
Head of Technology
Centre for Business Solutions
Gothenburg School of Economics and Commercial Law
University of Göteborg
Department of Business and Administration
PO BOX 610
SE-405 30 Gothenburg Sweden
P: +46317732767
C: +46708630872
F: +46317734754
 
G

Giedrius

Hi recompiling did not help, since debugging was not working totally
(Ctrl+Alt+P and attach any exe).
I had to remove some files from C:\Program Files\Common Files\Microsoft
Shared\VS7Debug\ (csm.dll and pdm.dll)
this somehow helped at least to start a project, however I havent done any
deep testing.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top