I\'ve started using MvcContrib\'s Portable Areas and everything works fine for the very simple views, but when I want to use a custom model in my view i get the error saying the namespace doesn\'t exi
Is it possible to have a portable area feed into a ASP.Net MVC 3 razor section?I have a section in myfor placing JS files, CSS, fiels, etc.I want to be able to target the head section from portable ar
I just implemented MVCContrib\'s Portable Area feature and it works fine. I can open it using: http://localhost/projectname/portableAreaName, but this portable area is not working if i render it using
I am trying to using portable views with ASP.NET MVC 3 and razor views as that seems like the best way to create an easy plug-in architecture.So I have my class library setup and I have my view locate
I\'m using ASP.NET MVC 2 and MvcContrib 2 portable areas. The consuming appl开发者_运维技巧ication is leveraging a CustomWebFormViewEngine which is derived from the standard WebForm view engine. I wan
I have a big .net mvc 2 project where we are using MvcContrib Portable Area. There is a main web site which load 开发者_如何学编程many modules (PA modules).
I am trying to use Html.EditorFor in a Portable Area (i.e. so create and edit use the same form), but it doesn\'t see开发者_StackOverflow社区m to working (fine when it is not in the Portable Area thou
I need help. I can\'t access my portable area from my main project. I build everything and I get a 404 error when trying to access this portable area (localhost:123/IW/Home), but all my regular areas
I have a very tough problem for me to solve, and I thought and searched alot and came down t one conclusion which I will mention down.
I have an开发者_如何学编程 Umbraco website that I want to extend. I feel that ASP.Net MVC is the way to go for the extension I\'m writing - I particularly like the idea of a Portable Area from MVCCont