Visual Studio 2022 Bitness
I am doing a website in ASP.NET with an Access .mdb backend and I use Provider = Microsoft.ACE.OLEDB.12.0;, which gives me an error.
I can remember that there was a setting where we could set the bitness to 32 bits, but it seems this platform only accepts a x64 driver or provider.
It gives me this error: System.InvalidOperationException: The 'Microsoft.ACE.OLEDB.12.0' provider is not registered on the local machine, whilst my ander websites all run this provider in 32 bitness.
Help will be appreciated.
Thanks