Use IoC container in console app

I’m trying to access the IoC from a console application, how do i get it do configure it self with the default implementations of services? The service that I am interested of is the EventBroker.

First i tried the setup core, then switched to setup complete.

Do you use Litium.Owin?

I wasnt, but when I added Application.Start(PluginsConfig.Instance.GetSolutionAssemblies()); from there it worked like a charm :+1: