Release date: | Friday, September 4, 2009 |
---|
C1 Version: | Composite C1 1.2 SP2 (1.2.3534.23578)... |
---|
Description | The ImageManipulator.ashx file uses the "Image" type from System.Drawing - if a developer introduce "Image" as a root namespace name (for instance by naming a dynamic type "Image.TopImage"), ImageManipulator.ashx compilation will fail, preventing it from delivering image preview / manipulation services. |
---|
Known work around: | Edit "/Composite/Services/Media/ImageManipulator.ashx" and change the type declaration at line 275 from "Image" to "System.Drawning.Image". |
---|