You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed the Unity bootstrapper for ASP.NET MVC in my project, and your WebActivator package is one of the dependencies. I see that WebActivator is implemented as an attribute class called WebActivatorEx.PreApplicationStartMethodAttribute. However, there already exists a PreApplicationStartMethodAttribute class in the System.Web namespace of .NET Framework 4.5. Is there any significant difference between the two?
The text was updated successfully, but these errors were encountered:
I installed the Unity bootstrapper for ASP.NET MVC in my project, and your WebActivator package is one of the dependencies. I see that WebActivator is implemented as an attribute class called WebActivatorEx.PreApplicationStartMethodAttribute. However, there already exists a PreApplicationStartMethodAttribute class in the System.Web namespace of .NET Framework 4.5. Is there any significant difference between the two?
The text was updated successfully, but these errors were encountered: