Results 1 to 2 of 2

Thread: RESOLVED OperationContract within the GetJobInfo complex type is not supported ?

  1. #1
    Fanatic Member
    Join Date
    Mar 04
    Posts
    756

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

  2. #2
    Fanatic Member
    Join Date
    Mar 04
    Posts
    756

    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
  •