C# Windows Forms + Windows 7 + System.Data.SQLite v.1.0.66.0 = crash?
问题 Hey guys, I'm currently experiencing a very strange crash in Windows 7 in a C# Windows Forms application developed in Visual Studio 2008. The app - which works great in both XP and Vista - never really opens; instead, a "this application has caused an error and has stopped working". I made a dummy application with the following source-code: using System; using System.Windows.Forms; using System.Data.Common; using System.Data.SQLite; namespace TesteWin7 { public partial class Form1 : Form {