-
ASP.Net not opening existing project!
After installing 80GB hard disk into my computer system, I installed Visual Studio 2003 software into my system. When I want to run my existing project, it displays the error:
"Unable to open Web Project 'Project_Joe'. The file path 'C:\Inetpub\wwwroot\Project_Joe' does not correspond to the URL 'http://Localhost:/Project_Joe'. The two need to map to the same server location. HTTP Error 404: Not found"
I cannot even create a new project because it displays an ASP.Net Version Mismatch error.
What should I do? 
Please email the solution to mrwolf_86@hotmail.com
Last edited by dreamkiller; 01-18-2007 at 05:38 AM.
-
What is the ASP.NET version mismatch error? What version of .NET was your application created under?
Paul
~~~~
Microsoft MVP (Visual Basic)
-
Mismatch Error
The error says that it needs ASP.Net 1.1 or make the application compliant to ASP.Net 1.0, but when I choose ASP.Net 1.0, I don't see any action performed. Where could I get ASP.Net 1.1, does Visual Studio 2005 has ASP.Net 1.1 or 2.0?
-
ASP.NET 1.1 is Visual Studio 2003. In what version of Visual Studio did you develop this application?
Could you provide the *exact* ASP.NET error message please?
Paul
~~~~
Microsoft MVP (Visual Basic)
-
Visual Studio 2005
I have resolved the issue of ASP.Net by installing Visual Studio 2005. Now I am very new in this Visual Studio 2005, I need to add 'System.Data.SqlClient', where could I add this library from?
-
It's included in the .NET Framework. From the menus you can bring up the Add Reference dialog and then select it from the list to add to your project.
Paul
~~~~
Microsoft MVP (Visual Basic)
-
Thanks, I have found the 'Add Reference' menu! My next problem is, I have installed Oracle 9i in my computer system so it is using the localhost port, so I am unable to run my ASP.Net web applications from the localhost. From which file or scripts shall I be able to configure the localhost for the web applications, also tell me the file's location if possible!
-
If port 80 is in use by Oracle then you will probably need to change this in IIS under the Web Site properties (Control Panel...Administrative Tools...Internet Information Services applet). For the address you would need to specify http://localhost:PortNumber/appname in the browser.
During development you can also use the Visual Studio web server, instead of IIS, and specify a port or use random generated ports. The configuration for this is on the Web tab for the Properties of the web application project.
Paul
~~~~
Microsoft MVP (Visual Basic)
Similar Threads
-
By JStandard in forum .NET
Replies: 1
Last Post: 07-01-2008, 12:59 AM
-
By Gary Nelson in forum .NET
Replies: 277
Last Post: 10-01-2003, 12:00 AM
-
By Robert G in forum .NET
Replies: 84
Last Post: 02-08-2001, 02:38 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks