Skip to content

Instantly share code, notes, and snippets.

View davidcie's full-sized avatar

Dawid Ciecierski davidcie

View GitHub Profile
@davidcie
davidcie / gist:3234747
Created August 2, 2012 07:19
Whitebox exception
Autofac.Core.DependencyResolutionException was unhandled by user code
Message=An exception was thrown while invoking the constructor 'Void .ctor(Whitebox.Core.Session.IMessageDispatcher, Whitebox.Core.Application.IApplicationEventQueue)' on type 'ProfilerSession'.
Source=Autofac
StackTrace:
at Autofac.Core.Activators.Reflection.ConstructorParameterBinding.Instantiate()
at Autofac.Core.Activators.Reflection.ReflectionActivator.ActivateInstance(IComponentContext context, IEnumerable`1 parameters)
at Autofac.Core.Resolving.InstanceLookup.Activate(IEnumerable`1 parameters)
at Autofac.Core.Resolving.InstanceLookup.<Execute>b__6()
at Autofac.Core.Lifetime.LifetimeScope.GetOrCreateAndShare(Guid id, Func`1 creator)
at Autofac.Core.Resolving.InstanceLookup.Execute()