microsoft / RTVS

R Tools for Visual Studio.
MIT License
389 stars 118 forks source link

Remove unnecessary binding redirects #4300

Closed AlexanderSher closed 6 years ago

AlexanderSher commented 6 years ago

From user's email:

The users of our tools (HDI, ASA, and Data Lake tools for VS) are running into assembly resolution issues for System.Net.Http, and we finally discovered that the root cause is that R Tools for VS changes the VS assembly binding for 4.0.0.0 to 4.1.1.1 for everything in VS. In our apps, we have some app domains that fail to find 4.1.1.1 when they try to resolve System.Net.Http (looks that version is not standard) so it breaks those scenarios for us. Could this be changed so that R Tools doesn’t everything else running in VS?

MikhailArkhipov commented 6 years ago

👍

MikhailArkhipov commented 6 years ago

I can deal with updating VS.