System.net.http download failure

Hello,

Curious if anyone has had an issue downloading the Syste.net.http by Microsoft package. The I’ve tried numerous versions that are out there and each time I get the following error: " NotFound https://uipath.pkgs.visualstudio.com/5b98d55c-1b14-4a03-893f-7a59746f1246/_packaging/a98dba69-6b77-4e3a-9434-1f5e5addca74/nuget/v3/flat2/microsoft.aspnet.webapi.client/index.json". My goal was to follow steps to upload a binary file to an http site but all the solutions require this package (example: Http request activitty- binary format body - #2 by Yoichi). Is there another package that can accommodate this process, or is there an issue with the current package that UiPath needs to address? Any suggestions would be greatly appreciated.

Hi,

did you try to import it directly in the workflow into the “Imports” tab? .NET should contain it.
image

Gio

Morning @q.gio,

The system.net.http was already in my imports tab. I’m guessing it’s there because I keep trying to download different versions of the package. Is that what you mean?

Hi @Kyle_Barton1,

if it already there, you should be able to use System.Net.Http namespace in the workflow with the code in that example. You shouldn’t download again the package from Nuget.

Gio

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.