Error: compilerVersion attribute in the provider options must be v4.0
Hi,
I have already an intranet running on my IIS server, which runs within the ASP.NET framework 2.0. I created a subdirectory for umbraco in the directory where the sources of the intranet were found and created an IIS application for this subdirectory. This IIS application uses ASP.NET 4.0.
When I browse to this subdirectory, to install umbraco I get an error saying:
"The value for the 'compilerVersion' attribute in the provider options must be 'v4.0' or later if you are compiling for version 4.0 or later of the .NET Framework. To compile this Web application for version 3.5 or earlier of the .NET Framework, remove the 'targetFramework' attribute from the <compilation> element of the Web.config file"
In the web.config the value for "CompilerVersion" is set to v4.0 so I don't get it...
Error: compilerVersion attribute in the provider options must be v4.0
Hi,
I have already an intranet running on my IIS server, which runs within the ASP.NET framework 2.0. I created a subdirectory for umbraco in the directory where the sources of the intranet were found and created an IIS application for this subdirectory. This IIS application uses ASP.NET 4.0.
When I browse to this subdirectory, to install umbraco I get an error saying:
"The value for the 'compilerVersion' attribute in the provider options must be 'v4.0' or later if you are compiling for version 4.0 or later of the .NET Framework. To compile this Web application for version 3.5 or earlier of the .NET Framework, remove the 'targetFramework' attribute from the <compilation> element of the Web.config file"
In the web.config the value for "CompilerVersion" is set to v4.0 so I don't get it...
What could cause this error?
Thanks in advance.
grts,
Kim
is working on a reply...