473,749 Members | 2,580 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Cannot create new Web applications

I cannot create new Web applications in Visual Studio .NET 2003. I
get this error message: "Visual Studio .NET cannot create or open the
application. The likeliest problem is that required components are not
installed on the local Web server. Run Visual Studio .NET setup and
add the Web Development commponent." So I ran the Visual Studio .NET
setup and added the Web Development component...and get the same
problem.

The thing is that the existing Web applications that I am working on
open without a hitch. I cannot verify that I have ever successfully
created a new Web application project, but I do have two small.
projects that I created from scratch without creating this problem.

The development in question is taking place on my own machine, with
http://localhost the root URL and the files residing in
C:\inetpub\wwwr oot. Each project has its own folder in
C:\inetpub\wwwr oot. The .sln file for the successful projects reside
in folders in C:\Documents and Settings\[{my account}\My
Documents\Visua l Studio Projects. The projects, project folders and
..sln folders all have the same names.

I have done the following:
* Verified that IIS is running on my machine (Win XP Pro).
* Run 'aspnet_regiis. exe /i ' from the Visual Studio .NET command
prompt.
* Removed .NET Framework 1.1 and reinstalled it from the Visual Studio
prerequisites disk.
* Repaired Visual Studio.

I have not performed a security lockdown.
Nov 18 '05 #1
2 9780
Could be either components are not installed, make sure you have installed
all of the .NET pre-requisists. If these are installed it is possible that
the virtual directory is not set up correctly. When you start a VS.net
application from scratch it will create this directory for you but if you
copy a vs.net application from another machine you may have to set up the
virtual directory using IIS(internet services manager.)

"Jay Bienvenu" wrote:
I cannot create new Web applications in Visual Studio .NET 2003. I
get this error message: "Visual Studio .NET cannot create or open the
application. The likeliest problem is that required components are not
installed on the local Web server. Run Visual Studio .NET setup and
add the Web Development commponent." So I ran the Visual Studio .NET
setup and added the Web Development component...and get the same
problem.

The thing is that the existing Web applications that I am working on
open without a hitch. I cannot verify that I have ever successfully
created a new Web application project, but I do have two small.
projects that I created from scratch without creating this problem.

The development in question is taking place on my own machine, with
http://localhost the root URL and the files residing in
C:\inetpub\wwwr oot. Each project has its own folder in
C:\inetpub\wwwr oot. The .sln file for the successful projects reside
in folders in C:\Documents and Settings\[{my account}\My
Documents\Visua l Studio Projects. The projects, project folders and
..sln folders all have the same names.

I have done the following:
* Verified that IIS is running on my machine (Win XP Pro).
* Run 'aspnet_regiis. exe /i ' from the Visual Studio .NET command
prompt.
* Removed .NET Framework 1.1 and reinstalled it from the Visual Studio
prerequisites disk.
* Repaired Visual Studio.

I have not performed a security lockdown.

Nov 18 '05 #2
Hi Jay,

Have you tried this?

http://support.microsoft.com/default...b;en-us;825792

"When you try to open an ASP.NET Web Application project, the ASP.NET
process accesses a nonexistent file that is named Get_aspx_ver.as px to
retrieve the ASP.NET version information. If the defaultRedirect attribute
is not set to an HTML file or to an ASP file, the request for the
Get_aspx_ver.as px file returns the HTTP 404 error and the ASP.NET version
information. If the defaultRedirect attribute is set to an HTML file or to
an ASP file, the request for the Get_aspx_ver.as px file does not return the
ASP.NET version information. Therefore, you receive the error that is
mentioned in the "Symptoms" section of this article."

Let us know?

Ken
MVP [ASP.NET]
"Jay Bienvenu" <sp**@bienvenu. net> wrote in message
news:61******** *************** **@posting.goog le.com...
I cannot create new Web applications in Visual Studio .NET 2003. I
get this error message: "Visual Studio .NET cannot create or open the
application. The likeliest problem is that required components are not
installed on the local Web server. Run Visual Studio .NET setup and
add the Web Development commponent." So I ran the Visual Studio .NET
setup and added the Web Development component...and get the same
problem.

The thing is that the existing Web applications that I am working on
open without a hitch. I cannot verify that I have ever successfully
created a new Web application project, but I do have two small.
projects that I created from scratch without creating this problem.

The development in question is taking place on my own machine, with
http://localhost the root URL and the files residing in
C:\inetpub\wwwr oot. Each project has its own folder in
C:\inetpub\wwwr oot. The .sln file for the successful projects reside
in folders in C:\Documents and Settings\[{my account}\My
Documents\Visua l Studio Projects. The projects, project folders and
.sln folders all have the same names.

I have done the following:
* Verified that IIS is running on my machine (Win XP Pro).
* Run 'aspnet_regiis. exe /i ' from the Visual Studio .NET command
prompt.
* Removed .NET Framework 1.1 and reinstalled it from the Visual Studio
prerequisites disk.
* Repaired Visual Studio.

I have not performed a security lockdown.


Nov 18 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
2974
by: Sangbae | last post by:
I cannot create table using adodbapi. I have no problem with SELECT etc. But I can create table using win32com.client directly. I don't know why. Could you give some advice, please? This is my source. =====================================
6
13728
by: Chad Crowder | last post by:
Getting the following error on my production server whether the file exists or not: "System.IO.IOException: Cannot create a file when that file already exists." Here's the code generating the error (seems to be happening when I try creating a directory) If dirmgr.Exists("s:\blah\" & txt_name.Text) Then lblerror.Text = lblerror.Text & "Unable to build physical path. " &
2
5581
by: W. Broersen | last post by:
I want to use Outlook.Application, but I donot get further. Dim objOLApp As Outlook.Application objOLApp = CreateObject("Outlook.Application") Everytime I'll get the following error: Cannot create ActiveX component I set in the reference the COM from Outlook... Does someone know how to solve this problem????
4
3244
by: Patrick | last post by:
I have a middle tier object that generates Excel spreadsheet here is the code moExcel = CreateObject("Excel.Application") moWorkBook = moExcel.Workbooks.Add moSheet = moWorkBook.Worksheets(liSheetNum) moSheet.Delete() moSheet = moWorkBook.Worksheets(liSheetNum) moSheet.Delete()
0
1725
by: Patrick F | last post by:
I keep getting this error message and i don't know whats the problem is and how to solve it. I have a webproject with 2 components (dll) added to it. One is called PhotoGallery and one is called Photo. Any suggestions on how to solve this? i can't do much at the moment. Server Error in '/PhotoGallery' Application. -------------------------------------------------------------------------------- Cannot create/shadow copy 'Photo' when...
1
8920
by: Patrick F | last post by:
I keep getting this error message and i don't know whats the problem is and how to solve it. I have a webproject with 2 components (dll) added to it. One is called PhotoGallery and one is called Photo. Any suggestions on how to solve this? i can't do much at the moment. Server Error in '/PhotoGallery' Application. -------------------------------------------------------------------------------- Cannot create/shadow copy 'Photo' when...
0
2811
by: =?Utf-8?B?QWxoYW1icmEgRWlkb3MgS2lxdWVuZXQ=?= | last post by:
Hello, mister I have an application web asp.net 2.0 + vs 2005 and VS 2005 Web Application Project. Its appears this error in execution: "Cannot Create/Shadow Copy '<projectname>' when that file arleady exists" error.
4
8282
by: sirjohnofthewest | last post by:
If I possessed the power to sway the mind of every user in the world to delete all forms of Internet Explorer I would die a happy man. Hi guys, I frequently visit this site to get answers to my problems and this one is really getting to me... I have a page that allows you to Browse Authors. There are three drop down boxes that auto-populate via AJAX. I have a file which it calls and returns the dynamically built XML file in the boxes...
1
1280
by: JASHINA | last post by:
I cannot open any web project even cannot create a new one. The message for create a new web project is: ---------------------- The default web access mode for this project is set to file share, but the project folder at "http://locahost/WebApplication1"cannot be opened with the path 'd:\inetpub\wwwroot\WebApplication1'. The error returned was: Unable to create Web project 'WebApplication1'/ The file path...
0
8833
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9568
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9389
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9335
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9256
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8257
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6801
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
2
2794
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2218
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.