Advertisement
Guest User

Untitled

a guest
May 4th, 2015
279
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.90 KB | None | 0 0
  1. ----------------------- BUILD LOG -------------------------
  2. Performing main compilation...
  3. /usr/bin/mcs /noconfig "/r:/usr/lib/mono/4.5/mscorlib.dll" -nostdlib "/out:/home/XXX/Server.exe" "/r:/usr/lib/mono/4.5/System.Core.dll" /nologo /warn:4 /debug:full /optimize- /codepage:utf8 /t:exe "/home/XXX/Server.cs"
  4. Compilation failed: 4 error(s), 0 warnings
  5.  
  6.  
  7. Server.cs(2,14): error CS0234: The type or namespace name `Net' does not exist in the namespace `System'. Are you missing an assembly reference?
  8. Server.cs(3,14): error CS0234: The type or namespace name `Net' does not exist in the namespace `System'. Are you missing an assembly reference?
  9. Server.cs(17,20): error CS0246: The type or namespace name `TcpListener' could not be found. Are you missing an assembly reference?
  10. Server.cs(69,28): error CS0246: The type or namespace name `TcpClient' could not be found. Are you missing an assembly reference?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement