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
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