The specified DSN contains an architecture mismatch between the Driver and Application

I finally managed to get ASP.Net Maker to generate and view.
This is a big step away from ASP Maker for me. I still use an MS Access database.When I try save a record I get this error.
I’ve tried installing all the system requirements but might be missing something.
Any help please.ERROR [IM014] [Microsoft][ODBC Driver Manager] The specified DSN contains an architecture mismatch between the Driver and Application

Make sure you use the correct/matching (x64/x86) version of Access/ODBC/.NET 5. See system requirements.

Thanks MichaelI’m really lost here. I’m running the latest dotnet hosting 5.02 windows server bundle.
I’m running MS Access 64bit on a 64 bit windows machine with MS Access database engine 2010.
I have tried installing Access runtime 64 but this won’t allow me to install with a 64 bit version of access.Can you point me in the right direction please.
I don’t really mind how I run the system as long as I can test ASP.Netmaker. all was working fine after ten years of using ASPMaker
Thanks

Did you already have the 32 bit version? Please google for “install access database engine 2010 32 bit and 64 bit” for solutions.Alternatively, use 32 bit version (x86) for your .NET Core install. You may also consider upgrading your Microsoft Access database to Microsoft SQL Server which provide a free version for developers.