Yet another System.Runtime.InteropServices error

后端 未结 3 1678
自闭症患者
自闭症患者 2021-01-04 03:29

Every project we have with MongoDB will, at one point of another, have a problem with the System.Runtime.InteropServices library that doesn\'t load.

This time the er

3条回答
  •  天命终不由人
    2021-01-04 04:00

    Targeting framework 4.7 or 4.7.1 would resolved the problem. This is because there are some conflicts at the side of .net standard 2

提交回复
热议问题