Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > Compression > My silverlight control (WCF?) stops working when enabling RadCompression.

Not answered My silverlight control (WCF?) stops working when enabling RadCompression.

Feed from this thread
  • Jorge Gracia avatar

    Posted on Jul 1, 2011 (permalink)

    Hello,

    I have an ASP.NET solution that instantiates a silverlight control, I feed data into this control through WCF.

    When ever I add the following* lines into the web.config my silverlight control stops working (doesn't display the data).
    I've tried debugging with fiddler and get the following error** when calling WCF.

    Error**

    Fiddler has detected a protocol violation in session #13.

    Content-Length mismatch: Response Header indicated 2,182 bytes, but server sent 527 bytes.


    If I remove the below entries from the web.config then the error goes away.

    Web.Config*

    <

     

     

    httpModules>

     

    <

     

     

    add name="RadUploadModule" type="Telerik.Web.UI.RadUploadHttpModule" />

     

    <

     

     

    add name="RadCompression" type="Telerik.Web.UI.RadCompression" /></httpModules>

     

    </

     

     

    system.web>


    Any thoughts? Suggestions?
    Thanks

     

    Reply

  • Martin Martin admin's avatar

    Posted on Jul 6, 2011 (permalink)

    Hello Jorge Gracia,

    I would suggest that you review this forum thread that discuses on a similar issue. If your scenario is different or in case further assistance is needed, do not hesitate to contact us again.

    I hope this helps.

    Best wishes,
    Martin
    the Telerik team

    Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > Compression > My silverlight control (WCF?) stops working when enabling RadCompression.