2

Few weeks ago I started using VS 2008 (Professional) with Windows 7 (Enterprise). When working with ASP.Net web applications I repeatedly stumble over the following error:

After opening a solution with a web project the first compilation and debug go perfectly fine. The second time I try to debug the solution I get the "Unable to start debugging on the web server. System call failed" error and solution does not start at all. When I try to debug it again it always shows the same error but sometimes the app actually starts but does not break on the server code at all.

Any ideas why this could happen? Thanks a lot for any suggestions.

(I use local IIS and run VS as Administrator)

5
  • 2
    That would be IIS 7, not 8, which does not exist. Yet. Commented Jan 29, 2010 at 10:09
  • Fixed future title to be present. Commented Jan 29, 2010 at 10:18
  • Let me check if I don't have the pre-alpha of IIS 8 on my machine ... Nope it's 7, you're right ;) Commented Jan 29, 2010 at 10:25
  • So how do you get it working again? iisreset? Commented Jan 29, 2010 at 21:27
  • Closing Visual Studio and opening the solution in a new one helps, but only till the second debug attempt. Seems that something may be wrong with VS hooking to/unhooking from the IIS process. Commented Feb 1, 2010 at 8:42

1 Answer 1

1

Have you installed SP1 for VS 2008? I am using Win7 as well, and alot of the issues get magically resolved with a service pack. HTH.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.