Results 1 to 3 of 3

Thread: Visual Studio.Net

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Jan 2001
    Location
    Denmark
    Posts
    1,049

    Question Visual Studio.Net

    One of my collegues have a strange problem. When he imports a porject made and runs the debugger the following error occurs:
    Code:
    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?

  2. #2
    Junior Member
    Join Date
    Oct 2003
    Location
    Earth
    Posts
    23
    edit your web config :
    <compilation defaultLanguage="vb" debug="true" />

  3. #3

    Thread Starter
    Frenzied Member
    Join Date
    Jan 2001
    Location
    Denmark
    Posts
    1,049
    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width