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: }
Steven Sanderson'ın ' Pro ASP.NET MVC Framework ' kitabını takip ediyordum . 132 Sayfasında, yazarın önerisi doğrultusunda ASP.NET MVC Vadeli İşlemler derlemesini karşıdan yükledim ve MVC projeme ekledi. [Not: Bu kırmızı bir ringa balığı olabilir.]
Bundan sonra projemi artık yükleyemedim. Yukarıdaki hata beni soğuk tuttu.
Sorum şu değil , "Kodumu düzeltmeme yardım eder misin?"
Bunun yerine, daha genel olarak bilmek istiyorum:
- Bu sorunu nasıl gidermeliyim?
- Ne aramalıyım?
- Temel sebep ne olabilir?
Görünüşe göre yönlendirme ve denetleyicileri şimdi benden daha derin bir düzeyde anlamalıyım.