Folks,
I have a an old ASP.Net website that I have to modify occasionally.
When I go to build or run the site, I get
Cannot update project reference ”.
Source project not
available.Validating Web Site
It then steps through each folder and page in the project & "Validates" it. The site is quite sizable, and can take 5+ minutes on my beefy Windows-7 PC.
Anyone any ideas how I can track down the ” project reference and get rid of this? The Validation is breaking my heart, small change, run, wait 5 minutes, test, small change, run wait 5 minutes . . . gag
ASP.Net isn’t my bag so forgive me if this is a school boy error.
Visual Studio 2008 stores project references for Web Sites in the Solution file (.sln)
Find and edit or remove the offending project references by editing the Solution file with Notepad or Notepad++.
A typical project entry
(here the GUID {2F769E88-2909-49A8-A5D6-1AF1C27FAB4E} on the far right is the project’s ID to be referenced by some other project) …
A reference to the above project entry from a Web Site