VS.NET errors after upgrading to SP2

  • Thread starter Thread starter wax
  • Start date Start date
W

wax

Hi,

I've just upgraded my development machine to service pack
2 (windows XP) and as soon as I tried to run the project
I've been working on (remote debugging, server = windows
2000 prof.) I got an error about :

Insufficient storage space

Obviously nowhere near that on either of the machines so
after a bit of Googling I ended up on a KB article that
said it might be caused by the machines not being able to
communicate via RPC which might be caused by the firewall.
So turning that one off resulted in the next error, which
I can't fix:

---------------------------
Microsoft Development Environment
---------------------------
Error while trying to run project: Unable to start
debugging on the web server. Access is denied.



Click Help for more information.
---------------------------
OK Help
---------------------------


Ofcourse this is nonsense too as nothing has changed on
the server as that's not where I made the upgrade to the
new service pack.

Any assistance would be greatfully appreciated..
Thanks

..
 
Your best bet is to try one of the many VS.NET newsgroups - it they've seen
it, I'm sure they have a solution.
 
wax said:
Hi,

I've just upgraded my development machine to service pack
2 (windows XP) and as soon as I tried to run the project
I've been working on (remote debugging, server = windows
2000 prof.) I got an error about :

Insufficient storage space

Obviously nowhere near that on either of the machines so
after a bit of Googling I ended up on a KB article that
said it might be caused by the machines not being able to
communicate via RPC which might be caused by the firewall.
So turning that one off resulted in the next error, which
I can't fix:

---------------------------
Microsoft Development Environment
---------------------------
Error while trying to run project: Unable to start
debugging on the web server. Access is denied.



Click Help for more information.
---------------------------
OK Help
---------------------------


Ofcourse this is nonsense too as nothing has changed on
the server as that's not where I made the upgrade to the
new service pack.
Hi

How to turn on remote debugging in Windows XP with Service Pack 2
http://support.microsoft.com/default.aspx?kbid=833977

and

Description of the DebuggerFirewall utility that makes the Visual
Studio Remote Debugger work through the Windows XP Service Pack 2
firewall
http://support.microsoft.com/default.aspx?kbid=841177
 
Back
Top