Error: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 component.
RSS
I installed the IIS 5.0 after VS.Net 2003 (1.1). after that I did run the aspnet_regiis -i at the visual studio command prompt.
I am able to run local web application created on my PC.
But when I tried to copy an web application created at shared PC into the wwwroot folder, I get the following error while trying to open the project in VS.Net. I've created the virtual directory for the project and also set the integrated windows authentication
under the directory security tab in the IIS.
How do I make sure I've frontpage extensions installed? I'd used the aspnet_regiis -i command at visual studio command prompt. Does it installs the froentpage extensions in IIS ?
I can run local web applicatoins created on the PC.
Control Panel -> Add/Remove Programs -> Windows Components -> IIS -> Details -> check 'FrontPage Extensions'
On Win 2003 Server Windows Components -> Application Server -> IIS
Steps are differetn if you are running 64 bit OS since there is no 64 bit FPSE component. You'll have to tell IIS to run in 32bit mode and use 32bit FPSE.
If they were not installed, they would have showed me the same problem while running local web applications. right? Please correct me if I'm wrong.
My problem is sovled now. But I still do not know what was wrong. I tried running the aspnet_regiis command for few times and somehow it started working. I want to know what all can be the reasons for this error as I was very sure that I'd installed the
required components.
vishalsaheb
Member
15 Points
3 Posts
Error:Visual Studio .NET cannot create or open the application. The likeliest problem is that req...
Jul 25, 2006 03:07 PM|LINK
Hi,
I installed the IIS 5.0 after VS.Net 2003 (1.1). after that I did run the aspnet_regiis -i at the visual studio command prompt.
I am able to run local web application created on my PC.
But when I tried to copy an web application created at shared PC into the wwwroot folder, I get the following error while trying to open the project in VS.Net. I've created the virtual directory for the project and also set the integrated windows authentication under the directory security tab in the IIS.
Please help me resolving the problem.
Thank You.
Mikhail Arkh...
All-Star
33139 Points
6083 Posts
Microsoft
Re: Error:Visual Studio .NET cannot create or open the application. The likeliest problem is that...
Jul 26, 2006 04:39 AM|LINK
------------------------------------------------------------
This posting is provided "AS IS" with no warranties, and confers no rights.
vishalsaheb
Member
15 Points
3 Posts
Re: Error:Visual Studio .NET cannot create or open the application. The likeliest problem is that...
Jul 27, 2006 01:57 AM|LINK
Thanks for your reply.
How do I make sure I've frontpage extensions installed? I'd used the aspnet_regiis -i command at visual studio command prompt. Does it installs the froentpage extensions in IIS ?
I can run local web applicatoins created on the PC.
Thank You
Mikhail Arkh...
All-Star
33139 Points
6083 Posts
Microsoft
Re: Error:Visual Studio .NET cannot create or open the application. The likeliest problem is that...
Jul 27, 2006 05:00 PM|LINK
Control Panel -> Add/Remove Programs -> Windows Components -> IIS -> Details -> check 'FrontPage Extensions'
On Win 2003 Server Windows Components -> Application Server -> IIS
Steps are differetn if you are running 64 bit OS since there is no 64 bit FPSE component. You'll have to tell IIS to run in 32bit mode and use 32bit FPSE.
------------------------------------------------------------
This posting is provided "AS IS" with no warranties, and confers no rights.
vishalsaheb
Member
15 Points
3 Posts
Re: Error:Visual Studio .NET cannot create or open the application. The likeliest problem is that...
Aug 02, 2006 10:32 PM|LINK
Yes the FrontPage Extensions are installed.
If they were not installed, they would have showed me the same problem while running local web applications. right? Please correct me if I'm wrong.
My problem is sovled now. But I still do not know what was wrong. I tried running the aspnet_regiis command for few times and somehow it started working. I want to know what all can be the reasons for this error as I was very sure that I'd installed the required components.
Thanks very much for your interest.
mossay
Member
22 Points
11 Posts
Re: Error:Visual Studio .NET cannot create or open the application. The likeliest problem is that...
Jan 03, 2008 05:43 AM|LINK
I had the same problem. I installed Visual Studio again selecting "Web Development" in the "Server Components" section. This solved the issue.
mr_abuzer
Member
2 Points
1 Post
Re: Error:Visual Studio .NET cannot create or open the application. The likeliest problem is that...
May 14, 2012 06:04 AM|LINK
if you are using windows 7, run as administrator will help. or you can reduce the security from the UAC settings to the minimum.
that worked.