Thanks for your feedback. We haven't experienced any issues yet but are curious to find out if others have run into issues with v6 on .net 4.5 as we're starting a large project.
Ok, I think you should perhaps have a look at the issue tracker then and make a decision from that. Unfortunately there have been some weird issues with the first releases of 6...so I would probably wait untill 6.0.3 is released.
I use Umbraco 6.0.3 and when I choose .net 4.5 for the target framework, I have an error when I click on the node "Content" in the back office : WebForms UnobtrusiveValidationMode requires a ScriptResourceMapping for 'jquery'. Please add a ScriptResourceMapping named jquery(case-sensitive).
Umbraco 6 and .net 4.5?
Does anyone know if the new Umbraco v6 will work with .net 4.5? Are there any known issues running u6 in .net 4.5?
Any advice is greatly appreciated.
Thanks
Hi Summit
Yes Umbraco 6 is compatiable with .net 4.5 as far as I know. Have you experienced any issues?
/Jan
Hi Jan,
Thanks for your feedback. We haven't experienced any issues yet but are curious to find out if others have run into issues with v6 on .net 4.5 as we're starting a large project.
Thanks
Zac
Hi Summit
Ok, I think you should perhaps have a look at the issue tracker then and make a decision from that. Unfortunately there have been some weird issues with the first releases of 6...so I would probably wait untill 6.0.3 is released.
/Jan
Hi,
I use Umbraco 6.0.3 and when I choose .net 4.5 for the target framework, I have an error when I click on the node "Content" in the back office :
WebForms UnobtrusiveValidationMode requires a ScriptResourceMapping for 'jquery'. Please add a ScriptResourceMapping named jquery(case-sensitive).
adding the following setting in the <appSettings> section of my web.config worked for me:
Thommy
is working on a reply...