Webstore Reporting Module

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
2/6/2013 11:00:36 AM
Gravatar
Total Posts 5

Webstore Reporting Module

Hi Joe,

Recently i detected a bug where i've created a webstore module and when i am accessing the web store report module, the following error message is being displayed. You may refer to my details below.

 

Window Azure

SQL Server

Mojoportal version 2.3.9.4

.NET version 4.0

 

Total Revenue $0.00
System.OutOfMemoryException: Out of memory. at System.Drawing.Graphics.FromHdcInternal(IntPtr hdc) at System.Drawing.Font.GetHeight() at System.Drawing.Font.get_Height() at ZedGraph.FontSpec.GetHeight(Single scaleFactor) at ZedGraph.PaneBase.CalcClientRect(Graphics g, Single scaleFactor) at ZedGraph.MasterPane.DoLayout(Graphics g, Boolean isColumnSpecified, Int32[] countList, Single[] proportion) at ZedGraph.MasterPane.DoLayout(Graphics g, Int32 rows, Int32 columns) at ZedGraph.MasterPane.DoLayout(Graphics g) at ZedGraph.MasterPane.ReSize(Graphics g, RectangleF rect) at ZedGraph.Web.ZedGraphWeb.CreateGraph(Stream OutputStream, ImageFormat Format, Boolean bShowTransparency) at ZedGraph.Web.ZedGraphWeb.Render(HtmlTextWriter output)
 

2/7/2013 12:31:31 PM
Gravatar
Total Posts 18439

Re: Webstore Reporting Module

Hi,

I confirm that I get the same results on Azure. However I'm not sure why it happens or how to fix it at this time. If I find a solution I will post here again.

Best,

Joe

3/25/2013 12:56:26 PM
Gravatar
Total Posts 18439

Re: Webstore Reporting Module

Hi,

fyi, in the latest source code I implemented an option disable ZedGraph in the commerce reports, if disabled it will use the new chart controls from the ajaxcontroltoolkit which I assume will work in Azure though I have not tested yet. This change is in the source code repository now so it will be in the next release of mojoPortal. You can add this in your user.config:

<add key="DisableZedGraph" value="true"/>​

After the next release it will work.

Hope that helps,

Joe

5/1/2013 11:09:36 AM
Gravatar
Total Posts 18439

Re: Webstore Reporting Module

fyi, this change is now in the latest release of mojoPortal so you should be able to use the alternate charts in Azure

You must sign in to post in the forums. This thread is closed to new posts.