[CLOSED] PartialExtView and Razor

  1. #1

    [CLOSED] PartialExtView and Razor

    Hello,

    I'm trying to return a partial ext view and I'm receiving the following:

    Server Error in '/' Application.
    Unable to cast object of type 'System.Web.Mvc.RazorView' to type 'System.Web.Mvc.WebFormView'.
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
    
    
    Exception Details: System.InvalidCastException: Unable to cast object of type 'System.Web.Mvc.RazorView' to type 'System.Web.Mvc.WebFormView'.
    
    
    Source Error:
    
    
    Line 160:            }
    Line 161:
    Line 162:            string path = ((WebFormView)View).ViewPath;
    Line 163:
    Line 164:            ViewContext viewContext = new ViewContext(context, View, ViewData, TempData, context.HttpContext.Response.Output);
    
    
    
    
    Source File: D:\Application\Library\Required Dependencies\Ext.NET\Source\2.0.0.DP1\Ext.Net\MVC\PartialViewResult.cs    Line: 162
    
    
    Stack Trace:
    
    
    [InvalidCastException: Unable to cast object of type 'System.Web.Mvc.RazorView' to type 'System.Web.Mvc.WebFormView'.]
       Ext.Net.MVC.PartialViewResult.ExecuteResult(ControllerContext context) in D:\Application\Library\Required Dependencies\Ext.NET\Source\2.0.0.DP1\Ext.Net\MVC\PartialViewResult.cs:162
       System.Web.Mvc.<>c__DisplayClass1c.<InvokeActionResultWithFilters>b__19() +33
       System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilter(IResultFilter filter, ResultExecutingContext preContext, Func`1 continuation) +825460
       System.Web.Mvc.ControllerActionInvoker.InvokeActionResultWithFilters(ControllerContext controllerContext, IList`1 filters, ActionResult actionResult) +265
       System.Web.Mvc.ControllerActionInvoker.InvokeAction(ControllerContext controllerContext, String actionName) +825488
       System.Web.Mvc.Controller.ExecuteCore() +159
       System.Web.Mvc.ControllerBase.Execute(RequestContext requestContext) +335
       System.Web.Mvc.<>c__DisplayClassb.<BeginProcessRequest>b__5() +62
       System.Web.Mvc.Async.<>c__DisplayClass1.<MakeVoidDelegate>b__0() +20
       System.Web.Mvc.<>c__DisplayClasse.<EndProcessRequest>b__d() +54
       System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +469
       System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +375
    
    
    
    
    Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.272
    Cheers,
    Timothy
    Last edited by Daniil; May 03, 2012 at 3:30 PM. Reason: [CLOSED]
  2. #2
    You have to update from SVN, it is fixed already
  3. #3
    Thanks vladsch,

    Updated on the tag or the 2.0 branch? I'm using the 2.0DP1 tag.

    Cheers,
    Timothy
  4. #4
    Please use the following path
    http://svn.ext.net/premium/branches/2.0

    Also please note that PartialViewRenderer is not update yet for Razor (only PartialViewResult is updated)
    MVC support will be seriously improved before final release
  5. #5
    Confirmed, please close.

    Cheers,
    Timothy

Similar Threads

  1. [CLOSED] PartialExtView and GridPanel SelectionModel
    By Timothy in forum 2.x Legacy Premium Help
    Replies: 15
    Last Post: Aug 30, 2012, 5:20 AM
  2. [CLOSED] PartialExtView Button Listener
    By Timothy in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: May 04, 2012, 3:47 PM
  3. [CLOSED] PartialExtView and Icons
    By Timothy in forum 2.x Legacy Premium Help
    Replies: 3
    Last Post: May 04, 2012, 1:39 PM
  4. [CLOSED] PartialExtView
    By Timothy in forum 2.x Legacy Premium Help
    Replies: 3
    Last Post: May 04, 2012, 1:32 PM
  5. [CLOSED] MVC PartialExtView
    By Timothy in forum 1.x Legacy Premium Help
    Replies: 42
    Last Post: Mar 29, 2010, 7:21 PM

Posting Permissions