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

compression with q1-2010

1 Answer 55 Views
Compression
This is a migrated thread and some comments may be shown as answers.
ManniAT
Top achievements
Rank 2
ManniAT asked on 15 Mar 2010, 10:47 PM
Hi,

today I updated an existing web app with Q1_2010. I simply removed the Telerik.Web.UI ref - and added it new.
The web app compiled without any problems - but on the startpage http://iphone.pp-p.net the menu became vertical.

I messed around a lot - finally (I was afraid my complex layout makes problems) I added a new empty page and added manually a rad menu - also vertical :(
The reason - no CSS was emitted from web resources - finally I found that nothing came from there.

I "splitted" my project and after hours playing around I found the problem.
My project uses RadCompression and that was (is) the problem.

Everything worked after I removed the RadCompression Module from the modules block
        <httpModules> 
            <add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>  
            <add name="RadCompression" type="Telerik.Web.UI.RadCompression"/>  
            <add name="RadUploadModule" type="Telerik.Web.UI.RadUploadHttpModule"/>  
        </httpModules> 
 

Did something change about compression with Q1_2010?

Regards

Manfred

1 Answer, 1 is accepted

Sort by
0
Rosen
Telerik team
answered on 16 Mar 2010, 08:31 AM
Hi Manni,

Beside few minor changes, there is nothing changed in the RadCompression between Q3 2009 SP2 and the Q1 2010. Therefore in will be appreciated if you can provide a bit more information about your scenario and how to recreate this behavior locally. This way we will be able to gather more details and provide you with more accurate answer.

Best wishes,
Rosen
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Compression
Asked by
ManniAT
Top achievements
Rank 2
Answers by
Rosen
Telerik team
Share this question
or