Advertisement
Guest User

Untitled

a guest
Jun 26th, 2014
353
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.61 KB | None | 0 0
  1. Server Error in '/' Application.
  2.  
  3. JIT Compiler encountered an internal limitation.
  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.InvalidProgramException: JIT Compiler encountered an internal limitation.
  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. [InvalidProgramException: JIT Compiler encountered an internal limitation.]
  17. ServiceStack.ServiceStackHost.GetCustomErrorHttpHandler(HttpStatusCode errorStatus) +0
  18. ServiceStack.HttpHandlerFactory..cctor() +3772
  19.  
  20. [TypeInitializationException: The type initializer for 'ServiceStack.HttpHandlerFactory' threw an exception.]
  21. ServiceStack.HttpHandlerFactory..ctor() +0
  22.  
  23. [TargetInvocationException: Exception has been thrown by the target of an invocation.]
  24. System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandleInternal& ctor, Boolean& bNeedSecurityCheck) +0
  25. System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark) +402
  26. System.RuntimeType.CreateInstanceDefaultCtor(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark) +504
  27. System.Activator.CreateInstance(Type type, Boolean nonPublic) +266
  28. System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes, StackCrawlMark& stackMark) +1766
  29. System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes) +625
  30. System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture) +53
  31. System.Web.HttpRuntime.CreateNonPublicInstance(Type type, Object[] args) +82
  32. System.Web.HttpRuntime.CreateNonPublicInstance(Type type) +52
  33. System.Web.Configuration.HandlerFactoryCache.Create(String type) +56
  34. System.Web.Configuration.HandlerFactoryCache..ctor(String type) +73
  35. System.Web.HttpApplication.GetFactory(String type) +138
  36. System.Web.MaterializeHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +732
  37. System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +188
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement