Skip to content

Instantly share code, notes, and snippets.

@shirhatti
Created July 29, 2014 23:23
Show Gist options
  • Save shirhatti/87525c5db0db930bab5c to your computer and use it in GitHub Desktop.
Save shirhatti/87525c5db0db930bab5c to your computer and use it in GitHub Desktop.
Error log
C:\src\test\MvcApplication1> ls
Directory: C:\src\test\MvcApplication1
Mode LastWriteTime Length Name
---- ------------- ------ ----
d---- 7/29/2014 10:03 AM Controllers
d---- 7/29/2014 10:03 AM Models
d---- 7/29/2014 10:03 AM Views
-a--- 7/28/2014 9:27 AM 662 project.json
-a--- 7/28/2014 9:27 AM 446 Startup.cs
C:\src\test\MvcApplication1> k web
Unhandled Exception: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocati
on. ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> Sys
tem.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Exceptio
n: TODO: IApplicationShutdown service not available
at Microsoft.AspNet.Hosting.Program.Main(String[] args)
--- End of inner exception stack trace ---
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters
, CultureInfo culture)
at System.Reflection.MethodBase.Invoke(Object obj, Object[] parameters)
at Microsoft.Framework.Runtime.Common.EntryPointExecutor.Execute(Assembly assembly, String[] args, IServiceProvider s
erviceProvider)
at Microsoft.Framework.ApplicationHost.Program.ExecuteMain(DefaultHost host, String applicationName, String[] args)
at Microsoft.Framework.ApplicationHost.Program.Main(String[] args)
--- End of inner exception stack trace ---
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters
, CultureInfo culture)
at System.Reflection.MethodBase.Invoke(Object obj, Object[] parameters)
at Microsoft.Framework.Runtime.Common.EntryPointExecutor.Execute(Assembly assembly, String[] args, IServiceProvider s
erviceProvider)
at klr.host.Bootstrapper.Main(String[] args)
--- End of inner exception stack trace ---
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters
, CultureInfo culture)
at System.Reflection.MethodBase.Invoke(Object obj, Object[] parameters)
at klr.hosting.RuntimeBootstrapper.Execute(String[] args)
at DomainManager.Main(Int32 argc, String[] argv)
C:\src\test\MvcApplication1>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment