firefly2442 / Arma2NETMySQLPlugin

Arma2NET plugin to connect to MySQL and SQLite databases
GNU General Public License v3.0
24 stars 9 forks source link

Plug in doesn't load in certain circumstances #5

Closed tupolov closed 11 years ago

tupolov commented 11 years ago

From the logs

10/17/2012 05:10:37 Log: Unmanaged side loaded 10/17/2012 05:10:37 Info Arma2NET 2.2.0.0 running on CLR 4.0.30319.17929 10/17/2012 05:10:37 Info Loaded into process arma2oaserver 10/17/2012 05:10:37 Info Loading addins 10/17/2012 05:10:37 Error Failed to create addin application domain Arma2NETMySQLPlugin for F:\Program Files (x86)\Bohemia Interactive\ArmA 2\@Arma2NET\AddIns\Arma2NETMySQLPlugin\Arma2NETMySQLPlugin.dll 10/17/2012 05:10:37 Warn Falling back to the main application domain

Spoke to Scott W, suggested we remove Utils.FileVersion from the logging call in Startup.Connection (startup.cs). I have recompiled with this change and have asked the person with the issue to test. Will let you know if it works....

Great work btw... thanks for the updates.

tupolov commented 11 years ago

Just to let you know that change fixed the persons issues. Suggest making the change to your code

firefly2442 commented 11 years ago

Thank you. Closing issue.