Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Moving project folder

Status
Not open for further replies.

vbajock

Programmer
Joined
Jun 8, 2001
Messages
1,921
Location
US
I developed my project in http:\\locahost\someproject

I want to move it to http:\\localhost\website\someproject

I thought it was going to be a simple xcopy deal but when I try to open the project file I get an "unable to open project - this may be because some components are missing" error. What am I doing wrong?

Thanks
 
You will need to edit the

<projectname>.vbproj.webinfo

file and update it before you can load it into VS.net its a very simple file, open it in notepad and take a look

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top