Could not load type 'Umbraco.Web.UI.Umbraco.Users.EditUser'
Whenever we try to edit a user in the backend we get a 500 response and the ASP.NET Server Error in '/' Application.` page.
Looking at our logs we are getting this error
ERROR Umbraco.Core.UmbracoApplicationBase - An unhandled exception occurred
System.Web.HttpParseException (0x80004005): Could not load type 'Umbraco.Web.UI.Umbraco.Users.EditUser'. ---> System.Web.HttpParseException (0x80004005): Could not load type 'Umbraco.Web.UI.Umbraco.Users.EditUser'. ---> System.Web.HttpException (0x80004005): Could not load type 'Umbraco.Web.UI.Umbraco.Users.EditUser'.
The version of Umbraco we are using is 7.12.3.
Any idea how this can be fixed? Thanks
Could not load type 'Umbraco.Web.UI.Umbraco.Users.EditUser'
Whenever we try to edit a user in the backend we get a 500 response and the ASP.NET Server Error in '/' Application.` page.
Looking at our logs we are getting this error
ERROR Umbraco.Core.UmbracoApplicationBase - An unhandled exception occurred System.Web.HttpParseException (0x80004005): Could not load type 'Umbraco.Web.UI.Umbraco.Users.EditUser'. ---> System.Web.HttpParseException (0x80004005): Could not load type 'Umbraco.Web.UI.Umbraco.Users.EditUser'. ---> System.Web.HttpException (0x80004005): Could not load type 'Umbraco.Web.UI.Umbraco.Users.EditUser'.
The version of Umbraco we are using is 7.12.3. Any idea how this can be fixed? Thanks
Hi there,
Did you ever find a solution to this?
Thanks,
is working on a reply...