How to run a sitefinity 9.2 project in a locally installed instance of sitefinity 10?

0

Good friends, I am having a problem wanting to start a project of sitefinity under version 9.2 .

The issue esque I have installed sitefinity 10.0.2 installed on my local machine and I must modify a project made with version 9.2, but when sending it to run (do not run or I can not access the backend) me

returns this error:

  

Server Error in '/' Application.

     

Could not load file or assembly 'Telerik.Sitefinity, Version = 9.2.6220.0, Culture = neutral, PublicKeyToken = b28c218413bdf563' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)   Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

     

Exception Details: System.IO.FileLoadException: Could not load file or assembly 'Telerik.Sitefinity, Version = 9.2.6220.0, Culture = neutral, PublicKeyToken = b28c218413bdf563' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)

Source Error:

  

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

     

Assembly Load Trace: The following information can be helpful to determine why the assembly 'Telerik.Sitefinity, Version = 9.2.6220.0, Culture = neutral, PublicKeyToken = b28c218413bdf563' could not be loaded.

     

WRN: Assembly binding logging is turned OFF.   To enable assembly bind failure logging, set the registry value [HKLM \ Software \ Microsoft \ Fusion! EnableLog] (DWORD) to 1.   Note: There is some performance penalty associated with assembly bind failure logging.   To turn this feature off, remove the registry value [HKLM \ Software \ Microsoft \ Fusion! EnableLog].

Stack Trace:

  

[FileLoadException: Could not load file or assembly 'Telerik.Sitefinity, Version = 9.2.6220.0, Culture = neutral, PublicKeyToken = b28c218413bdf563' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)]      SitefinityWebApp.Global.Application_Start (Object sender, EventArgs e) in D: \ Users \ Alien \ Projects \ USA \ Santiago \ Levatas \ Sitefinity \ Converge \ sources \ sources \ Global.asax.cs: 28

     

[HttpException (0x80004005): Could not load file or assembly 'Telerik.Sitefinity, Version = 9.2.6220.0, Culture = neutral, PublicKeyToken = b28c218413bdf563' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)]   System.Web.HttpApplicationFactory.EnsureAppStartCalledForIntegratedMode (HttpContext context, HttpApplication app) +10062145      System.Web.HttpApplication.RegisterEventSubscriptionsWithIIS (IntPtr appContext, HttpContext context, MethodInfo [] handlers) +118      System.Web.HttpApplication.InitSpecial (HttpApplicationState state, MethodInfo [] handlers, IntPtr appContext, HttpContext context) +173      System.Web.HttpApplicationFactory.GetSpecialApplicationInstance (IntPtr appContext, HttpContext context) +336      System.Web.Hosting.PipelineRuntime.InitializeApplication (IntPtr appContext) +296

     

[HttpException (0x80004005): Could not load file or assembly 'Telerik.Sitefinity, Version = 9.2.6220.0, Culture = neutral, PublicKeyToken = b28c218413bdf563' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)]      System.Web.HttpRuntime.FirstRequestInit (HttpContext context) +10043436      System.Web.HttpRuntime.EnsureFirstRequestInit (HttpContext context) +95      System.Web.HttpRuntime.ProcessRequestNotificationPrivate (IIS7WorkerRequest wr, HttpContext context) +254

Help friends, how can I resolve this error?

    
asked by Cris Calderon 10.04.2018 в 16:34
source

0 answers