Server Error in '/' Application.
--------------------------------------------------------------------------------
No parameterless constructor defined for this object.
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.MissingMethodException: No parameterless constructor defined for this object.
Source Error:
Line 16: HttpContext.Current.RewritePath(Request.ApplicationPath, false);
Line 17: IHttpHandler httpHandler = new MvcHttpHandler();
Line 18: httpHandler.ProcessRequest(HttpContext.Current);
Line 19: HttpContext.Current.RewritePath(originalPath, false);
Line 20: }
ฉันติดตามหนังสือ ' Pro ASP.NET MVC FrameworkของSteven Sanderson บนหน้า 132 ตามคำแนะนำของผู้เขียนฉันดาวน์โหลดแอสเซมบลี ASP.NET MVC Futures และเพิ่มลงในโครงการ MVC ของฉัน [หมายเหตุ: นี่อาจเป็นปลาเฮอริ่งแดง]
หลังจากนี้ฉันไม่สามารถโหลดโครงการของฉันได้อีก ข้อผิดพลาดดังกล่าวหยุดฉันเย็น
คำถามของฉันไม่ใช่ "คุณสามารถช่วยฉันแก้ไขรหัสได้หรือไม่"
แต่ฉันต้องการทราบเพิ่มเติมโดยทั่วไป:
- ฉันควรแก้ไขปัญหานี้อย่างไร
- ฉันควรมองหาอะไร
- สาเหตุที่แท้จริงอาจเป็นสาเหตุอะไร
ดูเหมือนว่าฉันควรเข้าใจการกำหนดเส้นทางและตัวควบคุมในระดับที่ลึกกว่าตอนนี้