|
Home > Archive > Commerce Server General > April 2005 > everytime this weird starter site error
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
everytime this weird starter site error
|
|
| Developer 2005-04-21, 5:49 pm |
| Everytime I install the commerce server starter site I get this weird
error when launching the website ...
(the bizdesk does actually work)
any idea ?
thanks a lot !
Server Error in '/CS2002FP1StarterSite' 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.ListControl.set_SelectedIndex(Int32
value) +151
System.Web.UI.WebControls.DropDownList.set_SelectedIndex(Int32
value) +5
Microsoft.Solutions.Applications.LanguageDropDown.FillDropDownList()
+91
Microsoft.Solutions.Applications.LanguageDropDown.OnInit(EventArgs
e) +277
System.Web.UI.Control.InitRecursive(Control namingContainer) +241
System.Web.UI.Control.InitRecursive(Control namingContainer) +179
System.Web.UI.Control.InitRecursive(Control namingContainer) +179
System.Web.UI.Control.InitRecursive(Control namingContainer) +179
System.Web.UI.Control.InitRecursive(Control namingContainer) +179
System.Web.UI.Control.InitRecursive(Control namingContainer) +179
System.Web.UI.Control.InitRecursive(Control namingContainer) +179
System.Web.UI.Page.ProcessRequestMain() +171
| |
|
| Hi,
I hope you solved this problem. If it's not the case, this error is due to
the fact you try accessing the site from a browser whose language preference
is different from the four languages the starter site catalog supports :
en-US, fr-FR and so on. If you want to see the site working, just change your
languages preferences on your browser's machine. To make it work with all
language preferences, you'll have to modify the findindex method in the
language dropdown control code.
Looks like the starter site is not entirely debugged...
Hope this helps,
Sacha.
"Developer" wrote:
> Everytime I install the commerce server starter site I get this weird
> error when launching the website ...
>
> (the bizdesk does actually work)
>
> any idea ?
>
> thanks a lot !
>
>
>
> Server Error in '/CS2002FP1StarterSite' 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.ListControl.set_SelectedIndex(Int32
> value) +151
> System.Web.UI.WebControls.DropDownList.set_SelectedIndex(Int32
> value) +5
> Microsoft.Solutions.Applications.LanguageDropDown.FillDropDownList()
> +91
> Microsoft.Solutions.Applications.LanguageDropDown.OnInit(EventArgs
> e) +277
> System.Web.UI.Control.InitRecursive(Control namingContainer) +241
> System.Web.UI.Control.InitRecursive(Control namingContainer) +179
> System.Web.UI.Control.InitRecursive(Control namingContainer) +179
> System.Web.UI.Control.InitRecursive(Control namingContainer) +179
> System.Web.UI.Control.InitRecursive(Control namingContainer) +179
> System.Web.UI.Control.InitRecursive(Control namingContainer) +179
> System.Web.UI.Control.InitRecursive(Control namingContainer) +179
> System.Web.UI.Page.ProcessRequestMain() +171
>
| |
| Joe Wasson [MSFT] 2005-04-29, 8:55 pm |
| This is a known issue with the Commerce Server 2002 Starter Site and a
hotfix is available. Unfortunately the KB article has not been completed,
but if you tell the support engineer that you were told in the newsgroups
that your issue is the same as unpublished KB 896107 you will be given the
hotfix.
-joe
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
From: devNews_oue@yahoo.fr (Developer)
Newsgroups: microsoft.public.commerceserver.general
Subject: everytime this weird starter site error
Date: 21 Apr 2005 08:11:33 -0700
Everytime I install the commerce server starter site I get this weird
error when launching the website ...
(the bizdesk does actually work)
any idea ?
thanks a lot !
Server Error in '/CS2002FP1StarterSite' 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.ListControl.set_SelectedIndex(Int32
value) +151
System.Web.UI.WebControls.DropDownList.set_SelectedIndex(Int32
value) +5
Microsoft.Solutions.Applications.LanguageDropDown.FillDropDownList()
+91
Microsoft.Solutions.Applications.LanguageDropDown.OnInit(EventArgs
e) +277
System.Web.UI.Control.InitRecursive(Control namingContainer) +241
System.Web.UI.Control.InitRecursive(Control namingContainer) +179
System.Web.UI.Control.InitRecursive(Control namingContainer) +179
System.Web.UI.Control.InitRecursive(Control namingContainer) +179
System.Web.UI.Control.InitRecursive(Control namingContainer) +179
System.Web.UI.Control.InitRecursive(Control namingContainer) +179
System.Web.UI.Control.InitRecursive(Control namingContainer) +179
System.Web.UI.Page.ProcessRequestMain() +171
|
|
|
|
|