Jump to content

Application Error?


Ziggy Crew

Recommended Posts

This is what I get!!!

 

Server Error in '/' Application.

--------------------------------------------------------------------------------

 

Field not found: ?.Empty.

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.MissingFieldException: Field not found: ?.Empty.

 

Source Error:

 

Line 5: </label></TD>

Line 6: <td> </td>

Line 7: <TD><asp:dropdownlist id="selectCountry" runat="server" enableviewstate="true" AutoPostBack="True" /><asp:rangevalidator id="validatorCountry" runat="server" ControlToValidate="selectCountry" ErrorMessage="You must select a country"

Line 8: MaximumValue="9999" MinimumValue="1" Display="Dynamic" Type="Integer"></asp:rangevalidator>

Line 9: </TD>

 

Source File: E:\Inetpub\20060110.geocaching.com\controls\countryStateSelector.ascx Line: 7

 

Stack Trace:

 

[MissingFieldException: Field not found: ?.Empty.]

System.Drawing.Color..cctor() +0

 

[TypeInitializationException: The type initializer for "System.Drawing.Color" threw an exception.]

System.Drawing.Color.get_Red() +0

System.Web.UI.WebControls.BaseValidator..ctor() +51

System.Web.UI.WebControls.RangeValidator..ctor() +5

ASP.countryStateSelector_ascx.__BuildControlvalidatorCountry() in E:\Inetpub\20060110.geocaching.com\controls\countryStateSelector.ascx:7

ASP.countryStateSelector_ascx.__BuildControlTree(Control __ctrl) in E:\Inetpub\20060110.geocaching.com\controls\countryStateSelector.ascx:1

ASP.countryStateSelector_ascx.FrameworkInitialize()

System.Web.UI.UserControl.InitializeAsUserControlInternal() +31

System.Web.UI.UserControl.InitializeAsUserControl(Page page) +15

ASP.LocationPanel_ascx.__BuildControlCountryStateSelector1() in E:\Inetpub\20060110.geocaching.com\controls\LocationPanel.ascx:21

ASP.LocationPanel_ascx.__BuildControlTree(Control __ctrl) in E:\Inetpub\20060110.geocaching.com\controls\LocationPanel.ascx:1

ASP.LocationPanel_ascx.FrameworkInitialize()

System.Web.UI.UserControl.InitializeAsUserControlInternal() +31

System.Web.UI.UserControl.InitializeAsUserControl(Page page) +15

ASP.nearest_aspx.__BuildControlLocationPanel1() in E:\Inetpub\20060110.geocaching.com\seek\nearest.aspx:60

ASP.nearest_aspx.__BuildControlForm1() in E:\Inetpub\20060110.geocaching.com\seek\nearest.aspx:54

ASP.nearest_aspx.__BuildControlTree(Control __ctrl) in E:\Inetpub\20060110.geocaching.com\seek\nearest.aspx:1

ASP.nearest_aspx.FrameworkInitialize()

System.Web.UI.Page.ProcessRequest() +85

System.Web.UI.Page.ProcessRequest(HttpContext context) +18

System.Web.CallHandlerExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute() +179

System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +87

 

 

--------------------------------------------------------------------------------

Version Information: Microsoft .NET Framework Version:1.1.4322.2300; ASP.NET Version:1.1.4322.2300

Link to comment
Guest
This topic is now closed to further replies.
×
×
  • Create New...