System.Net.Http: missing from namespace? (using .net 4.5)

后端 未结 16 2325
我寻月下人不归
我寻月下人不归 2020-11-27 17:57

TL; DR: I\'m new to this language and have no idea what I\'m doing

here is my class so far:

using System;
using System.Collections.Generic;
using Sys         


        
16条回答
  •  刺人心
    刺人心 (楼主)
    2020-11-27 18:30

    Making the "Copy Local" property True for the reference did it for me. Expand References, right-click on System.Net.Http and change the value of Copy Local property to True in the properties window. I'm using VS2019.

提交回复
热议问题