Linux Listener Issues***System Security file missing & MySql Issue***Resolved

Moderator: silent

Post Reply
silent
Site Admin
Posts: 77
Joined: Tue Nov 03, 2020 9:35 pm

Linux Listener Issues***System Security file missing & MySql Issue***Resolved

Post by silent »

Hello,


I was putting together a listener tonight for linux using dotnet framework and ran into some issues. If your having problems then the below solutions may help.


If your getting "MySql.Data.MySqlClient.Replication.ReplicationManager throws an System.TypeInitializationException" get rid of old MySql.Data.dll file & replace with MysqlConnector-

https://www.nuget.org/packages/MySqlConnector/


Discussion about it can be found here

https://stackoverflow.com/questions/41057256/mysql-data-mysqlclient-replication-replicationmanager-throws-an-system-typeiniti


add using MySqlConnector; where appropriate



need System.Security.Permissions installed if you get a missing or cant find System.Security.Permissions file-

https://www.nuget.org/packages/System.Security.Permissions/



thanks,


-silent
Post Reply