this.Store in Controller compiler error

  1. #1

    this.Store in Controller compiler error

    I have added Ext.NET (MVC 4) to the project through NuGet.
    I have a call to this.Store(model) in the controller method.

    And I get:
    ListController does not contain a definition for 'Store' and no extension method 'Store' accepting a first argument of type ListController could be found (are you missing a using directive or an assembly reference?)

    Why can't it find the extension method?
  2. #2
    It needs a using Ext.Net.MVC!

Similar Threads

  1. [CLOSED] Issue returning error(s) from an Api Controller
    By ATLAS in forum 2.x Legacy Premium Help
    Replies: 1
    Last Post: May 22, 2014, 5:35 PM
  2. Replies: 2
    Last Post: Nov 13, 2013, 5:24 PM
  3. How to reload store data using mvc controller?
    By FlavioSilveira in forum 2.x Help
    Replies: 1
    Last Post: Feb 22, 2013, 4:22 AM
  4. [CLOSED] V2.1 (4395) compiler error ext.net project
    By Aurelio in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Oct 03, 2012, 1:11 PM
  5. Replies: 3
    Last Post: Mar 23, 2011, 5:38 PM

Posting Permissions