1. Hi,

    Since the last update of oxide of this Thursday the plugin mysql that I use no longer works:

    [Error] Error while compiling stats.cs (18,23): error CS0246: The type or namespace name `Ext 'could not be found. Are you missing an assembly reference?

    I went to see this post MySQL Extension | Oxide
    To see if there has been a change in the reference assembly

    // Reference: Oxide.Ext.MySql
    Using System;
    Using System.Text;
    Using System.Net;
    Using Oxide.Core;
    Using Oxide.Core.Database;
    Using Oxide.Ext.MySql;
    Using System.Collections.Generic;
    Using UnityEngine;
    Using System.Linq;

    Namespace Oxide.Plugins {....


    Someone sees the error?

    Thank you!
     
  2. Wulf

    Wulf Community Admin

  3. Hello and thank you for your quick reply Wulf!

    The change was made but the problem persists.

    // Reference: Oxide.Core.SQLite
    Using System;
    Using System.Text;
    Using System.Net;
    Using Oxide.Core;
    Using Oxide.Core.Database;
    Using Oxide.Ext.MySql;
    Using System.Collections.Generic;
    Using UnityEngine;
    Using System.Linq;

    Namespace Oxide.Plugins {...


    Oxide.Ext changed to Oxide.Core, should I change "using Oxide.Ext.MySql"?
     
    Last edited by a moderator: Nov 11, 2016
  4. Wulf

    Wulf Community Admin

    If your plugin needs that, yes.
     
  5. The plugin needs it yes.
    So I changed that but I still have a mistake:

    The type or namespace name `Ext 'could not be found. Are you missing an assembly reference?

    The Oxide.Ext.Mysql is Oxide.Core.Mysql?
    What is the assembly reference that I did not specify in the plugin?

    Thx!
     
  6. Wulf

    Wulf Community Admin

    Oxide.Core.MySql
     
  7. This is ok, problem solved.

    A big thank you to you wulf