Hi,I've been tryin to get my existing MVC 4.0 project to work with MvcBridge and so far no luck all I get is blank screens. Even if I put a breakpoint in VS 2012 all the symbols are loaded by it doesn't hit it. If I move the controller and view to a MVC 3.0 project all works fine.My question iis thus, does this work with MVC 4.0 and if not why???ThanksKen
thanks for the reply I thought that was the case. I have looked at the latest MVC features in Umbraco 4.11.8 but noticed that the controllers needed to inherite from Umbraco.Web.Mvc.RenderMvcController. I have an existing MVC web app (non umbraco) and was hoping to make use of common controlers and views between the two systems (as a replacement for custom user controls).
As I'm new to Umbraco MVC was looking for some help and thought the MVCBrideg looked promising.
MVC 4.0 Projects
Hi,I've been tryin to get my existing MVC 4.0 project to work with MvcBridge and so far no luck all I get is blank screens. Even if I put a breakpoint in VS 2012 all the symbols are loaded by it doesn't hit it. If I move the controller and view to a MVC 3.0 project all works fine.My question iis thus, does this work with MVC 4.0 and if not why???ThanksKen
Hi,
MVC 4 is not supported, mainly because I do not actively develop this anymore.
For me the latest MVC capabilities in Umbraco makes it unnecessary to build a bridge package.
Cheers,
Richard
Hi Richard,
thanks for the reply I thought that was the case. I have looked at the latest MVC features in Umbraco 4.11.8 but noticed that the controllers needed to inherite from Umbraco.Web.Mvc.RenderMvcController. I have an existing MVC web app (non umbraco) and was hoping to make use of common controlers and views between the two systems (as a replacement for custom user controls).
As I'm new to Umbraco MVC was looking for some help and thought the MVCBrideg looked promising.
Thanks
Ken
is working on a reply...