Please help MVC 3 Razor

  1. #1

    Please help MVC 3 Razor

    Hi,


    I am having some trouble with the MVC 3 Razor example done by Daniil. Here are the issues so far:


    'System.Web.Mvc.HtmlHelper<dynamic>' does not contain a definition for 'X' and no extension method 'X' accepting a first argument of type 'System.Web.Mvc.HtmlHelper<dynamic>' could be found

    The Name 'ModelFieldType' does not exist in the current context

    The type or namespace 'StoreResult' could not be found


    Thanks
  2. #2
    Hi,

    Have you added a Reference to the Ext.Net.dll assembly in your project?
    Geoffrey McGill
    Founder
  3. #3
    Thanks for the reply!!!

    Yes, I have added the Ext.Net.dll, Ext.Net.Utilities.dll, Transformer.Net.dll, and Newtonsoft.Json.dll files.
    Last edited by fosteliss; Jul 25, 2012 at 8:16 PM.
  4. #4
    The problem that I'm having is probably very simple but I still can't figure it out.

    Please help
  5. #5
    I added 'using Ext.Net.MVC' to DataController.cs and now the errors are gone but when I run the program the table doesn't show at all. What am I doing wrong?
  6. #6
    I had a problem in the Global.asax file. This topic can be closed.
  7. #7
    Quote Originally Posted by fosteliss View Post
    I had a problem in the Global.asax file. This topic can be closed.
    Can you provide a further description of the problem and steps required to fix. This might help someone else in the future.
    Geoffrey McGill
    Founder
  8. #8
    routes.IgnoreRoute("{resource}.axd/{*pathInfo}");

    Was missing from my Global.asax file.

Similar Threads

  1. [CLOSED] [RAZOR] DraggablePanelConfig doesn't have StartDrag in Razor
    By UnifyEducation in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Sep 28, 2012, 2:37 PM
  2. Help with MVC 3 Razor
    By fosteliss in forum 2.x Help
    Replies: 0
    Last Post: Jul 26, 2012, 6:24 PM
  3. [CLOSED] [Razor] HyperLink Text in Razor
    By UnifyEducation in forum 2.x Legacy Premium Help
    Replies: 1
    Last Post: Jun 20, 2012, 12:16 PM
  4. [CLOSED] [Razor] Add GridView to GridPanel in razor
    By boris in forum 2.x Legacy Premium Help
    Replies: 3
    Last Post: May 09, 2012, 4:23 PM
  5. [CLOSED] [Razor] Setup Auto load panel in razor
    By UnifyEducation in forum 2.x Legacy Premium Help
    Replies: 1
    Last Post: Apr 27, 2012, 10:54 AM

Posting Permissions