mysql.data.entity.mysqlconnectionfactory.createconnection(System.String): overriding method must match the security accessibility

StackOverflow https://stackoverflow.com/questions/20934246

Pregunta

I have a visual c# project using mysql.data & mysql.data.entities (from NuGet) for mysql connectivity.

But for some reason, this breaks data binding in blend with the following error: "mysql.data.entity.mysqlconnectionfactory.createconnection(System.String)" "overriding method must match the security accessibility"

error message: http://i.stack.imgur.com/e6fcy.png

¿Fue útil?

Solución

The way I solved it after a while is by installing mysql.data only (so remove the mysql.data.entities package that's causing issues). so far everything still works & edge doesn't make an issue anymore.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top