Skip to content

Instantly share code, notes, and snippets.

@saurabh360
Created May 1, 2014 13:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save saurabh360/e6b5e6d9dcccc51f32da to your computer and use it in GitHub Desktop.
Save saurabh360/e6b5e6d9dcccc51f32da to your computer and use it in GitHub Desktop.
Building Solution: Test12 (Debug|iPhoneSimulator)
Building: Test12 (Debug|iPhoneSimulator)
Performing main compilation...
/Library/Frameworks/Mono.framework/Versions/3.2.6/bin/mcs /noconfig "/r:/Developer/MonoTouch/usr/lib/mono/2.1/mscorlib.dll" -nostdlib "/out:/Users/jatin66/Desktop/Test12/Test12/bin/iPhoneSimulator/Debug/Test12.exe" "/r:/Developer/MonoTouch/usr/lib/mono/2.1/System.dll" "/r:/Developer/MonoTouch/usr/lib/mono/2.1/System.Xml.dll" "/r:/Developer/MonoTouch/usr/lib/mono/2.1/System.Core.dll" "/r:/Developer/MonoTouch/usr/lib/mono/2.1/monotouch.dll" "/r:/Developer/MonoTouch/usr/lib/mono/2.1/System.Net.dll" "/r:/Developer/MonoTouch/usr/lib/mono/2.1/System.Core.dll" /nologo /warn:4 /debug:full /optimize- /codepage:utf8 "/define:DEBUG" "/define:__MOBILE__" "/define:__IOS__" /t:exe "/Users/jatin66/Desktop/Test12/Test12/Main.cs" "/Users/jatin66/Desktop/Test12/Test12/AppDelegate.cs" "/Users/jatin66/Desktop/Test12/Test12/Test12ViewController.cs" "/Users/jatin66/Desktop/Test12/Test12/Test12ViewController.designer.cs"
Compilation failed: 3 error(s), 0 warnings
/Users/jatin66/Desktop/Test12/Test12/Main.cs(54,41): error CS1061: Type `System.Net.HttpListenerContext' does not contain a definition for `AcceptWebSocketAsync' and no extension method `AcceptWebSocketAsync' of type `System.Net.HttpListenerContext' could be found. Are you missing an assembly reference?
/Developer/MonoTouch/usr/lib/mono/2.1/System.dll (Location of the symbol related to previous error)
/Users/jatin66/Desktop/Test12/Test12/Main.cs(69,13): error CS0103: The name `NSApplication' does not exist in the current context
/Users/jatin66/Desktop/Test12/Test12/Main.cs(70,13): error CS0103: The name `NSApplication' does not exist in the current context
Build complete -- 3 errors, 0 warnings
---------------------- Done ----------------------
Build: 3 errors, 0 warnings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment