Message in Italian (Italiano)
Nella sezione <compilation> del file Web.config, il valore dell'attributo 'compilerVersion' nelle opzioni del provider deve essere 'v2.0' se la versione di .NET Framework di destinazione è 2.0 o 3.0 oppure 'v3.5' se la versione di destinazione di .NET Framework è 3.5. Se è in corso la compilazione dell'applicazione Web per la versione 4 o successiva di .NET Framework, è invece necessario utilizzare l'attributo '<var>X</var>' nell'elemento <compilation> del file Web.config (ad esempio, '<compilation></compilation><var>X</var>="4.0">').</compilation></compilation>
Unlocalized message
In the <compilation> section of the Web.config file, the value for the 'compilerVersion' attribute in the provider options must be 'v2.0' if you are targeting version 2.0 or 3.0 of the .NET Framework, or must be 'v3.5' if you are targeting version 3.5 of the .NET Framework. If you are compiling this Web application for version 4.0 or later of the .NET Framework, the '<var>X</var>' attribute is required in the <compilation> element of the Web.config file instead (for example, '<compilation></compilation><var>X</var>="4.0">').</compilation></compilation>
Search by Google