Copied to clipboard

Flag this post as spam?

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


  • Kurniawan Kurniawan 202 posts 225 karma points
    Aug 23, 2010 @ 08:09
    Kurniawan Kurniawan
    0

    LINQ 2 Umbraco - Provider "NodeDataProvider" does not implement a submittable pattern

    Hi All,

    I get this error when trying to SubmitChanges() using Linq 2 Umbraco.

    Provider "NodeDataProvider" does not implement a submittable pattern

    Any Clue ?

    here is my code
                    item.MetaDescription = msg;
                    _UmbracoContext.SubmitChanges();

     

    Thanks

  • Wayne 19 posts 59 karma points
    Apr 15, 2011 @ 02:59
    Wayne
    0

    The NodeDataProvider is read-only. You would need to implement your own DataProvider if you want full CRUD support.

    Taken from:

    http://our.umbraco.org/forum/developers/extending-umbraco/11989-LINQ-2-Umbraco-%28Submit-Changes%29

  • 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