2
Answers

Missing OnePerRequestModule assembly

Can someone help me resolve this. I am trying to find the missing assembly below in red. I have been struggling with this.


  DynamicModuleUtility.RegisterModule(typeof(OnePerRequestModule));
            DynamicModuleUtility.RegisterModule(typeof(HttpApplicationInitializationModule));

Answers (2)