Advertisement
Guest User

Untitled

a guest
Mar 19th, 2019
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.11 KB | None | 0 0
  1. 1>------ Build started: Project: SensorManagementEmulator, Configuration: Debug Any CPU ------
  2. 2>------ Build started: Project: SensorManagementEmulatorDataEmulation, Configuration: Debug Any CPU ------
  3. 1>C:\Users\karol\Documents\GitHub\SensorManagementEmulator\SensorManagementEmulator\services\DBservices\DBCheckingService.cs(6,7,6,12): error CS0246: The type or namespace name 'MySql' could not be found (are you missing a using directive or an assembly reference?)
  4. 1>C:\Users\karol\Documents\GitHub\SensorManagementEmulator\SensorManagementEmulator\services\DBservices\DBCreationService.cs(6,7,6,12): error CS0246: The type or namespace name 'MySql' could not be found (are you missing a using directive or an assembly reference?)
  5. 1>C:\Users\karol\Documents\GitHub\SensorManagementEmulator\SensorManagementEmulator\services\DBservices\DBconnectionService.cs(9,7,9,12): error CS0246: The type or namespace name 'MySql' could not be found (are you missing a using directive or an assembly reference?)
  6. 1>C:\Users\karol\Documents\GitHub\SensorManagementEmulator\SensorManagementEmulator\services\DBservices\DBDeleteService.cs(6,7,6,12): error CS0246: The type or namespace name 'MySql' could not be found (are you missing a using directive or an assembly reference?)
  7. 1>C:\Users\karol\Documents\GitHub\SensorManagementEmulator\SensorManagementEmulator\services\DBservices\DBInsertionService.cs(6,7,6,12): error CS0246: The type or namespace name 'MySql' could not be found (are you missing a using directive or an assembly reference?)
  8. 1>C:\Users\karol\Documents\GitHub\SensorManagementEmulator\SensorManagementEmulator\services\DBservices\DBSelectionService.cs(6,7,6,12): error CS0246: The type or namespace name 'MySql' could not be found (are you missing a using directive or an assembly reference?)
  9. 1>C:\Users\karol\Documents\GitHub\SensorManagementEmulator\SensorManagementEmulator\services\DBservices\DBUpdateService.cs(6,7,6,12): error CS0246: The type or namespace name 'MySql' could not be found (are you missing a using directive or an assembly reference?)
  10. 1>C:\Users\karol\Documents\GitHub\SensorManagementEmulator\SensorManagementEmulator\services\DBservices\DBconnectionService.cs(17,16,17,31): error CS0246: The type or namespace name 'MySqlConnection' could not be found (are you missing a using directive or an assembly reference?)
  11. 1>C:\Users\karol\Documents\GitHub\SensorManagementEmulator\SensorManagementEmulator\UserControls\Forms\LogInForm.Designer.cs(151,44,151,56): warning CS0108: 'LogInForm.CancelButton' hides inherited member 'Form.CancelButton'. Use the new keyword if hiding was intended.
  12. 1>C:\Users\karol\Documents\GitHub\SensorManagementEmulator\SensorManagementEmulator\UserControls\Forms\CreateOrEditForm.Designer.cs(107,44,107,56): warning CS0108: 'CreateOrEditForm.CancelButton' hides inherited member 'Form.CancelButton'. Use the new keyword if hiding was intended.
  13. 2> SensorManagementEmulatorDataEmulation -> C:\Users\karol\Documents\GitHub\SensorManagementEmulator\SensorManagementEmulatorDataEmulation\bin\Debug\SensorManagementEmulatorDataEmulation.dll
  14. ========== Build: 1 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement