Developer forum

Forum » CMS - Standard features » MediaDB substitute v2

MediaDB substitute v2

Thomas Schroll
Reply

Hi

I'm trying to setup a site to use an item based substitute for MediaDB. I'm not able to display .eps thumb files using GetImage.ashx (error 500). When I try using the Image handler in Management Center I get the below error. The old MediaDB module does make thumbs out of eps (I believe pdf is also a kind of eps file).

Does anybody know if the image handler can make thumbs out of eps?

For completeness, v1 can be seen here: http://developer.dynamicweb.com/forum/cms-standard-features/mediadb-substitute.aspx?PID=48

Regards Thomas

Server Error in '/' Application.


Out of memory.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. 

Exception Details: System.OutOfMemoryException: Out of memory.

Source Error: 

 

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.


Stack Trace: 
 

[OutOfMemoryException: Out of memory.]
   System.Drawing.Image.FromFile(String filename, Boolean useEmbeddedColorManagement) +816841
   Dynamicweb.Admin.GetImage.GetParameters() +1460
   Dynamicweb.Admin.GetImage.Page_Load(Object sender, EventArgs e) +152
   System.Web.UI.Control.LoadRecursive() +71
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3178

 


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.34274


Replies

 

You must be logged in to post in the forum