portable-areas
ASP.NET MVC 3 - Portable Area View doesn't find my model
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[详细]
2023-03-26 00:21 分类:问答asp.net mvc 3 razor sections and portable areas
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[详细]
2023-03-15 06:59 分类:问答MVCContrib portable areas not working from HtmlExtensions, MVC 3
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[详细]
2023-02-28 09:25 分类:问答ASP.NET MVC 3, Razor Views, and Portable Areas
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[详细]
2023-02-27 04:28 分类:问答Different View Engine for Portable Area
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[详细]
2023-02-08 05:48 分类:问答Compile views with enabling MvcBuildViews into MVC 2 Portable Area
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).[详细]
2023-01-17 05:10 分类:问答Html.EditorFor in an MVCContrib PortableArea
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[详细]
2023-01-15 04:42 分类:问答Can't acces my Portable Area in MVCContrib MVC2
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[详细]
2023-01-08 23:34 分类:问答Complicated Module Based Create new Record in DB with ASP.NET MVC 2
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.[详细]
2023-01-07 18:55 分类:问答Do ASP.Net MVC Portable areas work with Umbraco?
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[详细]
2023-01-07 03:58 分类:问答