Я следую за примером видео ASP.Net MVC "TaskList" и нажав кнопку «Выполнить» в Visual Studio (~ 14:00 мин. видео), я получаю следующее сообщение об ошибке в браузере:
Server Error in '/' Application.
Bad IL format.
Description: An unhandled exception occurred during the execution of the
current webrequest. Please review the stack trace for more information
about the error andwhere it originated in the code.
Exception Details: System.BadImageFormatException: Bad IL format.
Source Error:
Line 12: ' (2) URL with parameters
Line 13: ' (3) Parameter defaults
Line 14: routes.MapRoute( _
Line 15: "Default", _
Line 16: "{controller}/{action}/{id}", _
Source File: C:\Users\...\TaskList\TaskList\Global.asax.vb Line: 14
Stack Trace:
[BadImageFormatException: Bad IL format.]
VB$AnonymousType_0`3..ctor(T0 controller, T1 action, T2 id) +0
TaskList.MvcApplication.RegisterRoutes(RouteCollection routes) in
C:\Users\...\TaskList\TaskList\Global.asax.vb:14
TaskList.MvcApplication.Application_Start() in
C:\Users\...\TaskList\TaskList\Global.asax.vb:23
Version Information:
Microsoft .NET Framework Version:2.0.50727.1434;
ASP.NET Version:2.0.50727.1434
Я дважды проверил введенный мной код, что мне не хватает?
Спасибо!
Версии:
- Бета-версия ASP.Net MVC (16 октября 2008 г.)
- Visual Studion 2008 (9.0.21022.8 RTM)
- Vista Ultimate с пакетом обновления 1 (SP1)
- IIS 7.0.6000.16386