I am trying to open a C# winforms VS 2015 project in VS 2017 and managed to get the right references for everything except for Microsoft.Office.Interop.Access. when i imported Microsoft.Office.Interop.Access.Dao I got Errors for all my uses of this namespaces:
The type or namespace name 'Controls' does not exist in the namespace 'Microsoft.Office.Interop.Access'.
The type or namespace name ' AcFormOpenDataMode' does not exist in the namespace 'Microsoft.Office.Interop.Access'.
The type or namespace name ' AcView' does not exist in the namespace 'Microsoft.Office.Interop.Access'.