[CLOSED] Cannot resolve PartialViewResult.ContainerID

  1. #1

    [CLOSED] Cannot resolve PartialViewResult.ContainerID

    I'm trying to follow example:
    http://mvc.ext.net/#/Dynamic_Partial...rtial_Content/

    In my project but the compiler tells me that System.Web.Mvc.PartialViewResult does not contain a definition for containerID:

    return new PartialViewResult 
                { 
                    ContainerId = containerId,                
                    ViewName = "PartialView",
                    WrapByScriptTag = false
                };
    I installed the Ext.net.mvc package via nuget. I believe I'm missing a reference somewhere.

    Ideas?

    Thanks,
    Amit
    Last edited by Baidaly; May 19, 2013 at 9:06 PM. Reason: [CLOSED]
  2. #2

    Solved

    reapplied nuGet package

Similar Threads

  1. Replies: 7
    Last Post: Feb 27, 2013, 12:28 PM
  2. [CLOSED] PartialViewResult
    By Z in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Oct 23, 2012, 5:01 AM
  3. MVC PartialViewResult
    By geraldf in forum 2.x Help
    Replies: 6
    Last Post: Sep 05, 2012, 10:17 PM
  4. Replies: 3
    Last Post: May 09, 2012, 1:51 PM
  5. Replies: 8
    Last Post: Dec 10, 2009, 1:20 PM

Tags for this Thread

Posting Permissions