,Activation error occured while trying to get inst

2019-08-30 22:57发布

Am trying to connect to a db (actually am put on an already built project :) ) . The code was connecting ok but after a windows issue and restroring, the following error shows up each time a DB connection is attempted.

Activation error occured while trying to get instance of type Database, key "core_erp" ..

have installed mysql .net connector but the error still shows up.

As said that the project is already built but when the code was ported to this computer, the issue started to show up (reason to tell this is that the issue is not in the code rather possibly on the configurations)

any help appreciated.

USING MYSQL, ENT.LIBRARY , WCF, ASP.Net MVC-3

1条回答
forever°为你锁心
2楼-- · 2019-08-30 23:29

issue solved by installing the newer MYSQL .net connector (6.8.3).

hope this helps someone else :)

查看更多
登录 后发表回答