Hey RageZone
Wich VisualBasic do i need to use?
Thanks in advance
Printable View
Hey RageZone
Wich VisualBasic do i need to use?
Thanks in advance
Visual Studio C# 2010/2013
I use 2012 with this works fine.
I get the errors
Quote:
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
You've To do this:
Open you VS and open the Mercury Project, the open the Solution explorer and do this:
http://i.imgur.com/ym6OMot.png
Them:
http://i.imgur.com/HynzxNo.png
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]
Thanks!