views:

85

answers:

2

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

+1  A: 

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.

Timwi
Sorry, but that is no specific error
filipovic
+1  A: 

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.

Hans Passant
I've done it but doesn't work anyway :x
filipovic
Yeah, be sure to not give us *any* information.
Hans Passant
I think that I need an SQLite.dll for Win7, cause when i build the project in x86 the .dll that i've desapear! Don't know where i can found that dll :\
filipovic