PDA

Click to See Complete Forum and Search --> : Visual Studio.Net


hpl
Dec 16th, 2003, 06:43 AM
One of my collegues have a strange problem. When he imports a porject made and runs the debugger the following error occurs:

Error while trying to run project: Unable to start debugging on the web server. The project is not configured to be debugged.

Any of you have an idea of what goes wrong?

Rio
Dec 16th, 2003, 08:42 AM
edit your web config :
<compilation defaultLanguage="vb" debug="true" />

hpl
Dec 16th, 2003, 09:03 AM
Hi Rio, thanks for your reply, the strange thing is that he HAS applied the code you wrote!
There's no problem when he debugs a project made on his own pc, the problem occurs when he imports projects.