I have an app that I programmed in C# with Visual Studio 2017 that use Microsoft.ACE.OLEDB.12.0 to make querys and return some data.
Now that I published, for other PC's that doesn't have Microsoft.ACE.OLEDB.12.0 installed, the app returns some error and it doesn't execute the tasks correctly.
There is a way to include this Microsoft.ACE.OLEDB.12.0 in my installer, or other ways to correct this?
PS.: I have Microsoft Office Access database engine 2007 installed in my machine to use the app with Microsoft.ACE.OLEDB.12.0 . I dont know if I have to install in other machines too, or how to do it with my installer.
I was searching about adding a reference or dll that solves the problem. But I didn't found anything yet.
Thanks for now!