Advertisement
Guest User

Untitled

a guest
Jun 14th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.42 KB | None | 0 0
  1. Server Error in '/NtcToolServer' Application.
  2. Could not load type 'NtcToolServer.BasicAuthHttpModule' from assembly 'NtcTool.Server'.
  3. 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.
  4.  
  5. Exception Details: System.TypeLoadException: Could not load type 'NtcToolServer.BasicAuthHttpModule' from assembly 'NtcTool.Server'.
  6.  
  7. Source Error:
  8.  
  9. 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.
  10.  
  11. Stack Trace:
  12.  
  13.  
  14. [TypeLoadException: Could not load type 'NtcToolServer.BasicAuthHttpModule' from assembly 'NtcTool.Server'.]
  15. System.RuntimeTypeHandle.GetTypeByName(String name, Boolean throwOnError, Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMarkHandle stackMark, IntPtr pPrivHostBinder, Boolean loadTypeFromPartialName, ObjectHandleOnStack type) +0
  16. System.RuntimeTypeHandle.GetTypeByName(String name, Boolean throwOnError, Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean loadTypeFromPartialName) +95
  17. System.Type.GetType(String typeName, Boolean throwOnError, Boolean ignoreCase) +64
  18. System.Web.Compilation.BuildManager.GetType(String typeName, Boolean throwOnError, Boolean ignoreCase) +60
  19. System.Web.Configuration.ConfigUtil.GetType(String typeName, String propertyName, ConfigurationElement configElement, XmlNode node, Boolean checkAptcaBit, Boolean ignoreCase) +49
  20.  
  21. [ConfigurationErrorsException: Could not load type 'NtcToolServer.BasicAuthHttpModule' from assembly 'NtcTool.Server'.]
  22. System.Web.Configuration.ConfigUtil.GetType(String typeName, String propertyName, ConfigurationElement configElement, XmlNode node, Boolean checkAptcaBit, Boolean ignoreCase) +558
  23. System.Web.Configuration.ConfigUtil.GetType(String typeName, String propertyName, ConfigurationElement configElement, Boolean checkAptcaBit) +30
  24. System.Web.Configuration.Common.ModulesEntry.SecureGetType(String typeName, String propertyName, ConfigurationElement configElement) +57
  25. System.Web.Configuration.Common.ModulesEntry..ctor(String name, String typeName, String propertyName, ConfigurationElement configElement) +57
  26. System.Web.HttpApplication.BuildIntegratedModuleCollection(List`1 moduleList) +182
  27. System.Web.HttpApplication.GetModuleCollection(IntPtr appContext) +1086
  28. System.Web.HttpApplication.RegisterEventSubscriptionsWithIIS(IntPtr appContext, HttpContext context, MethodInfo[] handlers) +120
  29. System.Web.HttpApplication.InitSpecial(HttpApplicationState state, MethodInfo[] handlers, IntPtr appContext, HttpContext context) +169
  30. System.Web.HttpApplicationFactory.GetSpecialApplicationInstance(IntPtr appContext, HttpContext context) +372
  31. System.Web.Hosting.PipelineRuntime.InitializeApplication(IntPtr appContext) +329
  32.  
  33. [HttpException (0x80004005): Could not load type 'NtcToolServer.BasicAuthHttpModule' from assembly 'NtcTool.Server'.]
  34. System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +525
  35. System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +118
  36. System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context) +708
  37.  
  38. Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.7.2634.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement