I am running into a conflict with 2 packages I am using. One is using 1.4.7.0 version of HtmlAgilityPack.dll while the other is using 1.4.9.0
This causes the software to become non-functional as each package relies on certain things in their respective .dll version. How can I use both versions and make sure everything works together nicely? Everyone always insists on providing code but I am not sure what I would need to supply in this instance. I am using Visual Studio 2015 if that helps.