I'm installing uBlogsy 3.1.0. After the package is installed and I click "Finish installation" button I get an error: 2014-12-11 10:30:17,399 [27] ERROR Umbraco.Core.UmbracoApplicationBase - [Thread 24] An unhandled exception occurred System.Web.HttpUnhandledException (0x80004005): Exception of type 'System.Web.HttpUnhandledException' was thrown. —> System.Runtime.Serialization.SerializationException: Type is not resolved for member 'Umbraco.Core.Security.UmbracoBackOfficeIdentity,Umbraco.Core, Version=1.0.5388.28062, Culture=neutral, PublicKeyToken=null'.
at System.Web.Hosting.ApplicationManager.HostingEnvironmentShutdownInitiated(String appId, HostingEnvironment env)
at System.Web.Hosting.HostingEnvironment.RemoveThisAppDomainFromAppManagerTableOnce()
at System.Web.Hosting.HostingEnvironment.InitiateShutdownInternal()
at System.Web.HttpRuntime.ShutdownAppDomain(String stackTrace)
at System.Web.HttpRuntime.UnloadAppDomain()
at uBlogsy.Web.usercontrols.uBlogsy.Dashboard.Installer.Install_Click(Object sender, EventArgs e) in d:\_PROJECTS\Personal\uBlogsy\uBlogsy MVC\Source\uBlogsy.Web\usercontrols\uBlogsy\dashboard\Installer.ascx.cs:line 13
at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.HandleError(Exception e)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest()
at System.Web.UI.Page.ProcessRequest(HttpContext context)
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
Umbraco is running on a web site inside IIS on Windows 8.1 x64. The website is configured to run on port 80 using a Host name, but I got the same error when installing it on web site running on different port.
Since you are using Umbraco 7.1.7, your website site is probably running MVC mode, unless that you have changed it yourself by changing the defaultRenderingEngine from MVC to WebForms in the /config/umbraco.Settings.config. If you haven't tuch this file your Umbraco 7.1.7 installation runs MVC.
From Umbraco 7 and forward, the default defaultRenderingEngine is set by default to MVC.
So what you could try doing if you are using MVC, uninstall the uBlogsy 3.1.0 package and then try with the uBlogsy 4.1.0 with is build for MVC. You can download it here: uBlogsy 4.1 The archives of uBlogsy packages is in the bottom of this page. http://our.umbraco.org/projects/starter-kits/ublogsy
Umbraco 7.1.7: Error installing uBlogsy 3.1.0
I'm installing uBlogsy 3.1.0. After the package is installed and I click "Finish installation" button I get an error:
2014-12-11 10:30:17,399 [27] ERROR Umbraco.Core.UmbracoApplicationBase - [Thread 24] An unhandled exception occurred
System.Web.HttpUnhandledException (0x80004005): Exception of type 'System.Web.HttpUnhandledException' was thrown. —> System.Runtime.Serialization.SerializationException: Type is not resolved for member 'Umbraco.Core.Security.UmbracoBackOfficeIdentity,Umbraco.Core, Version=1.0.5388.28062, Culture=neutral, PublicKeyToken=null'.
Umbraco is running on a web site inside IIS on Windows 8.1 x64. The website is configured to run on port 80 using a Host name, but I got the same error when installing it on web site running on different port.
Hi Martin and welcome to our.
Since you are using Umbraco 7.1.7, your website site is probably running MVC mode, unless that you have changed it yourself by changing the defaultRenderingEngine from MVC to WebForms in the /config/umbraco.Settings.config. If you haven't tuch this file your Umbraco 7.1.7 installation runs MVC.
From Umbraco 7 and forward, the default defaultRenderingEngine is set by default to MVC.
So what you could try doing if you are using MVC, uninstall the uBlogsy 3.1.0 package and then try with the uBlogsy 4.1.0 with is build for MVC. You can download it here: uBlogsy 4.1 The archives of uBlogsy packages is in the bottom of this page. http://our.umbraco.org/projects/starter-kits/ublogsy
Hope this helps,
/Dennis
is working on a reply...