I am trying to open a .NET web project that was created using Visual Studio 2003. When I try and open the project, I get an error message that says the following:
The project you are trying to open is a Web project. You need to open it by specifying its URL path.
I can not make sense of this error message. Here are the steps I perform to try and open the project.
1. With file explorer, I locate the name of the .NET project I want to open. The name of the project is AfundManager.csproj
2. Once I have selected the name of the file "AfundManager.csproj", I right click and on the pop-up window I select "Open with Visual Studio 2003". Once this happens, I get the error message mentioned previously. That is:
The project you are trying to open is a Web project. You need to open it by specifying its URL path.
So I have no idea what the problem is here? Does anyone have any ideas what might be wrong?