Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hello I am try to Enumerate through some records in Contour using razor
I am using this using statement
@using Contour.Addons.DynamicObjects;
IEnumerable<dynamic> records = Library.GetApprovedRecordsFromPage(@Model.Id); count = records.Count();
However I keep getting this error message upon saving my script
error CS0246: The type or namespace name 'Contour' could not be found (are you missing a using directive or an assembly reference?)
What could I be doing wrong/not referencing. I have contour installed and I'm running Umbraco 4.7.1.1
is working on a reply...
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.
Continue discussion
The type or namespace name 'Contour' could not be found?
Hello I am try to Enumerate through some records in Contour using razor
I am using this using statement
@using Contour.Addons.DynamicObjects;
IEnumerable<dynamic> records = Library.GetApprovedRecordsFromPage(@Model.Id);
count = records.Count();
However I keep getting this error message upon saving my script
error CS0246: The type or namespace name 'Contour' could not be found (are you missing a using directive or an assembly reference?)
What could I be doing wrong/not referencing. I have contour installed and I'm running Umbraco 4.7.1.1
is working on a reply...
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.