This is a crossposting to here and there as it seems to be related.
I've installed Umbraco 6.0.3 successfully. Then, I created an application, /forum and tried to install MVCForum. What I've done so far is written on the other article. What I've finally got an error is:
Expression of type 'System.Web.Mvc.MvcWebRazorHostFactory'
cannot be used for return type
'System.Web.WebPages.Razor.WebRazorHostFactory'
Description: An unhandled exception occurred during
the execution of the current web request. Please review the stack trace
for more information about the error and where it originated in the
code.
Exception Details: System.ArgumentException:
Expression of type 'System.Web.Mvc.MvcWebRazorHostFactory' cannot be
used for return type 'System.Web.WebPages.Razor.WebRazorHostFactory'
To me, it seems that Umbraco.MacroEngine affects to sub-applications. Could you guys give me advices to work this out, please?
Installing a web application under Umbraco
This is a crossposting to here and there as it seems to be related.
I've installed Umbraco 6.0.3 successfully. Then, I created an application, /forum and tried to install MVCForum. What I've done so far is written on the other article. What I've finally got an error is:
Expression of type 'System.Web.Mvc.MvcWebRazorHostFactory' cannot be used for return type 'System.Web.WebPages.Razor.WebRazorHostFactory'
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.ArgumentException: Expression of type 'System.Web.Mvc.MvcWebRazorHostFactory' cannot be used for return type 'System.Web.WebPages.Razor.WebRazorHostFactory'
To me, it seems that Umbraco.MacroEngine affects to sub-applications. Could you guys give me advices to work this out, please?
is working on a reply...