Hi guys I have one problem about that:
18:10 [Error] Error while compiling WebPlugin.cs(21,31): error CS0234: The type or namespace name `MySql' does not exist in the namespace `Oxide.Core'. Are you missing an assembly reference?
I using:
Code:using Oxide.Core.MySql; using Oxide.Core.Database; using System; using System.Linq; using System.Collections.Generic; using UnityEngine; using Oxide.Core;
[DOUBLEPOST=1483292103][/DOUBLEPOST]Ok I have a problem, im stupid - u can close threatCode:private readonly Core.MySql.Libraries.MySql _mySql = Interface.GetMod().GetLibrary<Core.MySql.Libraries.MySql>(); private Connection _mySqlConnection;
Solved Error with my plugin missing Oxide.Core MySql reference
Discussion in 'Hurtworld Development' started by 531devv, Jan 1, 2017.
-
Not just stupid but also selfish it seems. Don't turn the forums into your private help line and don't run away with lame "close" request. Always explain to others what you did to solve the issue so they can all profit from that.
In this case the problem was:
Code:using Oxide.Core.MySql;
Code:using Oxide.Ext.MySql;
P.S. The damn word is: thread. And you also forgot: please.Last edited by a moderator: Mar 13, 2017