HI,
I successfully installed RestSharp into my SSIS package project(Script task C#) and I can referenced RestSharp namespace without any problem. Build successfully without error and save and exist, however it failed with above error message and the RestSharp cant be found when I open my script task. I reinstall the RestSharp thru the Manage Nuget Packages but it went missing everytime I save and build the code.
Configration:
.Net SDK is 2.1.522
.Net Framework = 4.5.2
Visual Studio 2017
I would appreciated if anyone can help me on this problem.
Thanks,
Terence