Error after running Umbraco on Debug mode in vs2010 after installed via Nuget
Run DB installation in Debug mode.
DB installation completed but it could not find Starter kit in repository. Once I tried to set up the web site. There is an error:
Exception Details: System.Runtime.Serialization.SerializationException: Type is not resolved for member 'Umbraco.Core.Security.UmbracoBackOfficeIdentity,Umbraco.Core, Version=1.0.5073.23294, Culture=neutral, PublicKeyToken=null'.
After I run the app again, I can log in as admin but none of the 'content', 'developer' buttons are working.
The actual root cause of the issue was that I was running the site on the Visual Studio development server. Umbraco 7 requires IIS or IIS Express to run correctly.
Error after running Umbraco on Debug mode in vs2010 after installed via Nuget
Run DB installation in Debug mode.
DB installation completed but it could not find Starter kit in repository. Once I tried to set up the web site. There is an error:
Exception Details: System.Runtime.Serialization.SerializationException: Type is not resolved for member 'Umbraco.Core.Security.UmbracoBackOfficeIdentity,Umbraco.Core, Version=1.0.5073.23294, Culture=neutral, PublicKeyToken=null'.
After I run the app again, I can log in as admin but none of the 'content', 'developer' buttons are working.
The actual root cause of the issue was that I was running the site on the Visual Studio development server. Umbraco 7 requires IIS or IIS Express to run correctly.
is working on a reply...