views:

629

answers:

0

I've followed the steps from http://memoryleak.me.uk/2009/04/umbraco-and-aspnet-mvc.html and integrated MVC in Umbraco with success, but i still have a problem which is critical for me. Is there any way to inherit the Umbraco defined templates in a MVC view? As I understand the problem is that the Umbraco templates become html only at runtime and the doctype properties, as @nodeName, are not recognized and "Object null reference" exception being thrown because of this.

Thank you!