-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rest Sharp conflict #98
Comments
I am on Intercom.Dotnet.Client" version="1.0.31", is this from #97? |
In that case you are on the current stable version of Intercom. If you revert RestSharp to 105.2.3 does it work? And can you tell me which framework you are compiling against? Our current version only supports net45. |
@twilly86 were you able to get this working, or are you still blocked? |
Closing this one as no further reports were open since then both here and in Intercom. It is very possible that the RestSharp version being used needed a different compiler and as such a .NET Core/Standard compiler was being used and our library isn't ready yet for it. |
Same problem here. It looks like using the latest version of RestSharp causes dependency issues with intercom client. |
I will need to test and see what changed, but we may need some time to adapt to the new version of RestSharp. |
i downgraded to restsharp 105.2.3.0 and it fixed it. I now need to upgrade restsharp past that version and I'm getting this error again. |
Any update on this? |
Same problem here. |
Same problem on my project |
Same issue here, i can't downgrade then i get issue that it doesn't support net4.7.2 Error msg : System.IO.FileNotFoundException: Could not load file or assembly 'RestSharp, Version=106.11.7.0, Culture=neutral, PublicKeyToken=598062e77f915f75' or one of its dependencies. The system cannot find the file specified. |
Hi Folks, I also face same problem , Please help on this. System.IO.FileNotFoundException: Could not load file or assembly 'RestSharp, Version=106.11.7.0, Culture=neutral, PublicKeyToken=598062e77f915f75' or one of its dependencies. The system cannot find the file specified. |
Same problem. |
Any update on this? Or any workarounds that don't involve loading multiple Restsharp like this? |
After upgrading to the latest version of the intercom pacakage, I keep getting this error, I am on the latest version of restsharp..
Additional information: Could not load file or assembly 'RestSharp, Version=105.2.3.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
I have this in my config file, so it should be picking up the right version of restsharp..
The text was updated successfully, but these errors were encountered: