Windows 10 Pro, Visual Studio 2019, Visual Basic, .NET Framework 4.8, MySQL server & connector 8.0.32
- VB solution accesses DB using MySQLConnection.Open()
- works w/o problem EXCEPT if the VB solution is located in a folder called "AVI"
- then MySQLConnection.Open() throws the following exception: "The type initializer for 'MySql.Data.MySqlClient.Replication.ReplicationManager' threw an exception."
- if I locate my solution in any folder NOT named "AVI", everything works fine
- VB solution accesses DB using MySQLConnection.Open()
- works w/o problem EXCEPT if the VB solution is located in a folder called "AVI"
- then MySQLConnection.Open() throws the following exception: "The type initializer for 'MySql.Data.MySqlClient.Replication.ReplicationManager' threw an exception."
- if I locate my solution in any folder NOT named "AVI", everything works fine