Advertisement
Guest User

Untitled

a guest
Feb 25th, 2013
297
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.44 KB | None | 0 0
  1. Server Error in '/' Application.
  2.  
  3. Non-static method requires a target.
  4.  
  5. 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.
  6.  
  7. Exception Details: System.Reflection.TargetException: Non-static method requires a target.
  8.  
  9. Source Error:
  10.  
  11. 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.
  12.  
  13. Stack Trace:
  14.  
  15.  
  16. [TargetException: Non-static method requires a target.]
  17. System.Reflection.RuntimeMethodInfo.CheckConsistency(Object target) +10741373
  18. System.Reflection.RuntimeMethodInfo.InvokeArgumentsCheck(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) +115
  19. System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) +54
  20. System.Reflection.RuntimePropertyInfo.GetValue(Object obj, BindingFlags invokeAttr, Binder binder, Object[] index, CultureInfo culture) +61
  21. System.Reflection.RuntimePropertyInfo.GetValue(Object obj, Object[] index) +19
  22. System.Data.Objects.ELinq.QueryParameterExpression.TryGetFieldOrPropertyValue(MemberExpression me, Object instance, Object& memberValue) +186
  23. System.Data.Objects.ELinq.QueryParameterExpression.TryEvaluatePath(Expression expression, ConstantExpression& constantExpression) +8603454
  24. System.Data.Objects.ELinq.QueryParameterExpression.EvaluateParameter(Object[] arguments) +71
  25. System.Data.Objects.ELinq.ELinqQueryState.GetExecutionPlan(Nullable`1 forMergeOption) +889
  26. System.Data.Objects.ObjectQuery`1.GetResults(Nullable`1 forMergeOption) +131
  27. System.Data.Objects.ObjectQuery`1.System.Collections.Generic.IEnumerable<T>.GetEnumerator() +36
  28. System.Linq.Enumerable.SingleOrDefault(IEnumerable`1 source) +179
  29. System.Data.Objects.ELinq.ObjectQueryProvider.<GetElementFunction>b__2(IEnumerable`1 sequence) +41
  30. System.Data.Objects.ELinq.ObjectQueryProvider.ExecuteSingle(IEnumerable`1 query, Expression queryRoot) +59
  31. System.Data.Objects.ELinq.ObjectQueryProvider.System.Linq.IQueryProvider.Execute(Expression expression) +133
  32. System.Data.Entity.Internal.Linq.DbQueryProvider.Execute(Expression expression) +87
  33. System.Linq.Queryable.SingleOrDefault(IQueryable`1 source, Expression`1 predicate) +287
  34. BrezeInMVC.Controllers.AccountController.Register(RegisterModel model) +6499
  35. lambda_method(Closure , ControllerBase , Object[] ) +104
  36. System.Web.Mvc.ActionMethodDispatcher.Execute(ControllerBase controller, Object[] parameters) +14
  37. System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext controllerContext, IDictionary`2 parameters) +182
  38. System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor actionDescriptor, IDictionary`2 parameters) +27
  39. System.Web.Mvc.Async.<>c__DisplayClass42.<BeginInvokeSynchronousActionMethod>b__41() +28
  40. System.Web.Mvc.Async.<>c__DisplayClass8`1.<BeginSynchronous>b__7(IAsyncResult _) +10
  41. System.Web.Mvc.Async.WrappedAsyncResult`1.End() +50
  42. System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethod(IAsyncResult asyncResult) +32
  43. System.Web.Mvc.Async.<>c__DisplayClass39.<BeginInvokeActionMethodWithFilters>b__33() +58
  44. System.Web.Mvc.Async.<>c__DisplayClass4f.<InvokeActionMethodFilterAsynchronously>b__49() +225
  45. System.Web.Mvc.Async.<>c__DisplayClass4f.<InvokeActionMethodFilterAsynchronously>b__49() +225
  46. System.Web.Mvc.Async.<>c__DisplayClass37.<BeginInvokeActionMethodWithFilters>b__36(IAsyncResult asyncResult) +10
  47. System.Web.Mvc.Async.WrappedAsyncResult`1.End() +50
  48. System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethodWithFilters(IAsyncResult asyncResult) +34
  49. System.Web.Mvc.Async.<>c__DisplayClass2a.<BeginInvokeAction>b__20() +24
  50. System.Web.Mvc.Async.<>c__DisplayClass25.<BeginInvokeAction>b__22(IAsyncResult asyncResult) +99
  51. System.Web.Mvc.Async.WrappedAsyncResult`1.End() +50
  52. System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeAction(IAsyncResult asyncResult) +27
  53. System.Web.Mvc.<>c__DisplayClass1d.<BeginExecuteCore>b__18(IAsyncResult asyncResult) +14
  54. System.Web.Mvc.Async.<>c__DisplayClass4.<MakeVoidDelegate>b__3(IAsyncResult ar) +23
  55. System.Web.Mvc.Async.WrappedAsyncResult`1.End() +55
  56. System.Web.Mvc.Controller.EndExecuteCore(IAsyncResult asyncResult) +39
  57. System.Web.Mvc.Async.<>c__DisplayClass4.<MakeVoidDelegate>b__3(IAsyncResult ar) +23
  58. System.Web.Mvc.Async.WrappedAsyncResult`1.End() +55
  59. System.Web.Mvc.Controller.EndExecute(IAsyncResult asyncResult) +29
  60. System.Web.Mvc.Controller.System.Web.Mvc.Async.IAsyncController.EndExecute(IAsyncResult asyncResult) +10
  61. System.Web.Mvc.<>c__DisplayClass8.<BeginProcessRequest>b__3(IAsyncResult asyncResult) +25
  62. System.Web.Mvc.Async.<>c__DisplayClass4.<MakeVoidDelegate>b__3(IAsyncResult ar) +23
  63. System.Web.Mvc.Async.WrappedAsyncResult`1.End() +55
  64. System.Web.Mvc.MvcHandler.EndProcessRequest(IAsyncResult asyncResult) +31
  65. System.Web.Mvc.MvcHandler.System.Web.IHttpAsyncHandler.EndProcessRequest(IAsyncResult result) +9
  66. System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +9629708
  67. System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +155
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement