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?
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;
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
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!
is working on a reply...