我正在關注ASP.Net MVC "TaskList" example video並點擊在Visual Studio中運行(〜14:00分鐘進入視頻)我在瀏覽器中收到以下錯誤消息:ASP.Net MVC錯誤 - 錯誤的IL格式
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 Beta版(2008年10月16日)
- 視覺Studion 2008(9.0.21022.8 RTM)
- Vista旗艦版SP1
- IIS 7.0.6000.16386
會做 - 但代碼是在家裏,所以我會今晚發佈它:O) – Andrew 2008-10-20 07:52:51
我正要張貼代碼,當我發現這個問題 - 看到我的答案:http://stackoverflow.com/questions/215719/aspnet-mvc-error-bad-il-format#219769 – Andrew 2008-10-21 07:52:51