Rank: Advanced Member Groups: Member
Joined: 5/31/2007 Posts: 36
|
im getting this exception from time to time , please look at the stack trace and see if you can figure out why?
MESSAGE: Specified argument was out of the range of valid values. Parameter name: value SOURCE: System.Web
TARGETSITE: Void .ctor(Int32) STACKTRACE: at System.Web.UI.WebControls.Unit..ctor(Int32 value) at System.Web.UI.WebControls.Unit.Pixel(Int32 n) at System.Web.UI.WebControls.Unit.op_Implicit(Int32 n) at _Map.CallbackPanel1_Execute(Object sender, CallbackEventArgs e) in C:\projects\Control\Software\Applications\AspMap\Map.aspx.vb:line 126 at EO.Web.CallbackPanel.a(CallbackEventArgs A_0) at EO.Web.Internal.c2.a() at EO.Web.Internal.br.a(EventHandler A_0, Boolean A_1) at EO.Web.WebControlBase.OnPreRender(EventArgs e) at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
I do not believe that has anything to do with our component. Your code is parsing a Unit value and it failed.
Thanks
|