Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Visual Studio 2003 Hangs Contacting Web Server

Status
Not open for further replies.

JohnYingling

Programmer
Mar 24, 2001
3,742
0
0
US
Visual Studio 2003 Hangs Contacting Web Server. This happens to me once in a while and I finally figured out how to fix it without redoing the entire solution. Three different Solutions came up with this problem on the same day.

Open the SLN file with Notepad. Remove the offending Project from the top of the file. Do not worry about further references in the file. Close the SLN file. Open the Solution in Visual Studio. Add the Existing Project back in. All is forgiven.
Code:
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "XXX-QA", "[URL unfurl="true"]http://localhost/XXX-QA-CODE/PTT-QA.vbproj",[/URL] "{E27D1741-AD27-4CC5-AEE8-CAA40BFDBF7F}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject


- free online Compare/Diff of snippets
 
So what were the other two solutions?
 
They were Solutions, not solutions.

"The S in Silence is capitalized because it is a name."

I meant that three different Visual Studio Solutions developed this problem on the same day.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top