OdeToCode/Memflex

Doubly initializing structure map on app startup?

Closed this issue · 1 comments

In global there is a call to

StructuremapMvc.Start();

And then in StructureMapMvc.cs there is the web activator

[assembly: WebActivator.PreApplicationStartMethod(typeof(LogMeIn.App_Start.StructuremapMvc), "Start")]

Thanks for catching that!