MerCury Wich VisualBasic Version?

Results 1 to 6 of 6
  1. #1
    Member CineXMike is offline
    MemberRank
    Mar 2013 Join Date
    72Posts

    MerCury Wich VisualBasic Version?

    Hey RageZone

    Wich VisualBasic do i need to use?

    Thanks in advance


  2. #2
    son, i am disappointed Squashing is offline
    MemberRank
    Apr 2011 Join Date
    CaliforniaLocation
    683Posts

    Re: MerCury Wich VisualBasic Version?

    Visual Studio C# 2010/2013

  3. #3
    Not so spooky... MrSpooks is offline
    MemberRank
    May 2010 Join Date
    Under a rockLocation
    1,068Posts

    Re: MerCury Wich VisualBasic Version?

    I use 2012 with this works fine.

  4. #4
    Member CineXMike is offline
    MemberRank
    Mar 2013 Join Date
    72Posts

    Re: MerCury Wich VisualBasic Version?

    I get the errors
    Warning 1 Could not resolve this reference. Could not locate the assembly "AStar". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. MercuryWarning 2 Could not resolve this reference. Could not locate the assembly "MySql.Data". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. Mercury
    Error 3 The type or namespace name 'Astar' could not be found (are you missing a using directive or an assembly reference?) D:\Project\Emulator\enclosuretest\GameField.cs 1 7 Mercury
    Error 4 The type or namespace name 'MySql' could not be found (are you missing a using directive or an assembly reference?) D:\Project\Emulator\Database_Manager\Database\Session_Details\Interfaces\IDatabaseClient.cs 1 7 Mercury
    Error 5 The type or namespace name 'MySql' could not be found (are you missing a using directive or an assembly reference?) D:\Project\Emulator\Database_Manager\Database\MySqlClient.cs 3 7 Mercury
    Error 6 The type or namespace name 'MySql' could not be found (are you missing a using directive or an assembly reference?) D:\Project\Emulator\Database\DatabaseConnection.cs 3 7 Mercury
    Error 7 The type or namespace name 'MySql' could not be found (are you missing a using directive or an assembly reference?) D:\Project\Emulator\Database_Manager\Database\Session_Details\TransactionQueryReactor.cs 4 7 Mercury
    Error 8 The type or namespace name 'MySql' could not be found (are you missing a using directive or an assembly reference?) D:\Project\Emulator\Database_Manager\Database\DatabaseManager.cs 4 7 Mercury
    Error 9 The type or namespace name 'MySql' could not be found (are you missing a using directive or an assembly reference?) D:\Project\Emulator\Database_Manager\Database\Session_Details\QueryAdapter.cs 7 11 Mercury
    Error 10 The type or namespace name 'IPathNode' could not be found (are you missing a using directive or an assembly reference?) D:\Project\Emulator\enclosuretest\GameField.cs 8 27 Mercury
    Error 11 The type or namespace name 'MySqlConnection' could not be found (are you missing a using directive or an assembly reference?) D:\Project\Emulator\Database_Manager\Database\MySqlClient.cs 9 11 Mercury
    Error 12 The type or namespace name 'MySqlCommand' could not be found (are you missing a using directive or an assembly reference?) D:\Project\Emulator\Database_Manager\Database\Session_Details\Interfaces\IDatabaseClient.cs 10 3 Mercury
    Error 13 The type or namespace name 'MySqlConnection' could not be found (are you missing a using directive or an assembly reference?) D:\Project\Emulator\Database\DatabaseConnection.cs 10 20 Mercury
    Error 14 The type or namespace name 'MySqlTransaction' could not be found (are you missing a using directive or an assembly reference?) D:\Project\Emulator\Database_Manager\Database\Session_Details\Interfaces\IDatabaseClient.cs 11 3 Mercury
    Error 15 The type or namespace name 'AStarSolver' could not be found (are you missing a using directive or an assembly reference?) D:\Project\Emulator\enclosuretest\GameField.cs 11 11 Mercury
    Error 16 The type or namespace name 'MySqlTransaction' could not be found (are you missing a using directive or an assembly reference?) D:\Project\Emulator\Database_Manager\Database\Session_Details\TransactionQueryReactor.cs 11 11 Mercury
    Error 17 The type or namespace name 'MySqlCommand' could not be found (are you missing a using directive or an assembly reference?) D:\Project\Emulator\Database_Manager\Database\Session_Details\QueryAdapter.cs 14 19 Mercury
    Error 18 The type or namespace name 'MySql' could not be found (are you missing a using directive or an assembly reference?) D:\Project\Emulator\MercuryEnvironment.cs 19 7 Mercury
    Error 19 The type or namespace name 'MySqlCommand' could not be found (are you missing a using directive or an assembly reference?) D:\Project\Emulator\Database_Manager\Database\MySqlClient.cs 36 12 Mercury
    Error 20 The type or namespace name 'MySqlTransaction' could not be found (are you missing a using directive or an assembly reference?) D:\Project\Emulator\Database_Manager\Database\MySqlClient.cs 44 10 Mercury
    Error 21 The type or namespace name 'MySqlCommand' could not be found (are you missing a using directive or an assembly reference?) D:\Project\Emulator\Database_Manager\Database\MySqlClient.cs 60 10 Mercury
    Error 22 The type or namespace name 'AStarSolver' could not be found (are you missing a using directive or an assembly reference?) D:\Project\Emulator\enclosuretest\GameField.cs 60 44 Mercury
    Error 23 The type or namespace name 'MySqlCommand' could not be found (are you missing a using directive or an assembly reference?) D:\Project\Emulator\Database\DatabaseConnection.cs 62 10 Mercury
    Error 24 The type or namespace name 'MySqlTransaction' could not be found (are you missing a using directive or an assembly reference?) D:\Project\Emulator\Database\DatabaseConnection.cs 66 10 Mercury
    Error 25 The type or namespace name 'AStarSolver' could not be found (are you missing a using directive or an assembly reference?) D:\Project\Emulator\enclosuretest\GameField.cs 157 27 Mercury
    Warning 26 The referenced component 'AStar' could not be found. Mercury
    Warning 27 The referenced component 'MySql.Data' could not be found. Mercury


  5. #5
    Valued Member cabeludo007 is offline
    MemberRank
    Nov 2013 Join Date
    My HouseLocation
    147Posts

    Re: MerCury Wich VisualBasic Version?

    Quote Originally Posted by Mike Sant View Post
    I get the errors
    You've To do this:
    Open you VS and open the Mercury Project, the open the Solution explorer and do this:



    Them:



    them, open the mercury source folder and search "MySql.Data.dll", find the folder where that is and do de same with "Astar.dll", that Press "Ok" Button

    Done!

    (Sorry my Bad English, I'm Brazilian)

    [PQ BR EH BR uhu3huuh3uh3uh3u3]

  6. #6
    Member CineXMike is offline
    MemberRank
    Mar 2013 Join Date
    72Posts

    Re: MerCury Wich VisualBasic Version?

    Thanks!



Advertisement