Im getting this error if I want to run Umbraco v8 on my website:
Parser Error Message: The 'targetFramework' attribute in the <compilation> element of the Web.config file is used only to target version 4.0 and later of the .NET Framework (for example, '<compilation targetFramework="4.0">'). The 'targetFramework' attribute currently references a version that is later than the installed version of the .NET Framework. Specify a valid target version of the .NET Framework, or install the required version of the .NET Framework.
Guys from hosting are telling me that they have installed version 4.7.3.
Where could be a problem then ?
Problem with targert version
Hello,
Im getting this error if I want to run Umbraco v8 on my website:
Guys from hosting are telling me that they have installed version 4.7.3. Where could be a problem then ?
Thank you
I have the same problem
how did you do it?
please somone help us
Maybe?
https://docs.microsoft.com/en-us/visualstudio/ide/how-to-target-a-version-of-the-dotnet-framework?view=vs-2017
I think the error is pretty self explanatory if you read it.
Go to the web.config, under compilation and use the appropriate .net version
I updated windows server after that problem solved
is working on a reply...