Error when installing in Umbraco MVC 6.11 - dev site down
ugh!!! please advise or provide manual uninstall instructions (I'll look for these in the meantime).
Server Error in '/' Application.
Object reference not set to an instance of an object.
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.
Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.
Source Error:
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.
Stack Trace:
[NullReferenceException: Object reference not set to an instance of an object.]
uBlogsy.BusinessLogic.EventHandlers.UmbracoExamineEvents.OnApplicationStarted(UmbracoApplicationBase umbracoApplication, ApplicationContext applicationContext) in d:_PROJECTS\Personal\uBlogsy\uBlogsy MVC\Source\uBlogsy.BusinessLogic\EventHandlers\UmbracoExamineEvents.cs:35
Umbraco.Core.EnumerableExtensions.ForEach(IEnumerable1 items, Action1 action) +147
Umbraco.Core.CoreBootManager.Complete(Action1 afterComplete) +143
Umbraco.Web.WebBootManager.Complete(Action1 afterComplete) +70
[HttpException (0x80004005): Object reference not set to an instance of an object.]
System.Web.HttpApplicationFactory.EnsureAppStartCalledForIntegratedMode(HttpContext context, HttpApplication app) +12872285
System.Web.HttpApplication.RegisterEventSubscriptionsWithIIS(IntPtr appContext, HttpContext context, MethodInfo[] handlers) +175
System.Web.HttpApplication.InitSpecial(HttpApplicationState state, MethodInfo[] handlers, IntPtr appContext, HttpContext context) +304
System.Web.HttpApplicationFactory.GetSpecialApplicationInstance(IntPtr appContext, HttpContext context) +404
System.Web.Hosting.PipelineRuntime.InitializeApplication(IntPtr appContext) +475
[HttpException (0x80004005): Object reference not set to an instance of an object.]
System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +12889028
System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +159
System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context) +12730121
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.18067
ok, I removed the DLLs and was able to login back into the Umbraco back office and then uninstall from there. I would like to test out this package though. any special instructions to install based on the error info above? thx!
Error when installing in Umbraco MVC 6.11 - dev site down
ugh!!! please advise or provide manual uninstall instructions (I'll look for these in the meantime).
Server Error in '/' Application.
Object reference not set to an instance of an object.
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.
Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.
Source Error:
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.
Stack Trace:
[NullReferenceException: Object reference not set to an instance of an object.] uBlogsy.BusinessLogic.EventHandlers.UmbracoExamineEvents.OnApplicationStarted(UmbracoApplicationBase umbracoApplication, ApplicationContext applicationContext) in d:_PROJECTS\Personal\uBlogsy\uBlogsy MVC\Source\uBlogsy.BusinessLogic\EventHandlers\UmbracoExamineEvents.cs:35 Umbraco.Core.EnumerableExtensions.ForEach(IEnumerable
1 items, Action
1 action) +147 Umbraco.Core.CoreBootManager.Complete(Action1 afterComplete) +143 Umbraco.Web.WebBootManager.Complete(Action
1 afterComplete) +70[HttpException (0x80004005): Object reference not set to an instance of an object.] System.Web.HttpApplicationFactory.EnsureAppStartCalledForIntegratedMode(HttpContext context, HttpApplication app) +12872285 System.Web.HttpApplication.RegisterEventSubscriptionsWithIIS(IntPtr appContext, HttpContext context, MethodInfo[] handlers) +175 System.Web.HttpApplication.InitSpecial(HttpApplicationState state, MethodInfo[] handlers, IntPtr appContext, HttpContext context) +304 System.Web.HttpApplicationFactory.GetSpecialApplicationInstance(IntPtr appContext, HttpContext context) +404 System.Web.Hosting.PipelineRuntime.InitializeApplication(IntPtr appContext) +475
[HttpException (0x80004005): Object reference not set to an instance of an object.] System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +12889028 System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +159 System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context) +12730121
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.18067
ok, I removed the DLLs and was able to login back into the Umbraco back office and then uninstall from there. I would like to test out this package though. any special instructions to install based on the error info above? thx!
Hi did you sort out this issue?
It looks like an error when trying to hook up to an Examine event. This might be due to file permissions.
Hi John,
thank you for your response. Version 4.1 solved the problem.
Martin
is working on a reply...