Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Is it possible to create vbhtml razor view file in umbraco 7.0.1.
Thanks
Haven't tried to switch to vbhtml in Umbraco yet, but think maybe you can change it on this spot in web.config:
<compilation defaultLanguage="c#" debug="true" batch="false" targetFramework="4.5"> <buildProviders> <add extension=".cshtml" type="umbraco.MacroEngines.RazorBuildProvider, umbraco.MacroEngines" /> <add extension=".vbhtml" type="umbraco.MacroEngines.RazorBuildProvider, umbraco.MacroEngines" /> <add extension=".razor" type="umbraco.MacroEngines.RazorBuildProvider, umbraco.MacroEngines" /> </buildProviders> </compilation>
Think it's worth a try to change the defaultLanguage to vb instead of c#.
David, Thanks for you replay. I tried this solution but it's not workout for me. Still it creating cshtml view only.
I would also really much like an answer :)
Tried Davids suggestion but same result as Vignesh.
// peter
Hi,
Did anyone figure this out? I am on v7.1.4 and I cant get vbhtml macros to render at all (via the rich text editor).
Cheers
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
How to create vb razor(vbhtml) view in umbraco 7.0.1?
Is it possible to create vbhtml razor view file in umbraco 7.0.1.
Thanks
Haven't tried to switch to vbhtml in Umbraco yet, but think maybe you can change it on this spot in web.config:
Think it's worth a try to change the defaultLanguage to vb instead of c#.
David, Thanks for you replay. I tried this solution but it's not workout for me. Still it creating cshtml view only.
I would also really much like an answer :)
Tried Davids suggestion but same result as Vignesh.
// peter
Hi,
Did anyone figure this out? I am on v7.1.4 and I cant get vbhtml macros to render at all (via the rich text editor).
Cheers
is working on a reply...