Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


These support forums are now closed for new topics and comments.
Please head on over to http://eureka.ucommerce.net/ for support.

  • hansdesmedt 10 posts 31 karma points
    Nov 13, 2012 @ 10:54
    hansdesmedt
    0

    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?

  • Søren Spelling Lund 1797 posts 2786 karma points
    Nov 13, 2012 @ 16:29
    Søren Spelling Lund
    0

    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.

  • hansdesmedt 10 posts 31 karma points
    Nov 13, 2012 @ 17:10
    hansdesmedt
    0

    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?

  • Søren Spelling Lund 1797 posts 2786 karma points
    Nov 19, 2012 @ 11:03
    Søren Spelling Lund
    0

    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.

Please Sign in or register to post replies

Write your reply to:

Draft