I am using C# .NET Framework 4.8.1
I was using MySql .Net connector v8.0.32 just fine.
I upgraded to connector v8.0.33.1 which compiles but at runtime when accessing the database I get the following error:
Could not load file or assembly 'System.Runtime.CompilerServices.Unsafe, Version=4.0.4.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified
I have no idea how to fix this so I have gone back to v8.0.32.
Any ideas what is wrong?
I was using MySql .Net connector v8.0.32 just fine.
I upgraded to connector v8.0.33.1 which compiles but at runtime when accessing the database I get the following error:
Could not load file or assembly 'System.Runtime.CompilerServices.Unsafe, Version=4.0.4.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified
I have no idea how to fix this so I have gone back to v8.0.32.
Any ideas what is wrong?