This is a migrated thread and some comments may be shown as answers.

[Solved] Error after install

0 Answers 108 Views
Installer and VS Extensions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
James
Top achievements
Rank 1
James asked on 01 Apr 2011, 05:10 PM
Any ideas?  Happens after clean install from Q1-2011 .MSI (unchecked source code). VS2010 SP1, MVC 3 are installed

Server Error in '/' Application.

Could not load type 'System.Web.Mvc.TagRenderMode' from assembly 'System.Web.WebPages, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.

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.TypeLoadException: Could not load type 'System.Web.Mvc.TagRenderMode' from assembly 'System.Web.WebPages, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.

Source Error: 

Line 36:     }
Line 37: 
Line 38:     Html.Telerik().PanelBar()
Line 39:         .Name("navigation-controls")
Line 40:         .HtmlAttributes(new { @class = "demos-navigation" })

Source File: c:\Program Files\Telerik\Extensions for ASP.NET MVC Q1 2011\Examples\Telerik.Web.Mvc.Examples\Views\Shared\LeftNavigation.ascx    Line: 38 
Tags
Installer and VS Extensions
Asked by
James
Top achievements
Rank 1
Share this question
or