The type or namespace name 'Paging' could not be found

  1. #1

    The type or namespace name 'Paging' could not be found

    The following example does not compile:

    https://examples1.ext.net/#/GridPane...ON_WebService/

    The type or namespace name 'Paging' could not be found

     
    public Paging<Plant> PlantsPaging(int start, int limit, string sort, string dir, string filter)
    i use visual studio 2008 professional edition.
    Last edited by geoffrey.mcgill; Jul 07, 2010 at 3:18 PM.
  2. #2
    Hi,

    You might require a fully qualified name.

    Ext.Net.Paging<Plant>
    Last edited by geoffrey.mcgill; Jul 07, 2010 at 3:16 PM.
  3. #3
    ok now yes

Similar Threads

  1. The type or namespace name 'Ext' could not be found
    By andrefreitasjr in forum 1.x Help
    Replies: 1
    Last Post: Feb 28, 2012, 1:03 PM
  2. Ext.Net.Calender Namespace
    By Rupesh in forum 1.x Help
    Replies: 5
    Last Post: Feb 24, 2012, 12:56 PM
  3. Change input type based on data type
    By bjones in forum 1.x Help
    Replies: 5
    Last Post: Jan 06, 2012, 9:54 AM
  4. Replies: 0
    Last Post: Oct 06, 2011, 1:38 PM
  5. [CLOSED] problem with old Namespace Example
    By pkellner in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Nov 14, 2008, 5:37 PM

Posting Permissions