Advertisement
blackmanos

Untitled

Oct 21st, 2014
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.54 KB | None | 0 0
  1. 1>------ Rebuild All started: Project: WowLogger, Configuration: Debug Any CPU ------
  2. 1>C:\Program Files (x86)\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets(1635,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "WhiteMagic". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.
  3. 1>C:\temp\wowlogger\WowLogger\Program.cs(9,7,9,17): error CS0246: The type or namespace name 'WhiteMagic' could not be found (are you missing a using directive or an assembly reference?)
  4. 1>C:\temp\wowlogger\WowLogger\WowBreakpoint.cs(6,7,6,17): error CS0246: The type or namespace name 'WhiteMagic' could not be found (are you missing a using directive or an assembly reference?)
  5. 1>C:\temp\wowlogger\WowLogger\WowBreakpoint.cs(10,34,10,52): error CS0246: The type or namespace name 'HardwareBreakPoint' could not be found (are you missing a using directive or an assembly reference?)
  6. 1>C:\temp\wowlogger\WowLogger\WowLogger.cs(7,7,7,17): error CS0246: The type or namespace name 'WhiteMagic' could not be found (are you missing a using directive or an assembly reference?)
  7. 1>C:\temp\wowlogger\WowLogger\WowBreakpoint.cs(25,50,25,57): error CS0246: The type or namespace name 'CONTEXT' could not be found (are you missing a using directive or an assembly reference?)
  8. 1>C:\temp\wowlogger\WowLogger\WowBreakpoint.cs(25,63,25,78): error CS0246: The type or namespace name 'ProcessDebugger' could not be found (are you missing a using directive or an assembly reference?)
  9. 1>C:\temp\wowlogger\WowLogger\WowBreakpoint.cs(46,50,46,57): error CS0246: The type or namespace name 'CONTEXT' could not be found (are you missing a using directive or an assembly reference?)
  10. 1>C:\temp\wowlogger\WowLogger\WowBreakpoint.cs(46,63,46,78): error CS0246: The type or namespace name 'ProcessDebugger' could not be found (are you missing a using directive or an assembly reference?)
  11. 1>C:\temp\wowlogger\WowLogger\WowBreakpoint.cs(67,50,67,57): error CS0246: The type or namespace name 'CONTEXT' could not be found (are you missing a using directive or an assembly reference?)
  12. 1>C:\temp\wowlogger\WowLogger\WowBreakpoint.cs(67,63,67,78): error CS0246: The type or namespace name 'ProcessDebugger' could not be found (are you missing a using directive or an assembly reference?)
  13. 1>C:\temp\wowlogger\WowLogger\WowBreakpoint.cs(88,50,88,57): error CS0246: The type or namespace name 'CONTEXT' could not be found (are you missing a using directive or an assembly reference?)
  14. 1>C:\temp\wowlogger\WowLogger\WowBreakpoint.cs(88,63,88,78): error CS0246: The type or namespace name 'ProcessDebugger' could not be found (are you missing a using directive or an assembly reference?)
  15. 1>C:\temp\wowlogger\WowLogger\WowBreakpoint.cs(109,50,109,57): error CS0246: The type or namespace name 'CONTEXT' could not be found (are you missing a using directive or an assembly reference?)
  16. 1>C:\temp\wowlogger\WowLogger\WowBreakpoint.cs(109,63,109,78): error CS0246: The type or namespace name 'ProcessDebugger' could not be found (are you missing a using directive or an assembly reference?)
  17. 1>C:\temp\wowlogger\WowLogger\WowLogger.cs(13,19,13,34): error CS0246: The type or namespace name 'ProcessDebugger' could not be found (are you missing a using directive or an assembly reference?)
  18. 1>C:\temp\wowlogger\WowLogger\WowLogger.cs(17,47,17,65): error CS0246: The type or namespace name 'HardwareBreakPoint' could not be found (are you missing a using directive or an assembly reference?)
  19. ========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement