JohnYingling
Programmer
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.
- free online Compare/Diff of snippets
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