Link to home
Start Free TrialLog in
Avatar of davelalande
davelalande

asked on

Microsoft Development Environment

Could you please tell why I am getting this error message

---------------------------
Microsoft Development Environment
---------------------------
Unable to get the project file from the Web server. 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.
---------------------------
OK  
---------------------------
Avatar of sunnycoder
sunnycoder
Flag of India image

Hi davelalande,

> Run Visual Studio .NET setup and add the Web Development component
This is a component of Visual Studio. Apparently this had not been installed during your initial installation. Run the setup again and install it. That should get rid of the error.

Cheers!
sunnycoder
Avatar of davelalande
davelalande

ASKER

Hi,

I just now reinstalled the Visual Studio Setup it is giveing the same error
Do not choose typical install, choose full install .. Alternatively choose custom installation and select this component manually.

Poping in the CD after installation should also give you an option for installing specific components
I just installed everying, it keep giving me same error, I dont why it is happening.
Is this a project that you downloaded? If yes, then your project and solution settings might not be the same as that in the downloaded project.
Also try deleting the cache

C:\Documents and Settings\<User or UserName>\VSWebCache\<ProjectName>
The project I created is from my machine it was in working condition, but today I getting this error.
Hi,

It looks like a path problem to me. Check the project paths as well the path for the installation of visual studio.

Regards,

Warturtle
Did cache deletion help ?
no it didnt, the project paths are also the same, no change, and if I am trying to create a new project still it wont allow me to create. things are simply stuck
Hello,

I have found the problem, where the things went wrong, I had installed ISAPI, ISAPI_Rewrite is a utility which is required for one of my projects here but due to this I was unable to load any project from Visula Studio,
Please help me if you have any idea, how to run both, without clashing.

Thanks in advance
Since you found the cause, it would be much better to close this question and ask the new one in a different thread. That way, the experts who know the solution but had skipped over the original question will get to see it too.

You can get a refund of points for this question by posting in Community Support
https://www.experts-exchange.com/Community_Support/
ASKER CERTIFIED SOLUTION
Avatar of sunnycoder
sunnycoder
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial