When I click on users -> User Type..., I get this error on the content panel...
Do you know how to trace this error / fix ?
Thanks...
=================
Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index
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: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index
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: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index]
System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) +64
System.ThrowHelper.ThrowArgumentOutOfRangeException() +15
Umbraco.Courier.BusinessLogic.Tree.CourierAction.get_Alias() +48
umbraco.cms.presentation.user.EditUserType.BindActions() +341
umbraco.cms.presentation.user.EditUserType.Page_Load(Object sender, EventArgs e) +899
System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14
System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35
System.Web.UI.Control.OnLoad(EventArgs e) +99
umbraco.BasePages.BasePage.OnLoad(EventArgs e) +49
System.Web.UI.Control.LoadRecursive() +50
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
I had the same issue ! I deleted Umbraco.Courier.dll
Now i have this
La largeur ne doit pas être négative. Nom du paramètre : value
Description : Une exception non gérée s'est produite
au moment de l'exécution de la demande Web actuelle. Contrôlez la trace
de la pile pour plus d'informations sur l'erreur et son origine dans le
code.
Détails de l'exception: System.ArgumentOutOfRangeException: La largeur ne doit pas être négative. Nom du paramètre : value
[ArgumentOutOfRangeException: La largeur ne doit pas être négative.
Nom du paramètre : value]
System.Web.UI.WebControls.Style.set_Width(Unit value) +8673676
System.Web.UI.WebControls.WebControl.set_Width(Unit value) +30
umbraco.uicontrols.UmbracoPanel.OnInit(EventArgs e) +234
System.Web.UI.Control.InitRecursive(Control namingContainer) +333
System.Web.UI.Control.InitRecursive(Control namingContainer) +210
System.Web.UI.Control.InitRecursive(Control namingContainer) +210
System.Web.UI.Control.InitRecursive(Control namingContainer) +210
System.Web.UI.Control.InitRecursive(Control namingContainer) +210
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +378
Informations sur la version : Version Microsoft .NET Framework :2.0.50727.4206; Version ASP.NET :2.0.50727.4209
Users/UserType Error
Hi All,
I get this error after upgrading to v 4.5.2
When I click on users -> User Type..., I get this error on the content panel...
Do you know how to trace this error / fix ?
Thanks...
=================
Index was out of range. Must be non-negative and less than the size of the collection.
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.Parameter name: index
Exception Details: System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
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:
It seems the error is from Umbraco.Courier ?
But as I remember, I never installed it.. and I have checked the package.. but there is none of them called Umbraco.Courier..
only ,,,
- Bussiness Website starter kit
- Blog Umbraco
- Mail Engine...
How to check if there is umbraco.Courier ? is it part of the umbraco core ?
Thanks
i just delete the courier.dll and it works
I had the same issue ! I deleted Umbraco.Courier.dll
Now i have this
La largeur ne doit pas être négative.
Description : Une exception non gérée s'est produite au moment de l'exécution de la demande Web actuelle. Contrôlez la trace de la pile pour plus d'informations sur l'erreur et son origine dans le code.Nom du paramètre : value
Détails de l'exception: System.ArgumentOutOfRangeException: La largeur ne doit pas être négative.
Nom du paramètre : value
Informations sur la version : Version Microsoft .NET Framework :2.0.50727.4206; Version ASP.NET :2.0.50727.4209
Any updates on this, Deleting umbraco.courier.dll does not solve my issue!!! Any help appreciated. Thanks.
has there been any movement on this? Has it been fixed in later issues?
Anyone else know anything about this?
I've just started to have this problem. The error started after I removed an old version of Courier and installed version 2.1.
Removing Umbraco.Courier.dll makes the problem go away and Courier 2.1 still works..
Is Umbraco.Courier.dll part of version 2.1 or a legacy file that hasn't been cleaned up?
Maybe this topic should be moved to the Courier forum?
Cheers
Evan
Answered my own question by downloading the manual install of Courier 2.1.
Umbraco.Courier.dll was from version 1.x
is working on a reply...