Hello Team! I'm getting this error on cube:
error CS1705: Assembly 'RestSharp' with identity 'RestSharp, Version=111.3.0.0, Culture=neutral, PublicKeyToken=598062e77f915f75' uses 'System.Net.Http, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' which has a higher version than referenced assembly 'System.Net.Http' with identity 'System.Net.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
Even if I download the latest "System.Net.Http" NuGet package or try to add the correct version of System.Net.Http.dll to the QAction dependencies I still get this error. I suspect this could be because of the version configured on the App.config file, under <assemblyBinding>
Could you help me find the root of this CS1705 error? If it is indeed coming from the App.config file, is this something we can manually configure? Where can I find it?
Thanks in advance!
I noticed that this question has been open for some time now, without any further reaction. Can you confirm if you have found a solution, so we can mark this question as solved?
As this question has now been inactive for a very long time, and there has been no further reaction from you, I will close it. If you still want more information about this, could you post a new question?
Hi Mariana,
Could you provide some more information about this? Where/when do you get this error? Which version of DataMiner are you using?