Hi, Can anyone help me with this? I can't get the MultiUrlPicker to work in Umbraco 9.2.0... This is the error I get...
the code is simply... var link = Model.Value("link");
An error occurred during the compilation of a resource required to process this request. Please review the following specific error details and modify your source code appropriately.
One or more compilation references may be missing. If you're seeing this in a published application, set 'CopyRefAssembliesToPublishDirectory' to true in your project file to ensure files in the refs directory are published.
The type or namespace name 'Link' could not be found (are you missing a using directive or an assembly reference?)
+
var link = Model.Value("link");
Multi Url Picker not working with 9.2.0
Hi, Can anyone help me with this? I can't get the MultiUrlPicker to work in Umbraco 9.2.0... This is the error I get...
the code is simply... var link = Model.Value("link");
An error occurred during the compilation of a resource required to process this request. Please review the following specific error details and modify your source code appropriately.
One or more compilation references may be missing. If you're seeing this in a published application, set 'CopyRefAssembliesToPublishDirectory' to true in your project file to ensure files in the refs directory are published.
The type or namespace name 'Link' could not be found (are you missing a using directive or an assembly reference?) + var link = Model.Value("link");
Hi Nick,
you need to add this
Many thanks Marius, That's worked now!
is working on a reply...