"the project file or web cannot be found"

R

Randy

I've got a VS 2005 VB solution I got from someone and I'm trying to get it
to run in a different directory. I've got all the files in my new directory
(inetpub\wwwroot\CS). When I open the solution, I'm getting the above error.
I went into the .sln file and adjusted the line...
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "CS", "",
"{F69A5A9F-3087-4E60-A1D9-487A4022D595}"
to have the correct directory (CS). This VB project also didn't have a
csproj file. Is there anything else I should do?

Thanks
 
C

Cor Ligthert[MVP]

Randy,

This is a pain in VS 2005 as there are probably endless versions a project
can be created (especially with the special project addition).

In VS 2008 they are back again to the format of 2003.

However have a look at a folder somewhere named "WebSite".

What I mostly did in this case for 2005 was creating an empy Web application
and pasted the old code in that.

Cor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top