OdeToCode / Memflex

Brainstorming membership ideas
MIT License
71 stars 21 forks source link

Doubly initializing structure map on app startup? #6

Closed jakejscott closed 12 years ago

jakejscott commented 12 years ago

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")]
OdeToCode commented 12 years ago

Thanks for catching that!