GetModuleHandle failed with error

  • Thread starter Thread starter Bryan Poteet
  • Start date Start date
B

Bryan Poteet

Hello,

Not sure where to start with this error.
The application uses Forms as the authentication Mode and AD for user login.

An error occurred while try to load the string resources (GetModuleHandle
failed with error -2147024896).

Here is the stack trace:

HttpException (0x80004005): An error occurred while try to load the string
resources (GetModuleHandle failed with error -2147024896).]
System.Web.StringResourceManager.ReadSafeStringResource(Type t) +373
System.Web.UI.TemplateControl.ReadStringResource(Type t) +5
ASP.Logon_aspx..ctor()

[TargetInvocationException: Exception has been thrown by the target of an
invocation.]
System.RuntimeType.CreateInstanceImpl(Boolean publicOnly) +0
System.Activator.CreateInstance(Type type, Boolean nonPublic) +66
System.Web.UI.TemplateControlParser.GetCompiledInstance(String
virtualPath, String inputFile, HttpContext context) +164

[HttpException (0x80004005): Failed to create page of type
'ASP.Logon_aspx'.]
System.Web.UI.TemplateControlParser.GetCompiledInstance(String
virtualPath, String inputFile, HttpContext context) +338
System.Web.UI.PageParser.GetCompiledPageInstanceInternal(String
virtualPath, String inputFile, HttpContext context) +43
System.Web.UI.PageHandlerFactory.GetHandler(HttpContext context, String
requestType, String url, String path) +44
System.Web.HttpApplication.MapHttpHandler(HttpContext context, String
requestType, String path, String pathTranslated, Boolean useAppConfig) +699

System.Web.MapHandlerExecutionStep.System.Web.HttpApplication+IExecutionStep
..Execute() +96
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&
completedSynchronously) +173

Any help with this would be greatly appreciated.

Thanks,
Bryan
 
Back
Top