Copied to clipboard

Flag this post as spam?

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


  • Davide Oliva 35 posts 199 karma points
    Mar 18, 2013 @ 17:23
    Davide Oliva
    0

    upgrade to 4.8 and missing assembly reference

    Hi there!

    I'm trying to upgrade a copy of my website from umbraco 4.7.2 to umbraco 4.8.1 and I installed ucomponents ver 5.4.1 instead of old 3.0.1 that was on umbraco 4.7.2.
    Now, it seems to me that upgrade process had successfully concluded, but some razor scripts doesn't works and the debug trace shows me this error:

    "Error Loading Razor Script (file: Elenco Sottopagine E Allegati) c:\inetpub\umbraco_v481\macroScripts\elencoAllegatidaID.cshtml(5): error CS0234: The type or namespace name 'DataTypes' does not exist in the namespace 'uComponents.Core' (are you missing an assembly reference?)"

    Someone of you has any advice to get rid of this error?

    Thanks you so much in advance.
    Davide

     

  • Davide Oliva 35 posts 199 karma points
    Mar 18, 2013 @ 17:50
    Davide Oliva
    100

    Sorry guys!

    I did not realize that in a script called from one that doesn't works it was present the line "@using uComponents.Core.DataTypes.MultiUrlPicker.Dto".
    I just modify that line to "@using uComponents.DataTypes.MultiUrlPicker.Dto" and now it seems that all works fine;     

    Thanks you so much!

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies