I am trying to connect to an access database through the "Connect to Database" wizard in Visual Studio 2017. The provider dropdown in the Advanced tab is missing Microsoft.Ace.OLEDB.16.0 provider, and its not feasible to install Microsoft.Ace.OLEDB.12.0. Office 2016 is already installed on all computers that will be using this app.
I can connect to a database by manually creating an OleDbConnection secifying the Microsoft.Ace.OLEDB.16.0 provider.
My question is, is it possible to add that provider to the connection wizard options?