I have a website that works in VS 2003, I copied the files to a new computer with VS 2005 loaded on it.
All website files are in 1 directory E:websites\devnppl\
When I try to open a 2003 project in VS2005 and select the devnppl.sln file the .sln file converts but then I get the following error.
Unable to open the Web ‘http://localhost/DevNPPL/DevNPPL.vbproj’. The Web ‘http://localhost/DevNPPL/DevNPPL.vbproj’ does not exist.
If I try to open the devnppl.vbproj file I get
Conversion Issues – DevNPPL.vbproj:(Warning List):
Warning: Unable to parse file about.aspx, since no code-behind attribute or page/control directive found. about.aspx
I know what this is but do not know why the following errors are displayed.
and then the following error on NpplAdmin.csproj:(Error List)
ERROR: Unable to get local copy of file games\venuesearch.aspx.cs.
Any help is appreciated
Larry