This blog has moved to http://ikhwanhayat.net

Wednesday, March 29, 2006

Failed To Open Web Project in VS.NET 2003

Caffeine can really get you going in the morning. Got a fix for this error, when failed to open a project in Visual Studio .NET 2005, with the error message "The project you are trying to open is a web project you need to open it by specifying its URL path" Solution is here: http://paulfarrow.com/archive/2005/06/08/577.aspx In my case, the webinfo file is missing. I just create a new one, named it according to my project name, "AwesomeWebProject.vbproj.webinfo". Inside the file are these 3 lines

<VisualStudioUNCWeb>
    <Web URLPath = "http://localhost/AwesomeWebProject/AwesomeWebProject.vbproj" />
</VisualStudioUNCWeb>

0 Comments:

Post a Comment

<< Home