November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
The error was because the web.config was corrupt. Comparing web.config with QuickSilver 11.2.6 solved the problems.
/Kristoffer
Hi!
We upgraded Commerce to 11.4 and implemented EPiServer.Cms.UI.AspNetIdentity on the login page.
That gave us this exception:
I then fond this article:
https://episerver.zendesk.com/hc/en-us/articles/115004119606-Shell-Initialization-Errors-in-Commerce-Manager-When-Updated-to-v10
Telling me to remove EPiServer.Cms.UI.AspNetIdentity.dll. If I remove it, my project wont compile. If I remove these:
EPiServer.Cms.Shell.UI.dll
EPiServer.UI.dll
EPiServer.Shell.UI.dll
EPiServer.Shell.dll
It fails because EPiServer.Cms.UI.AspNetIdentity.dll requires them.
Maybe you cant use EPiServer.Cms.UI.AspNetIdentity.dll in the Commerce Manager?
The Login.aspx.cs looks like this:
Thanks!
/Kristoffer