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...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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...