CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Arjay

Search: Search took 1.49 seconds.

  1. Replies
    6
    Views
    9,317

    Re: WCF service does not return response to model

    You'r welcome. Finding those max size related errors isn't easy because the exceptions you get don't exactly lead you to the problem.
  2. Replies
    6
    Views
    9,317

    Re: WCF service does not return response to model

    Unlikely. In the WCF service code, put a breakpoint on the
    return list; statement.

    I'll bet the list contains more than 149 records. If it doesn't check out your sql query statement. If it...
  3. Replies
    6
    Views
    9,317

    Re: WCF service does not return response to model

    What is Client and what is _klantDao?

    It seems that these are class fields and you are keeping connections open after you are finished with them. The problem with this approach is these...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured