When browsing K2 workspace, I got the following error in the page:
Error:Initialization failed: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: indexAn error has occurred.Please contact your administrator.
Error:Initialization failed before PreInit: Thread was being aborted.
Possible causes- using anonymous logon in IIS while Windows security is specified in Workspace configuration- current logged on user can not be verified against the Active Directory Membership provider- please review log files for more information
Many people met the same problem. I don’t know why K2 doesn’t try to fix it. The solution is pretty simple. Go to \Program Files\K2 blackpearl\WorkSpace\Site, open the web.config file, find connectionString="LDAP://fulldomainname”, add “:389” at the end. So it looks like:
connectionString="LDAP://fulldomainname:389”
Browse K2 workspace again and it works!
Subscribe to:
Post Comments (Atom)
Thanks, you saved my day!
ReplyDeleteThanks. It works. Great!.
ReplyDeleteThanks dude, 2 hours spent for this case.
ReplyDelete