I'm trying to install uCommerce 3.6.1.13949 on Umbraco version 6.1.1 and having a lot of problems. I'm trying to install on top of an older uCommerce version. I've tried to clean out my Umbraco installation before upgrading but that doesn't work either. When installing the package I'm getting a Server Error after the uCommerce installer updates the web.config. Looking into my Windows Log I'm seeing the following error:Event code: 3005 Event message: An unhandled exception has occurred. Exception type: HttpException Exception message: Could not load type 'UCommerce.Installer.IInstallerLoggingService' from assembly 'UCommerce.Installer, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'.Could not load type 'UCommerce.Installer.IInstallerLoggingService' from assembly 'UCommerce.Installer, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'.When the error occurs I see the installer throws the various uCommerce.dll (and other assemblies) into a newly created /bin/ucommerce directory leaving the previous versions in the /bin root.Also, after the installer fails my site won't load ANY xslt's giving me errors all over the site.Oddly, I'm not getting any errors in my Umbraco log.
Getting this error in the Windows Log trying to access Umbraco back-office after the failed installation:
The type initializer for 'UCommerce.Umbraco.Menu.Actions.DefinitionFieldsSortAction' threw an exception.
at UCommerce.Umbraco.Menu.Actions.DefinitionFieldsSortAction.get_Instance()
Could not load file or assembly 'Castle.Windsor, Version=3.2.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
Please double check if all the uCommerce dependencies are present in the /bin/uCommerce directory, and the assemlby redirects are defined in the Web.config.
If the installation process went wrong, maybe the uCommerce assemblies are still in the /bin/ucommerce folder, try copying them to the /bin folder.
Installation problems
I'm trying to install uCommerce 3.6.1.13949 on Umbraco version 6.1.1 and having a lot of problems. I'm trying to install on top of an older uCommerce version. I've tried to clean out my Umbraco installation before upgrading but that doesn't work either. When installing the package I'm getting a Server Error after the uCommerce installer updates the web.config. Looking into my Windows Log I'm seeing the following error:Event code: 3005 Event message: An unhandled exception has occurred. Exception type: HttpException Exception message: Could not load type 'UCommerce.Installer.IInstallerLoggingService' from assembly 'UCommerce.Installer, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'.Could not load type 'UCommerce.Installer.IInstallerLoggingService' from assembly 'UCommerce.Installer, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'.When the error occurs I see the installer throws the various uCommerce.dll (and other assemblies) into a newly created /bin/ucommerce directory leaving the previous versions in the /bin root.Also, after the installer fails my site won't load ANY xslt's giving me errors all over the site.Oddly, I'm not getting any errors in my Umbraco log.
Getting this error in the Windows Log trying to access Umbraco back-office after the failed installation:
The type initializer for 'UCommerce.Umbraco.Menu.Actions.DefinitionFieldsSortAction' threw an exception.
at UCommerce.Umbraco.Menu.Actions.DefinitionFieldsSortAction.get_Instance()
Could not load file or assembly 'Castle.Windsor, Version=3.2.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
I suspect you are upgrading both uCommerce and Umbraco.
I had similar issues, but upgrading uCommerce first and then upgrading Umbraco worked for me.
The exact error I got I cant remember, but it sounds similar so I wanted to put it out there.
I'm still having this exact problem. Please help me someone from uCommerce!
Hi Tony,
Please double check if all the uCommerce dependencies are present in the /bin/uCommerce directory, and the assemlby redirects are defined in the Web.config.
If the installation process went wrong, maybe the uCommerce assemblies are still in the /bin/ucommerce folder, try copying them to the /bin folder.
Hope it helps,
Lars Horne-Mortensen
is working on a reply...