I am working on developing an app to read various data sets from the Visual Manufacturing database Our environment is as follows:
Windows 2012R2 server running SQL Server 2014
Visual 9.0.8 SP4 (VMFG API Toolkit taken from this ISO)
Microsoft Visual Studio 16.8.1
programming in C#
-----------------------------------
In an attempt to familiarize myself with the API calls, I tried to use one of the sample projects in Visual Studio - TestWorkOrders, I change the processing to x86, place my database.config file in the project and ensure all the references are properly linked. When I debug the project, I receive the following error message when trying to login to the database
"Could not load file or assembly 'Oracle.ManagedDataAccess, Version=4.121.1.0, Culture=neutral, PublicKeyToken=89b483f429c47342' or one of its dependencies. The system cannot find the file specified."

For starters, I am not using Oracle, but Microsoft SQL. I looked through the entire project and I cannot find where the load requirement is coming from. Can anyone point me in the right direction? This error is reproduced in other examples packaged with the toolkit. I am guessing the creator made all the samples with an Oracle back end.
Regards,
Todd