Is it possible to use latest Umbraco with .NET 4.0?
Hi all,
I have installed the latest version of Umbraco and I am wondering if it is possible to run it on .NET framework 4 instead of 4.5?
If I try to change the TargetFramework attributes in the web.config to 4.0, it crashes on the following line presumably because it is a new feature of 4.5:
Line 82: <httpRuntime requestValidationMode="2.0" enableVersionHeader="false" targetFramework="4.0" />
Parser Error Message: Unrecognized attribute 'targetFramework'. Note that
attribute names are case-sensitive
Is there anyway of getting the installation to work on 4.0, or alternatively can someone link me to an older version of Umbraco that supports 4.0?
Is it possible to use latest Umbraco with .NET 4.0?
Hi all,
I have installed the latest version of Umbraco and I am wondering if it is possible to run it on .NET framework 4 instead of 4.5?
If I try to change the TargetFramework attributes in the web.config to 4.0, it crashes on the following line presumably because it is a new feature of 4.5:
Line 82: <httpRuntime requestValidationMode="2.0" enableVersionHeader="false" targetFramework="4.0" />
Is there anyway of getting the installation to work on 4.0, or alternatively can someone link me to an older version of Umbraco that supports 4.0?
Im pretty sure the answer is NO. V7 requires 4.5
Verion 6.2 should run on .net 4.0, http://our.umbraco.org/contribute/releases/620
According to system the requirements
http://our.umbraco.org/documentation/Installation/system-requirements ;
Cheers Claus, version 6.2 will be enough for my requirements.
is working on a reply...