How do you put views and content in a separate assembly that can be referenced from a MvcApplication?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It sounds like you’re talking about portable areas. Craig Shoemaker‘s Polymorphic Podcast had a recent episode featuring Jeffrey Palermo and Eric Hexter, and they discussed portable areas and what they are.
A link to an article at Los Techies appeared in the show notes, which is a great ‘how-to’ for getting started with working with portable areas.
The short answer is that you need to compile a project with the proper dependencies, and set the build action on all views as embedded resources.