RESOLVED OperationContract within the GetJobInfo complex type is not supported ?
In this example as seen here running Visual Studio 2008 ?
http://www.codeproject.com/Articles/...ervice-Hosting
And is there workaround for this issue so I can move forward... to test this example windows service using WCF ?
Re: why is the OperationContract within the GetJobInfo complex type is not supported
Once I ran this project as a Visual Studio 2010 version rather than Visual 2008 by conversion the method was supported. And then I read that complex types in WCF need to be supported by NET 4.0 framework. Anything lower than that NET 2.0 and 3.5 etc and you will run into those issues.:check: