Hi everyone, i have problems with my application after last Windows Updates and ASP.NET 4.0.303
My application has crashed after some minutes, looking in Windows Event Viewer, i found this error log, is the same who appears in my aplication after ASP.NET error.
Somenone, have any idea how i can resolve this?
(Version: Microsoft .NET Framework Versão:4.0.30319; Version do ASP.NET:4.7.3062.0)
Event code: 3005
Event message: An unhandled exception has occurred.
Event time: 7/20/2018 9:49:32 AM
Event time (UTC): 7/20/2018 12:49:32 PM
Event ID: 3289371ae4054ebf8cf135d6d4e0689e
Event sequence: 2
Event occurrence: 1
Event detail code: 0
Process information:
Process ID: 4560
Process name: w3wp.exe
Account name: NT AUTHORITY\NETWORK SERVICE
Exception information:
Exception type: MissingMethodException
Exception message: Method not found: 'Void Microsoft.Owin.Logging.AppBuilderLoggerExtensions.SetLoggerFactory(Owin.IAppBuilder, Microsoft.Owin.Logging.ILoggerFactory)'.
at Microsoft.Owin.Host.SystemWeb.OwinAppContext.Initialize(Action`1 startup)
at Microsoft.Owin.Host.SystemWeb.OwinBuilder.Build(Action`1 startup)
at Microsoft.Owin.Host.SystemWeb.OwinHttpModule.InitializeBlueprint()
at System.Threading.LazyInitializer.EnsureInitializedCore[T](T& target, Boolean& initialized, Object& syncLock, Func`1 valueFactory)
at Microsoft.Owin.Host.SystemWeb.OwinHttpModule.Init(HttpApplication context)
at System.Web.HttpApplication.RegisterEventSubscriptionsWithIIS(IntPtr appContext, HttpContext context, MethodInfo[] handlers)
at System.Web.HttpApplication.InitSpecial(HttpApplicationState state, MethodInfo[] handlers, IntPtr appContext, HttpContext context)
at System.Web.HttpApplicationFactory.GetSpecialApplicationInstance(IntPtr appContext, HttpContext context)
at System.Web.Hosting.PipelineRuntime.InitializeApplication(IntPtr appContext)
User:
Is authenticated: False
Authentication Type:
Thread account name: NT AUTHORITY\NETWORK SERVICE
Thread information:
Thread ID: 71
Thread account name: NT AUTHORITY\NETWORK SERVICE
Is impersonating: False
Stack trace: at Microsoft.Owin.Host.SystemWeb.OwinAppContext.Initialize(Action`1 startup)
at Microsoft.Owin.Host.SystemWeb.OwinBuilder.Build(Action`1 startup)
at Microsoft.Owin.Host.SystemWeb.OwinHttpModule.InitializeBlueprint()
at System.Threading.LazyInitializer.EnsureInitializedCore[T](T& target, Boolean& initialized, Object& syncLock, Func`1 valueFactory)
at Microsoft.Owin.Host.SystemWeb.OwinHttpModule.Init(HttpApplication context)
at System.Web.HttpApplication.RegisterEventSubscriptionsWithIIS(IntPtr appContext, HttpContext context, MethodInfo[] handlers)
at System.Web.HttpApplication.InitSpecial(HttpApplicationState state, MethodInfo[] handlers, IntPtr appContext, HttpContext context)
at System.Web.HttpApplicationFactory.GetSpecialApplicationInstance(IntPtr appContext, HttpContext context)
at System.Web.Hosting.PipelineRuntime.InitializeApplication(IntPtr appContext)
Check your source code to see which version of Microsoft.Owin.dll is used, and then log on to the machine to verify the assembly there again (GAC/bin folder). Sounds like that assembly on the server side has been replaced with an invalid one.
Lex Li
Affordable IIS Consulting Services at https://support.lextudio.com/services/consulting.html
---------------------------
This posting is provided "AS IS" with no warranties, and confers no rights.
It is also possible that DLL get corrupted due to any reason.
I suggest you to replace it with new DLL and check whether it solves your issue or not.
Regards
Deepak
MSDN Community Support
Please remember to click "Mark as Answer" the responses that resolved your issue.
If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.
2 Posts
Event code 3005 Id 1309
Jul 20, 2018 05:05 PM|GabrielMioranza|LINK
Hi everyone, i have problems with my application after last Windows Updates and ASP.NET 4.0.303
My application has crashed after some minutes, looking in Windows Event Viewer, i found this error log, is the same who appears in my aplication after ASP.NET error.
Somenone, have any idea how i can resolve this?
(Version: Microsoft .NET Framework Versão:4.0.30319; Version do ASP.NET:4.7.3062.0)
Event code: 3005
Event message: An unhandled exception has occurred.
Event time: 7/20/2018 9:49:32 AM
Event time (UTC): 7/20/2018 12:49:32 PM
Event ID: 3289371ae4054ebf8cf135d6d4e0689e
Event sequence: 2
Event occurrence: 1
Event detail code: 0
Application information:
Application domain: /LM/W3SVC/2/ROOT-10-131765645707725685
Trust level: Full
Application Virtual Path: /
Application Path: C:\inetpub\wwwroot\Aplication\
Machine name: SRV02
Process information:
Process ID: 4560
Process name: w3wp.exe
Account name: NT AUTHORITY\NETWORK SERVICE
Exception information:
Exception type: MissingMethodException
Exception message: Method not found: 'Void Microsoft.Owin.Logging.AppBuilderLoggerExtensions.SetLoggerFactory(Owin.IAppBuilder, Microsoft.Owin.Logging.ILoggerFactory)'.
at Microsoft.Owin.Host.SystemWeb.OwinAppContext.Initialize(Action`1 startup)
at Microsoft.Owin.Host.SystemWeb.OwinBuilder.Build(Action`1 startup)
at Microsoft.Owin.Host.SystemWeb.OwinHttpModule.InitializeBlueprint()
at System.Threading.LazyInitializer.EnsureInitializedCore[T](T& target, Boolean& initialized, Object& syncLock, Func`1 valueFactory)
at Microsoft.Owin.Host.SystemWeb.OwinHttpModule.Init(HttpApplication context)
at System.Web.HttpApplication.RegisterEventSubscriptionsWithIIS(IntPtr appContext, HttpContext context, MethodInfo[] handlers)
at System.Web.HttpApplication.InitSpecial(HttpApplicationState state, MethodInfo[] handlers, IntPtr appContext, HttpContext context)
at System.Web.HttpApplicationFactory.GetSpecialApplicationInstance(IntPtr appContext, HttpContext context)
at System.Web.Hosting.PipelineRuntime.InitializeApplication(IntPtr appContext)
User:
Is authenticated: False
Authentication Type:
Thread account name: NT AUTHORITY\NETWORK SERVICE
Thread information:
Thread ID: 71
Thread account name: NT AUTHORITY\NETWORK SERVICE
Is impersonating: False
Stack trace: at Microsoft.Owin.Host.SystemWeb.OwinAppContext.Initialize(Action`1 startup)
at Microsoft.Owin.Host.SystemWeb.OwinBuilder.Build(Action`1 startup)
at Microsoft.Owin.Host.SystemWeb.OwinHttpModule.InitializeBlueprint()
at System.Threading.LazyInitializer.EnsureInitializedCore[T](T& target, Boolean& initialized, Object& syncLock, Func`1 valueFactory)
at Microsoft.Owin.Host.SystemWeb.OwinHttpModule.Init(HttpApplication context)
at System.Web.HttpApplication.RegisterEventSubscriptionsWithIIS(IntPtr appContext, HttpContext context, MethodInfo[] handlers)
at System.Web.HttpApplication.InitSpecial(HttpApplicationState state, MethodInfo[] handlers, IntPtr appContext, HttpContext context)
at System.Web.HttpApplicationFactory.GetSpecialApplicationInstance(IntPtr appContext, HttpContext context)
at System.Web.Hosting.PipelineRuntime.InitializeApplication(IntPtr appContext)
8933 Posts
MVP
Re: Event code 3005 Id 1309
Jul 20, 2018 10:31 PM|lextm|LINK
Check your source code to see which version of Microsoft.Owin.dll is used, and then log on to the machine to verify the assembly there again (GAC/bin folder). Sounds like that assembly on the server side has been replaced with an invalid one.
Affordable IIS Consulting Services at https://support.lextudio.com/services/consulting.html
---------------------------
This posting is provided "AS IS" with no warranties, and confers no rights.
2 Posts
Re: Event code 3005 Id 1309
Jul 23, 2018 12:28 PM|GabrielMioranza|LINK
I check the version of DLL, are in the correct version
529 Posts
Microsoft
Re: Event code 3005 Id 1309
Jul 25, 2018 07:49 AM|deepakpanchal10|LINK
Hi GabrielMiora... ,
It is also possible that DLL get corrupted due to any reason.
I suggest you to replace it with new DLL and check whether it solves your issue or not.
Regards
Deepak
Please remember to click "Mark as Answer" the responses that resolved your issue.
If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.