I am new to SQL; I have a VB.net project that works fine with Microsoft SQL Server Compact v3.5 (and OleDB) on Windows 7, and I want to compile it on Windows 10 with Visual Studio 2019.
When I tried to compile it on Windows 10, I get a lot of errors:
Null reference exception
in debug mode, and it freezes in release mode in the first window (sorry I can't add a code example because the project is too big).
I have seen that Microsoft SQL Server Compact v3.5 doesn't support Windows 10 (I'm not sure about this information) in this link : https://www.microsoft.com/en-us/download/details.aspx?id=5783
If it is true how can I make my project work in Windows 10? And thank you.