Welcome Guest Search | Active Topics | Sign In | Register

out of memory error Options
Simon Hibbard
Posted: Friday, October 5, 2007 1:12:19 PM
Rank: Newbie
Groups: Member

Joined: 7/1/2007
Posts: 7
Hi,

I am getting a out of memory error and cannot understand why, it is working fine locally, is it a server problem, or any idea what may be causing this?

Can be found at this url -> http://www.lowestpricehardware.com/default1.aspx


Line 2:


Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.

Parser Error Message: Exception of type 'System.OutOfMemoryException' was thrown.

Source Error:


Line 1: <%@ Master Language="C#" AutoEventWireup="true" CodeFile="MasterPage.master.cs" Inherits="MasterPage" %>
Line 2: <%@ Register Assembly="EO.Web" Namespace="EO.Web" TagPrefix="eo" %>
Line 3:
Line 4: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


Source File: /MasterPage.master Line: 2
eo_support
Posted: Friday, October 5, 2007 1:30:04 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi Simon,

It appears that our DLL (EO.Web.dll) has been altered when you transfer it to the server. According to the call stack, the server fails when it tries to call Modules.GetPEKind. This function checks certain bytes in the DLL to determine the target platform of the code and the only thing that I can think of that can cause such an error is that the DLL is no longer a valid PE file, which means the file is likely to have been tampered/altered. As such I would recommend you to try to copy the uploaded DLL from the server down to your local machine and compare that copy with your original copy. If they are different, then that's obviously what's causing it.

Thanks
Simon Hibbard
Posted: Friday, October 5, 2007 1:39:39 PM
Rank: Newbie
Groups: Member

Joined: 7/1/2007
Posts: 7
Hi,

Just the job, thanks for the quick reply, must have got corrupted during the upload somehow, i noticed one of the graphics also had some dodgy pixels but was fine when i re-uploaded, most odd.

Can i just ask how you got to see the call stack, i dont see it from the remote server?

thanks,

Simon.
eo_support
Posted: Friday, October 5, 2007 1:45:51 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi Simon,

The stack trace is hidden as a comment block in the rendered page source. So if you view the page source, you will see it at the bottom.

Thanks
Simon Hibbard
Posted: Friday, October 5, 2007 1:51:54 PM
Rank: Newbie
Groups: Member

Joined: 7/1/2007
Posts: 7
Thanks again, really appreciate the fast response :)


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.