Hi,
>I have noticed so far that it doesnt hang up while saving .js files
>in my web application. It typically happens on the "code" files
>i.e. .aspx, .aspx.vb, .vb, .cs etc.
Are those files belonging to a web site project?
If you test with a Winform or Console project, does such problem occur?
Thanks!
Best regards,
Gary Chang
Microsoft Community Support
--------------------
Get Secure! ¡§C www.microsoft.com/security
Register to Access MSDN Managed Newsgroups!
http://support.microsoft.com/default.aspx?scid=/servicedesks/msdn/nospam.asp
&SD=msdn
This posting is provided "AS IS" with no warranties, and confers no rights.
G. Sharp - 05 Feb 2006 04:00 GMT
I found the same thing! It was driving me crazy although I put up with it
(after hunting the net for a few hours trying to find the solution)...
Just now I've found the solution and thought I should reply to these
newsgroups which couldn't help me earlier.
The answer came from:
http://forums.asp.net/1184416/ShowPost.aspx
Basically Visual Studio is looking at all your recently opened projects, and
if one is on a remote computer which you can't connect to anymore you will
get a timeout (where DNS fails - generally because your not 'plugged in,' or
on another network, etc...) .
Browse the registry to:
HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\8.0\ProjectMRUList
and delete the references to remote locations.
Worked for me, hope it helps!
Cheers,
G#
> Hi,
>
[quoted text clipped - 19 lines]
>
> This posting is provided "AS IS" with no warranties, and confers no rights.