Bamboo error when selecting a node in the tree

Asked By 10 points N/A Posted on -
qa-featured

Hello experts,

I often receive the error message when selecting a node in the tree to view details and the message shows “Operation is not valid due to the current state of object”. Do you have any idea to resolve the following issue? I would be grateful to you. Thanks.

Bamboo Error

Message: OnInit:: Operation is not valid due to the current state of object.

SHARE
Answered By 5 points N/A #194087

Bamboo error when selecting a node in the tree

qa-featured

Try adding the following setting in your web.config's <appsettings> block. in this block you are maximizing the MaxHttpCollection values this will override the defaults set by .net Framework. you can change the value accordingly as per your form needs

<appSettings>
    <add key="aspnet:MaxHttpCollectionKeys" value="2001" />
 </appSettings>

Related Questions