Copied to clipboard

Flag this post as spam?

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


  • Jacob Polden 67 posts 177 karma points
    May 28, 2012 @ 18:14
    Jacob Polden
    0

    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<dynamicrecords 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

  • 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