B
Bart Schelkens
Hi,
i have this website (www.polytools.be) it works fine when i'm viewing it
with Internet Explorer.
When i'm trying to view it with mozilla, i get the following error :
Server Error in '/' Application.
Specified argument was out of the range of valid values. 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: Specified argument
was out of the range of valid values. 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: Specified argument was out of the range of
valid values.
Parameter name: value]
System.Web.UI.WebControls.Unit.GetTypeFromString(String value) +332
System.Web.UI.WebControls.Unit..ctor(String value, CultureInfo culture,
UnitType defaultType) +292
System.Web.UI.WebControls.FontUnit..ctor(String value, CultureInfo
culture) +584
System.Web.UI.WebControls.FontUnit..ctor(String value) +52
Microsoft.Web.UI.WebControls.CssCollection.GetFontSize() +50
Microsoft.Web.UI.WebControls.CssCollection.RenderBeginFontTag(HtmlTextWriter
writer) +61
Microsoft.Web.UI.WebControls.TreeNode.RenderDownLevelPath(HtmlTextWriter
output) +3003
Microsoft.Web.UI.WebControls.BaseChildNode.Render(HtmlTextWriter writer,
RenderPathID pathID) +23
Microsoft.Web.UI.WebControls.TreeView.RenderContents(HtmlTextWriter
output) +371
Microsoft.Web.UI.WebControls.TreeView.RenderDownLevelPath(HtmlTextWriter
output) +169
Microsoft.Web.UI.WebControls.BaseRichControl.Render(HtmlTextWriter
writer) +39
System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +130
System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +72
System.Web.UI.HtmlControls.HtmlForm.RenderChildren(HtmlTextWriter writer)
+44
System.Web.UI.HtmlControls.HtmlForm.Render(HtmlTextWriter output) +262
System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +130
System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +72
System.Web.UI.Control.Render(HtmlTextWriter writer) +7
System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +130
System.Web.UI.Page.ProcessRequestMain() +1897
I'm using a webcontrol (the treeview and the tabs on the site) could it be
that they cause the problem ?
Thanks in advance.
i have this website (www.polytools.be) it works fine when i'm viewing it
with Internet Explorer.
When i'm trying to view it with mozilla, i get the following error :
Server Error in '/' Application.
Specified argument was out of the range of valid values. 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: Specified argument
was out of the range of valid values. 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: Specified argument was out of the range of
valid values.
Parameter name: value]
System.Web.UI.WebControls.Unit.GetTypeFromString(String value) +332
System.Web.UI.WebControls.Unit..ctor(String value, CultureInfo culture,
UnitType defaultType) +292
System.Web.UI.WebControls.FontUnit..ctor(String value, CultureInfo
culture) +584
System.Web.UI.WebControls.FontUnit..ctor(String value) +52
Microsoft.Web.UI.WebControls.CssCollection.GetFontSize() +50
Microsoft.Web.UI.WebControls.CssCollection.RenderBeginFontTag(HtmlTextWriter
writer) +61
Microsoft.Web.UI.WebControls.TreeNode.RenderDownLevelPath(HtmlTextWriter
output) +3003
Microsoft.Web.UI.WebControls.BaseChildNode.Render(HtmlTextWriter writer,
RenderPathID pathID) +23
Microsoft.Web.UI.WebControls.TreeView.RenderContents(HtmlTextWriter
output) +371
Microsoft.Web.UI.WebControls.TreeView.RenderDownLevelPath(HtmlTextWriter
output) +169
Microsoft.Web.UI.WebControls.BaseRichControl.Render(HtmlTextWriter
writer) +39
System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +130
System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +72
System.Web.UI.HtmlControls.HtmlForm.RenderChildren(HtmlTextWriter writer)
+44
System.Web.UI.HtmlControls.HtmlForm.Render(HtmlTextWriter output) +262
System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +130
System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +72
System.Web.UI.Control.Render(HtmlTextWriter writer) +7
System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +130
System.Web.UI.Page.ProcessRequestMain() +1897
I'm using a webcontrol (the treeview and the tabs on the site) could it be
that they cause the problem ?
Thanks in advance.