This is a migrated thread and some comments may be shown as answers.

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

1 Answer 54 Views
Compression
This is a migrated thread and some comments may be shown as answers.
Jorge Gracia
Top achievements
Rank 1
Jorge Gracia asked on 01 Jul 2011, 08:45 PM
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

 

1 Answer, 1 is accepted

Sort by
0
Martin
Telerik team
answered on 06 Jul 2011, 06:09 PM
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!

Tags
Compression
Asked by
Jorge Gracia
Top achievements
Rank 1
Answers by
Martin
Telerik team
Share this question
or