Advertisement
Guest User

Untitled

a guest
Jul 17th, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. $ mcs client.asmx -r:System.Net.Http -sdk:4.5
  2. client.asmx(28,60): error CS0120: An object reference is required to access non-static member `ConsoleProgram.Class1.urlParameters'
  3. client.asmx(32,52): error CS1061: Type `System.Net.Http.HttpContent' does not contain a definition for `ReadAsAsync' and no extension method `ReadAsAsync' of type `System.Net.Http.HttpContent' could be found. Are you missing an assembly reference?
  4. /usr/lib/mono/4.5-api/System.Net.Http.dll (Location of the symbol related to previous error)
  5. Compilation failed: 2 error(s), 0 warnings
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement