i use DNN since the Version 2.0
today i want to upgrade since 6.02.06 to 7.1
For 6.02.06 i use W2003Server SQL 2005 .NET 2.0.50727 IIS6.0
in first i want to start 6.02.06 in the new server (hope that can be possible, then upgrade to 7.1)
after Backup, and import all in W2012Server SQL2012 .NET 2.0.50727 and 4.0.30317 IIS8.0
i start the dnn and i have this error :
Compilation error
Description: An error occurred during the compilation of a resource required to meet this demand. Please see below the details of the error in question and modify your source code appropriately.
Compiler Error Message: CS1703: An assembly with the same identity 'System.Web.Extensions, Version = 4.0.0.0, Culture = neutral, PublicKeyToken = 31bf3856ad364e35' has already been imported. Try removing one of the duplicate references.
Source Error:
[No relevant source line]
Source File: Line: 0
Compiler Microsoft (R) Visual C # Version 4.0.30319.17929
for Microsoft (R). NET Framework 4.5
error CS1703: An assembly with the same identity 'System.Web.Extensions, Version = 4.0.0.0, Culture = neutral, PublicKeyToken = 31bf3856ad364e35' has already been imported. Try removing one of the duplicate references.
(Location of the symbol with the previous error)
-------------------------------------------------- ------------------------------
Version Information: Microsoft NET Framework Version:. 4.0.30319; ASP.NET Version: 4.0.30319.1792
******
i dont know if i must change something on the web.config, i have :
<dependentAssembly>
<assemblyIdentity name="System.Web.Extensions" publicKeyToken="31bf3856ad364e35" />
<bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="3.5.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Web.Extensions.Design" publicKeyToken="31bf3856ad364e35" />
<bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="3.5.0.0" />
</dependentAssembly>
<add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" preCondition="managedHandler" /
<add tagPrefix="asp" namespace="System.Web.UI" assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
<add tagPrefix="asp" namespace="System.Web.UI.WebControls" assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
Thank you for your help