VS2005 Debugging Error on Local Machine
Posted: Fri Mar 07, 2008 6:20 am
Anyone encounter this exception before?
[NullReferenceException: Object reference not set to an instance of an object.]
CommerceBuilder.Services.AbleCommerceHttpModule.Init(HttpApplication context) +108
System.Web.HttpApplication.InitModulesCommon() +95
System.Web.HttpApplication.InitModules() +72
System.Web.HttpApplication.InitInternal(HttpContext context, HttpApplicationState state, MethodInfo[] handlers) +706
System.Web.HttpApplicationFactory.GetNormalApplicationInstance(HttpContext context) +301
System.Web.HttpApplicationFactory.GetApplicationInstance(HttpContext context) +131
System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +353
I copied the instance from my development/staging server to my local PC for development. The first time I tried to fire up the debugger, I ran into the encryption issue with the database string (so I replaced the encrypted connection string with the plain text version). I passed that hurdle, but now I'm receiving the above. Any thoughts?
Thanks!
Mike
[NullReferenceException: Object reference not set to an instance of an object.]
CommerceBuilder.Services.AbleCommerceHttpModule.Init(HttpApplication context) +108
System.Web.HttpApplication.InitModulesCommon() +95
System.Web.HttpApplication.InitModules() +72
System.Web.HttpApplication.InitInternal(HttpContext context, HttpApplicationState state, MethodInfo[] handlers) +706
System.Web.HttpApplicationFactory.GetNormalApplicationInstance(HttpContext context) +301
System.Web.HttpApplicationFactory.GetApplicationInstance(HttpContext context) +131
System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +353
I copied the instance from my development/staging server to my local PC for development. The first time I tried to fire up the debugger, I ran into the encryption issue with the database string (so I replaced the encrypted connection string with the plain text version). I passed that hurdle, but now I'm receiving the above. Any thoughts?
Thanks!
Mike