When using NuGet within VS2013 Ultimate to install HtmlRenderer.WinForms 1.5.0.6, it also automatically downloads HtmlRenderer.Core.1.5.0.5 and all is good. Target project is using .NET 4.0.
But the Html controls are not available in the toolbox (should they be?). Adding them manually by searching for them makes them appear. However, placing the control on the form causes an error that the accompanying HtmlRenderer.dll cannot be found. Copying these files from to the WinForms directory seems to resolve this issue.
Deleting the packages (i.e. reverting my repo to a clean state) allows NuGet to download the libraries and the project compiles and runs (so no general build failure, just an issue within the IDE).
While I have a workaround, I didn't see any solution by using Google on what might be wrong.
But the Html controls are not available in the toolbox (should they be?). Adding them manually by searching for them makes them appear. However, placing the control on the form causes an error that the accompanying HtmlRenderer.dll cannot be found. Copying these files from to the WinForms directory seems to resolve this issue.
Deleting the packages (i.e. reverting my repo to a clean state) allows NuGet to download the libraries and the project compiles and runs (so no general build failure, just an issue within the IDE).
While I have a workaround, I didn't see any solution by using Google on what might be wrong.