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
HI
I am new to MVC, and tried to install umbraco MVC and all i get is this in the frontend. What am i missing ?
ThanksBrian
Hey Brain,
What do you mean when you say "Install Umbraco MVC" ?
Rich
Version 6, i believe it uses MVC. I tried reinstalling again and I get a new error,
XML Parsing Error: no element found
Location: http://yourtraveltag/1088.aspx
Line Number 1, Column 1:
Is there speciel issues with windows 8 maybe ? Hmm...
I will figure it out myself. I just hate debuggin installations, when I could be developing cool stuff instead.
Hey Brian,
I'm not sure why you're having problems, I suggest you look at this post http://umbraco.com/follow-us/blog-archive/2012/10/30/getting-started-with-mvc-in-umbraco-410.aspx
Mainly this bit
Go to ~/config/umbracoSettings.config file. Scroll down the file to about half way and you will come across a key called templates with a child key called defaultRenderingEngine. You will need to change this keys value from WebForms to Mvc.
<defaultRenderingEngine>Mvc</defaultRenderingEngine>
Essentially install Umbraco 6.x, change the setting above, job done. It's nothing to do with Windows 8.
Hi RichThanks, i skimmed that guide a bit too fast, and missed that info. I will try it later today, it looks like that could be it.
BestBrian
Works now, TY
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
MVC installation problem
HI
I am new to MVC, and tried to install umbraco MVC and all i get is this in the frontend. What am i missing ?
Thanks
Brian
Hey Brain,
What do you mean when you say "Install Umbraco MVC" ?
Rich
Version 6, i believe it uses MVC. I tried reinstalling again and I get a new error,
XML Parsing Error: no element found
Location: http://yourtraveltag/1088.aspx
Line Number 1, Column 1:
Is there speciel issues with windows 8 maybe ? Hmm...
I will figure it out myself. I just hate debuggin installations, when I could be developing cool stuff instead.
Hey Brian,
I'm not sure why you're having problems, I suggest you look at this post http://umbraco.com/follow-us/blog-archive/2012/10/30/getting-started-with-mvc-in-umbraco-410.aspx
Mainly this bit
Go to ~/config/umbracoSettings.config file. Scroll down the file to about half way and you will come across a key called templates with a child key called defaultRenderingEngine. You will need to change this keys value from WebForms to Mvc.
<defaultRenderingEngine>Mvc</defaultRenderingEngine>
Essentially install Umbraco 6.x, change the setting above, job done. It's nothing to do with Windows 8.
Rich
Hi Rich
Thanks, i skimmed that guide a bit too fast, and missed that info. I will try it later today, it looks like that could be it.
Best
Brian
Works now, TY
is working on a reply...