E
Eric
Hi,
On my ASP.NET page I have a menu build out of linkbuttons, 2 images and some
text.
I can refresh the page over and over again via the refresh in the submenu
when I right click on the main page.
The Home link button does: response.redirect("~\default.aspx",true)
If I click on the home button of the page, every some time I get the
following error:
[OutOfMemoryException: Out of memory.]
System.Drawing.Image.FromFile(String filename, Boolean
useEmbeddedColorManagement) +388176
System.Drawing.Image.FromFile(String filename) +6
DefaultClass.Page_Load(Object sender, EventArgs e) in
C:\Users\eervawo\Documents\Visual Studio
2008\Projects\FieldOperationsPortal\Default.aspx.vb:197
System.Web.UI.Control.OnLoad(EventArgs e) +99
System.Web.UI.Control.LoadRecursive() +47
System.Web.UI.Page.ProcessRequestMain(Boolean
includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1061
I only use the image.fromfile 2 times to access the image size, right after
that I put the variable on nothing.
What is causing this error to come up?
On my ASP.NET page I have a menu build out of linkbuttons, 2 images and some
text.
I can refresh the page over and over again via the refresh in the submenu
when I right click on the main page.
The Home link button does: response.redirect("~\default.aspx",true)
If I click on the home button of the page, every some time I get the
following error:
[OutOfMemoryException: Out of memory.]
System.Drawing.Image.FromFile(String filename, Boolean
useEmbeddedColorManagement) +388176
System.Drawing.Image.FromFile(String filename) +6
DefaultClass.Page_Load(Object sender, EventArgs e) in
C:\Users\eervawo\Documents\Visual Studio
2008\Projects\FieldOperationsPortal\Default.aspx.vb:197
System.Web.UI.Control.OnLoad(EventArgs e) +99
System.Web.UI.Control.LoadRecursive() +47
System.Web.UI.Page.ProcessRequestMain(Boolean
includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1061
I only use the image.fromfile 2 times to access the image size, right after
that I put the variable on nothing.
What is causing this error to come up?