I have just downloaded uCommerce developer version to try it out. I installed the package but get an error:
Could not load file or assembly 'Ninject, Version=2.1.0.76,
Culture=neutral, PublicKeyToken=c7192dc5380945e7' or one of its
dependencies. The located assembly's manifest definition does not match
the assembly reference. (Exception from HRESULT: 0x80131040)
uCommerce doesn't use the Ninject IoC container at all so the error must be coming from one of the other packages. It looks like you have an older/newer version of Ninject in your /bin folder, but the assembly linked Ninject requires a different version.
This is what I thought as I could not see the ninject.dll in your package but I just wanted to confirm. Interestingly enough I had no ninject dll in my bin folder prior to install... So downloaded the correct version of the dll and added it to the bin, then I got some assembly version issue with NHibernate dlls. Ended up rolling back. Weird thing is uCommerce 2.6 installed just fine on the same instance of my site. So I think I am going to stick with 2.6 for now and I will try an upgrade later on.
uCommerce 3 error missing ninject
Hi
I have just downloaded uCommerce developer version to try it out. I installed the package but get an error:
Could not load file or assembly 'Ninject, Version=2.1.0.76, Culture=neutral, PublicKeyToken=c7192dc5380945e7' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
Is there anything missing in the package?
Thanks
Sorry, I tried to re-edit my post to add the umbraco version but somehow could not save...
Thanks
uCommerce doesn't use the Ninject IoC container at all so the error must be coming from one of the other packages. It looks like you have an older/newer version of Ninject in your /bin folder, but the assembly linked Ninject requires a different version.
Hi Soren
Thank you for your reply.
This is what I thought as I could not see the ninject.dll in your package but I just wanted to confirm.
Interestingly enough I had no ninject dll in my bin folder prior to install... So downloaded the correct version of the dll and added it to the bin, then I got some assembly version issue with NHibernate dlls. Ended up rolling back. Weird thing is uCommerce 2.6 installed just fine on the same instance of my site. So I think I am going to stick with 2.6 for now and I will try an upgrade later on.
Thanks
is working on a reply...