Click here to Skip to main content
15,892,965 members

Comments by SASS_Shooter (Top 97 by date)

SASS_Shooter 11-Jul-12 18:03pm View    
From my discussions with Vitaly he needs the client to bind to the service and pick up the maxStringContextLength for communication to the WCF service. In his configuration he only has the protocol binding defined and not the behavior which I posted the reply for.
SASS_Shooter 11-Jul-12 15:35pm View    
Have you also debugged your code to confirm that the UnlockUser method is being invoked as Administrator???? Only administrators can unlock user acccounts!
SASS_Shooter 11-Jul-12 14:41pm View    
I'm sure it is possible, but only with you programming it to perform that way. As to the rest of your stuff I do not see what this question has to do with postbacks or AJAX. Poorly phrased question.
SASS_Shooter 11-Jul-12 14:36pm View    
you can use svcutil to generate the proxy code. In the proxy you would then make sure that when the connection is constructed that the parameter size is set correctly. The client would not create a reference but utilize your proxy. The proxy handles the connection to the service.
SASS_Shooter 11-Jul-12 14:30pm View    
Answer the other questions! How many controls are on this form? Are they static or are you programmatically placing them there? Since you're doing double buffering I assume this is a Winform application?
Also -- are you populating the form when it loads? If so have you suspended the form before loading the data then unsuspend it's drawing?