Visual Studio .NET cannot open or create
-
hi, The problem im facing is that when i open the solution of an asp.net project the .NET returns this error. "Visual Studio .NET cannot open or create the application. The likeliest problem is that the required components are not installed on the local web server. Im using Visual Studio .NET 2003 and Framework is 1.1. thanx.
-
hi, The problem im facing is that when i open the solution of an asp.net project the .NET returns this error. "Visual Studio .NET cannot open or create the application. The likeliest problem is that the required components are not installed on the local web server. Im using Visual Studio .NET 2003 and Framework is 1.1. thanx.
You need IIS installed (V 5.0 or higher if I recall). You also need to register ASP.NET with IIS using
aspnet_regiis
.
Upcoming FREE developer events: * Glasgow: SQL Server Managed Objects AND Reporting Services ... My website
-
hi, The problem im facing is that when i open the solution of an asp.net project the .NET returns this error. "Visual Studio .NET cannot open or create the application. The likeliest problem is that the required components are not installed on the local web server. Im using Visual Studio .NET 2003 and Framework is 1.1. thanx.
Hi, try to repair your IIS cd %windir%\Microsoft.NET\Framework\v1.1.4322 aspnet_regiis -i if it is not working... The VSWebCache folder is created automatically by Visual Studio when you open/create a web project and can be found in \Documents and Settings\\VSWebCache\. Simply delete this folder and VS will recreate it when you attempt (now successfully) to open the web project. -- modified at 6:53 Wednesday 14th November, 2007 -- modified at 6:55 Wednesday 14th November, 2007
Sherin Iranimose