Folks,
I have a VS.NET 2005 web app (ASP.NET) which contains among other projects a “web deployment” project (myproject.wdproj).
I cannot seem to get this to build from FB4 - when I try to build just that single project (NOT using MSBuild), I keep getting an error code 2 - VS.NET crashes and needs to be restarted.
Processing Project : MyProject.SetupWebSite
Running C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\devenv.com with parameters : /build “Release|.NET” /project “MyProject.SetupWebSite\MyProject.SetupWebSite.wdproj” “C:\builds\MyProject.sln”
------
C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\devenv.com returned Error code : 2
Any ideas? Unfortunately, I can’t seem to copy out the contents of the error message being sent to MS…
Cheers!
Marc
Hi Marc,
Is the problem the lack of an absolute path on the wdproj file? That path should be fully qualified.
Hth.
- Angus