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

前端 未结 5 2333
太阳男子
太阳男子 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:14

    I was also facing the same issue, and was not able to solve by any of the above solution. So finally I found one more solution for this... Remove everything from license.licx file in project=>Properties in solution explorer.

    When I removed everything from this file, its allowing me to build the project successfully

提交回复
热议问题