Including Pre-Compiled Views in an ASP.NET MVC Web Application
please see above blog. am trying to create class library of user control in MVC 3. with reference to above blog i have created class library write view in it. but problem is how to register that view in my consumer application as partial view. PrecompiledMvcEngine is not found in nuget. which will register precompiled view in asp.net MVC application.
Give me an example how to do it?