Link to home
Start Free TrialLog in
Avatar of Larry Brister
Larry BristerFlag for United States of America

asked on

ASP.NET Error Page on start

I'm gettin  a server error on web start that's making me crazy.

For some reason I'm getting a width error????  Makes no sense...

Server Error in '/myweb' Application.
--------------------------------------------------------------------------------

Width must be non negative.
Parameter name: value
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.ArgumentOutOfRangeException: Width must be non negative.
Parameter name: value
Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.  

Stack Trace:

[ArgumentOutOfRangeException: Width must be non negative.
Parameter name: value]
   System.Web.UI.WebControls.Style.set_Width(Unit value) +1608085
   System.Web.UI.WebControls.WebControl.set_Width(Unit value) +28
   Telerik.WebControls.RadDatePicker.ConfigureDateInput() +777
   Telerik.WebControls.RadDatePicker.OnPreRender(EventArgs e) +26
   System.Web.UI.Control.PreRenderRecursiveInternal() +77
   System.Web.UI.Control.PreRenderRecursiveInternal() +161
   System.Web.UI.Control.PreRenderRecursiveInternal() +161
   System.Web.UI.Control.PreRenderRecursiveInternal() +161
   System.Web.UI.Control.PreRenderRecursiveInternal() +161
   System.Web.UI.Control.PreRenderRecursiveInternal() +161
   System.Web.UI.Control.PreRenderRecursiveInternal() +161
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1360

 --------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.312; ASP.NET Version:2.0.50727.833
Avatar of DarkoLord
DarkoLord
Flag of Slovenia image

Can you post your markup code?
Avatar of Larry Brister

ASKER

On the startup page or the web.config?  And the aspx or the vb? if the startup page
ASKER CERTIFIED SOLUTION
Avatar of DarkoLord
DarkoLord
Flag of Slovenia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
DarkoLord:
  Found the error..not necessarily the "why."

I'm using Telerik Rad COntroils and when I commented out the rad Calendar I could load.  Might be a version problem...I just never QUITE saw an error message along those lines before.

However...you got me started in the right area...points being awarded now
Avatar of NBSO_ISS
NBSO_ISS

Have you checked the Width parameter on the controls on that page?  

Looks like a RadDatePicker might be having its Width set to an improper value.
Too slow I guess...