SQLite 1.0.82.0 (latest) in Visual Studio 2012 not showing in Designer Data Source

十年热恋 提交于 2019-11-30 14:20:28

In order to get designer support for SQLite in Visual Studio, you have to download a very specific version of System.Data.SQLite. The downloads page has an astonishing 56 different possibilities, so it's easy to get the wrong one.

Look for the big bold text that says this:

This setup package is capable of installing the design-time components for Visual Studio 2012.

But it's still easy to miss among the zillions of downloads. If you need to, use Control-F to find the "Visual Studio 2012" text.

Don't download the 64-bit version, even if you're on a 64-bit machine. You need the 32-bit version with the text above to get designer support.

NEW EDIT NOW I GOT IT WORKING!

Goto Visual Studio, Manage Nuget, search for online packages, search "SQLite", install System.Data.SQLite, and boom, you can use designer and evrything is working again.

After some search I found my answer, 1.0.83, which will come out in November XX, 2012.

Visual Studio 2012 aside from the v10 to v11 registry hive difference also has what the team calls a "redesigned designer support".

Here is the link to the information.

http://system.data.sqlite.org/index.html/doc/trunk/www/news.wiki

1.0.83.0 - November XX, 2012 (release scheduled) •Updated to SQLite 3.7.15. •Add Visual Studio 2012 support to all the applicable solution/project files, their associated supporting files, and the test suite. •Add Visual Studio 2012 support to the redesigned designer support installer.

and other changes.

I could not find any interim solution on the web, sadly. The lack of a fix affects report based projects with DevExpress and projects that use the explorer.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!