For several reasons we want to upgrade our uCommerce 2.6 to the new 3.0. We did already some customizations. But I could not figure out what went wrong when upgrading, I got following error when loggin into the backend (/umbraco/umbraco.aspx)
Could not load type 'UCommerce.Web.UI.Umbraco.UCommerce.Controls.ProductPropertyEditor' from assembly 'UCommerce.Admin, Version=3.0.0.12278, Culture=neutral, PublicKeyToken=null'.
System.TypeLoadException: Could not load type 'UCommerce.Web.UI.Umbraco.UCommerce.Controls.ProductPropertyEditor' from assembly 'UCommerce.Admin, Version=3.0.0.12278, Culture=neutral, PublicKeyToken=null'.
I removed the customizations from the umbraco website, but still got this error. Does anybody got the same error / know how to solve this?
Which page do you get the error on? Do you get immediately upon logging or do you have to do some clicking to get there?
It looks like it might be a page or control that is registering one of the old controls declaratively using the <%@ Register-syntax. The ProductPropertyEditor control was replaced by a more awesome control in uCommerce 3, but you've still got a reference for it somewhere.
It's not something that comes with uCommerce out of the box. Whether you can remove it depends on the whether there are any custom pages or macros that use it. I would check out the Macros section of Umbraco to see if any of the site functionality is based on that DLL.
Upgrading uCommerce from 2.6 to 3.0
Hi,
For several reasons we want to upgrade our uCommerce 2.6 to the new 3.0. We did already some customizations. But I could not figure out what went wrong when upgrading, I got following error when loggin into the backend (/umbraco/umbraco.aspx)
http://cl.ly/image/1n3N0B352l0k
Could not load type 'UCommerce.Web.UI.Umbraco.UCommerce.Controls.ProductPropertyEditor' from assembly 'UCommerce.Admin, Version=3.0.0.12278, Culture=neutral, PublicKeyToken=null'.
System.TypeLoadException: Could not load type 'UCommerce.Web.UI.Umbraco.UCommerce.Controls.ProductPropertyEditor' from assembly 'UCommerce.Admin, Version=3.0.0.12278, Culture=neutral, PublicKeyToken=null'.
I removed the customizations from the umbraco website, but still got this error. Does anybody got the same error / know how to solve this?
Which page do you get the error on? Do you get immediately upon logging or do you have to do some clicking to get there?
It looks like it might be a page or control that is registering one of the old controls declaratively using the <%@ Register-syntax. The ProductPropertyEditor control was replaced by a more awesome control in uCommerce 3, but you've still got a reference for it somewhere.
Immediately after logging in.
Now I used Total Commander (previously is used something else) to look for the word "ProductPropertyEditor"
I found that TSDCustomUCommerceControls.dll was still in the bin causing these problems.
Is this a file uCommerce knows about? Can I remove this dll safely?
It's not something that comes with uCommerce out of the box. Whether you can remove it depends on the whether there are any custom pages or macros that use it. I would check out the Macros section of Umbraco to see if any of the site functionality is based on that DLL.
is working on a reply...