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.
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.