|
-
Aug 22nd, 2012, 10:32 AM
#1
Thread Starter
Fanatic Member
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 ?
Last edited by Christopher_Arm; Aug 23rd, 2012 at 02:29 PM.
-
Aug 23rd, 2012, 02:29 PM
#2
Thread Starter
Fanatic Member
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|