https://github.com/Ryochan7/DS4Windows The problem was mainly due to some system calls not working the same when using an AnyCPU build of a .NET application. That is one big reason that the fork uses explicit platform builds rather than continuing to use AnyCPU as a platform target. The...
Windows x64 is also affected: C:\Program Files\MySQL\MySQL Server 5.0\bin>mysql -uroot -proot test Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 4 Server version: 5.0.67-community-nt-log MySQL Community Edition (GPL) Type 'help;' or '\h' fo...
In Visual Studio 2013 theEditorBrowsableattribute is honored correctly for members of types defined in assemblies that are included using a binary reference. However, in Visual Studio 2015, some of the methods defined on theSystem.Object[static Equals,static ReferenceEquals, andGetType] appear in the...