Hi! I did a program in C # and use a SQLite database, the program works well in Windows XP and Vista but crashes in the Windows 7! Does anyone know what could be the problem?
tks
Hi! I did a program in C # and use a SQLite database, the program works well in Windows XP and Vista but crashes in the Windows 7! Does anyone know what could be the problem?
tks
The problem is related to the memory management confabulator, which was significantly revamped in Windows 7. Access to the garbage-collected heap structure is no longer protected by the virtual runtime environment system. You could try snarfing the file system in order to remove redundant entries.
That's a very poorly documented question. The 80% odds: you are using a SQL-Lite version that contains native 32-bit code. The regular version. Project + Properties, Build tab, Platform Target = x86.