PainfulDeath
Member
- Joined
- Jul 12, 2012
- Messages
- 489
- Reaction score
- 1
Trying to hack some stuff up using the HttpClient class provided in the System.net.Http,
I got the code to compile in Visual Studio, but I had to add an extra reference to the project (System.Net.Http.dll) and it seems that EB doesn't have that assembly (or I am just doing smth wrong), because when I try to load the plugin in the bot following error occures:
it is pointing at a
Doesn't EB have access to that? It's supposed to be in .net 4.6.1 which we are using or?
Please help to understand what I'm doing wrong.
I got the code to compile in Visual Studio, but I had to add an extra reference to the project (System.Net.Http.dll) and it seems that EB doesn't have that assembly (or I am just doing smth wrong), because when I try to load the plugin in the bot following error occures:
Code:
Cannot load [Notifications] because an exception occurred [blablabla\NotificationManager.cs(7,18) : error CS0234: The type or namespace name 'Http' does not exist in the namespace 'System.Net' (are you missing an assembly reference?)
Code:
using System.Net.Http;
Doesn't EB have access to that? It's supposed to be in .net 4.6.1 which we are using or?
Please help to understand what I'm doing wrong.