downloaded project and ASP.Net

  • Thread starter Thread starter Jason Huang
  • Start date Start date
J

Jason Huang

Hi gurus,

I downloaded some demo project from some web site, there're some folders and
files.
One of those files is a .csproj file. However when I want to open that
project in ASP.Net, there pops out an error message saying something wrong
with the path mapping to URL.
Any help will be appreciated.

Jason
 
Jason Huang said:
I downloaded some demo project from some web site, there're some folders and
files.
One of those files is a .csproj file. However when I want to open that
project in ASP.Net, there pops out an error message saying something wrong
with the path mapping to URL.
Any help will be appreciated.

Hi Jason. A csproj file is a Visual Studio C# project file. When you say you
open it in ASP.Net, what do you mean?

--
Regards,

Tim Haughton

Agitek
http://agitek.co.uk
http://blogitek.com/timhaughton
 
In the Microsoft Visual Studio.Net 2003, File/Open/Project, I select the
..csproj file to open.
 
Back
Top