2
Answers

Missing OnePerRequestModule assembly

Ask a question
David Smith

David Smith

11y
1.7k
1
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)