From 2c9c01d930a3b6c14d5d62eea62862791b925ffc Mon Sep 17 00:00:00 2001 From: firefly2442 Date: Thu, 18 Oct 2012 18:54:26 -0500 Subject: [PATCH] comment out version call since it causes issues fixes issue #5 --- Arma2NETMySQLPlugin/Startup.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Arma2NETMySQLPlugin/Startup.cs b/Arma2NETMySQLPlugin/Startup.cs index 5cc32f4..fdbe24c 100644 --- a/Arma2NETMySQLPlugin/Startup.cs +++ b/Arma2NETMySQLPlugin/Startup.cs @@ -37,7 +37,8 @@ public static void StartupConnection() //Utils.FileVersion returns the current version that is running //Utils.Version returns the API version, when this changes, all plugins need to be recompiled - Logger.addMessage(Logger.LogType.Info, "Compiled against Arma2NET Version: " + Utils.FileVersion); + //This version call doesn't always seem to play nicely (it causes errors where it can't find the managed.dll) + //Logger.addMessage(Logger.LogType.Info, "Compiled against Arma2NET Version: " + Utils.FileVersion); //Load in Databases.txt file //This also sets up the SQLProvider associated with the database