Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Converting a Web Service Client from VS2005 IIS 5 to VS2010 IIS7

Status
Not open for further replies.

WMXTeam

Programmer
Oct 5, 2005
41
US
I am working on converting a .Net 2.0 application (web service client) that uses a web service. This project is being moved from a Windows XP machine using VS 2005 to a Windows 7 machine using VS 2010. The other difference is the XP machine uses IIS 5.1 and the Windows 7 machine uses IIS 7.5. The web service itself is running on both machine.

After moving the projecr and upgrading the solution/project file in VS 2010, I received an error: The type or namespace name 'IntegrationProcessWse' does not exist in the namespace 'GenericIntegrationClient2005.localhost'

I found the issue, but cannot figure out how to fix it. In VS 2005 on the XP machine, the "localhost" components show IntegrationProcess and IntegrationProcessWSE. In VS 2010 on the Windows 7 machine, it only shows IntegrationProcess; IntegrationProcessWSE is missing.

I tried changing the local host path to point to the Windows XP machine, but that did not fix it.

I have checked the web service on both machines and it is the same. It may be a setup issue in IIS 7.0, but I can't find the issue.

I am a novice with web services and new to IIS 7.0. Any and all help is appreciated. I have spent several days troubleshooting and am unable to figure it out.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top