“Unable to find an entry point named [function] in dll” (c++ to c# type conversion)

前端 未结 9 1396
夕颜
夕颜 2020-12-14 02:09

I have a dll which comes from a third party, which was written in C++. Here is some information that comes from the dll documentation:

//start documentation
         


        
9条回答
  •  天命终不由人
    2020-12-14 02:39

    We had this problem when we want to access to DB and solved it by changing EF core to EF 6.4.4 It may be you have a problem like this and need to change or downgrade your version of EF (If you used EF)

提交回复
热议问题