an ASP.NET Open Source CMS & eCommerce platform
Search:
Skip Navigation LinksHome > DotShoppingCart Forums > Development > General Programming > Error when I click in certain products
Last Post 9/10/2012 9:42:21 AM By lukezy. 1 replies.
9/7/2012 6:32:36 PM
arraylist
Posts: 5
Joined: 8/29/2012
Error when I click in certain products

A generic error occurred in GDI+.

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.Runtime.InteropServices.ExternalException: A generic error occurred in GDI+.

Source Error:


Line 35:                         <tr style="height: 60px;">
Line 36:                             <td style="vertical-align: middle;">
Line 37:                                 <a href="javascript:OpenPopupWindowFromMain()" onmouseover="imgProduct.src='<%# FileController.GetImageUrl((int)Eval("ImageId"), ProductDetailImageWidth, ProductDetailImageHeight)%>'; currentImageId=<%#Eval("ImageId")%>;">
Line 38:                                     <asp:Image id="Image1" runat="server" imageurl='<%# FileController.GetImageUrl((int)Eval("ImageId"), 80, 60)%>'
Line 39: 
 
9/10/2012 9:42:21 AM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: Error when I click in certain products
It's something wrong with GDI+. Can you refresh the page to see if it works this time?
DotShoppingCart Staff