Anyone ever had this error when trying to build a solution in Visual Studio 2008?
It's driving me MAD! I've removed all the containing projects and re-added them, and it's still not letting me build or run the solution.
Any suggestions?
Anyone ever had this error when trying to build a solution in Visual Studio 2008?
It's driving me MAD! I've removed all the containing projects and re-added them, and it's still not letting me build or run the solution.
Any suggestions?
If you open the solution file (SolutionName.sln) in a text editor you should a couple of lines something like these for each project:
Project("{FAE04EC0-301F-11D3-BF4B-00C04F89EFBC}") = "ProjectName", "ProjectName\ProjectName.csproj", "{6B887D8C-D874-4AB2-B2CC-3551DEA2CC83}"
EndProject
There may be more stuff in between those lines, or in this case they may corrupt in some way. If you can isolate the problem entry and remove it you may be able to resurrect the solution.