Hmmm... Based on your instruction, I have 64-bit. It definitely says that my "System" is 64 bit in Computer Properties. So, why did the guy say I did NOT have 64 bit Windows? And then, when I downloaded the 32 bit dll's (for SQLite), all my problems went away?
The error stated: System.BadImageFormatException was unhandled
Message=Could not load file or assembly 'System.Data.SQLite, Version=1.0.77.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139' or one of its dependencies. An attempt was made to load a program with an incorrect format.
Source=WindowsFormsApplication5
The guy tells me:
The BadImageFormatException error means you are attempting to use the 32-bit native components (i.e. SQLite.Interop.dll) for SQLite on a 64-bit machine or vice-versa.
So, I get the 32 bit SQLite dll's, use those, and all is great.
Why did he state my Windows is not 64-bit?