Click here to Skip to main content
15,891,473 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I have i am facing a problem with my web application,i have a WebService project in my web application, on runing the VS it is showing the below warning message and after loading the WebService project appears as unload when i try to load it the it shows the following error message

The Web Application project is configured to use IIS. To access local IIS websites, you must install the following IIS components:

In addition,you must run Visual Studio in the context of an administrator account

For more information, press F1.

My System account has administrator previlidiges,i also have tried running it with and administrator account but still having the same error

I also tried to running VS using context menu's runas administrator but still the same problem

I have windows 7 and Visual Studio 2008
Posted

1 solution

Could you try to generate web service proxy using
c:\> wsdl


command and attach it to the client solution.

Hope, it will work.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900