Urgent problem

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.
 
K

Kevin Spencer

Assuming that this is the Microsoft TreeView Control, that would cause an
issue, as the Microsoft TreeView Control is IE-specific.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Neither a follower nor a lender be.

Bart Schelkens said:
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,049
Latest member
Allen00Reed

Latest Threads

Top