Created
April 16, 2011 21:18
-
-
Save geoffreysmith/923505 to your computer and use it in GitHub Desktop.
ModelBinder
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Could not load type 'System.Func`2' from assembly 'SharpArch, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'. | |
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.Func`2' from assembly 'SharpArch, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'. | |
Source Error: | |
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. | |
Stack Trace: | |
[TypeLoadException: Could not load type 'System.Func`2' from assembly 'SharpArch, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'.] | |
SharpArch.Web.Mvc.ModelBinder.SharpModelBinder.OnModelUpdating(ControllerContext controllerContext, ModelBindingContext bindingContext) +0 | |
System.Web.Mvc.DefaultModelBinder.BindComplexElementalModel(ControllerContext controllerContext, ModelBindingContext bindingContext, Object model) +39 | |
System.Web.Mvc.DefaultModelBinder.BindComplexModel(ControllerContext controllerContext, ModelBindingContext bindingContext) +1367 | |
System.Web.Mvc.DefaultModelBinder.BindModel(ControllerContext controllerContext, ModelBindingContext bindingContext) +449 | |
System.Web.Mvc.ControllerActionInvoker.GetParameterValue(ControllerContext controllerContext, ParameterDescriptor parameterDescriptor) +317 | |
System.Web.Mvc.ControllerActionInvoker.GetParameterValues(ControllerContext controllerContext, ActionDescriptor actionDescriptor) +117 | |
System.Web.Mvc.ControllerActionInvoker.InvokeAction(ControllerContext controllerContext, String actionName) +343 | |
System.Web.Mvc.Controller.ExecuteCore() +116 | |
System.Web.Mvc.ControllerBase.Execute(RequestContext requestContext) +97 | |
System.Web.Mvc.ControllerBase.System.Web.Mvc.IController.Execute(RequestContext requestContext) +10 | |
System.Web.Mvc.<>c__DisplayClassb.<BeginProcessRequest>b__5() +37 | |
System.Web.Mvc.Async.<>c__DisplayClass1.<MakeVoidDelegate>b__0() +21 | |
System.Web.Mvc.Async.<>c__DisplayClass8`1.<BeginSynchronous>b__7(IAsyncResult _) +12 | |
System.Web.Mvc.Async.WrappedAsyncResult`1.End() +62 | |
System.Web.Mvc.<>c__DisplayClasse.<EndProcessRequest>b__d() +50 | |
System.Web.Mvc.SecurityUtil.<GetCallInAppTrustThunk>b__0(Action f) +7 | |
System.Web.Mvc.SecurityUtil.ProcessInApplicationTrust(Action action) +22 | |
System.Web.Mvc.MvcHandler.EndProcessRequest(IAsyncResult asyncResult) +60 | |
System.Web.Mvc.MvcHandler.System.Web.IHttpAsyncHandler.EndProcessRequest(IAsyncResult result) +9 | |
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +8841105 | |
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +184 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment