Two different assembly versions “The located assembly's manifest definition does not match the assembly reference”

前端 未结 5 2335
太阳男子
太阳男子 2020-12-19 20:36

I have a project that I am working on that requires the use of the Mysql Connector for NHibernate, (Mysql.Data.dll). I also want to reference another project (Migrator.NET)

5条回答
  •  伪装坚强ぢ
    2020-12-19 21:06

    You are looking for Assembly Binding Redirection.

    This allows you to configure an application to look for a different assembly version.

提交回复
热议问题