Title

Kodyaz Development Resources

Development resources, articles, tutorials, samples, codes and tools for .Net, SQL Server, Vista, etc.
Welcome to Kodyaz Development Resources Sign in | Join | Help
in Search

Tuba



The project you are trying to open is a Web project. You need to open it by specifying its URL path.

I happened to get this error because the file "ProjectName.vbproj.webinfo" file was missing in my project folder.

I have my project under source control . The source control does not have the webinfo file for you to get into your project. This is because this file keeps track of a project's virtual root location and it can be different for different people working on the same project.  So when you have this file in your project folder you don't need to add the project to your solution by using “Add Existing Project From Web”, you can use “Add Existing Project” with Visual Studio.

Here is the content of the file:

<VisualStudioUNCWeb>

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

</VisualStudioUNCWeb>

 

Published Tuesday, June 13, 2006 10:39 AM by redkit

Comments

No Comments
Anonymous comments are disabled

This Blog

Post Calendar

<June 2006>
SuMoTuWeThFrSa
28293031123
45678910
11121314151617
18192021222324
2526272829301
2345678

Syndication

Copyright © 2004 - 2008 Eralper Yilmaz. All rights reserved.
Powered by Community Server, by Telligent Systems