From: William J. <bi...@te...> - 2015-05-19 13:23:01
|
A solution which worked for me was to install the NuGet package for the provider into the Visual Studio project. It will create a References item to a project local packaged dll that is included with the deployed files. Previously, I had the msi installed provider which was only resolved on my development machine. +BillJ |