in

System.Data.SQLite

An open source ADO.NET provider for the SQLite database engine

VS2008 Express Editions and the SQLite Designer

Last post 03-17-2010 2:30 PM by garysimon. 20 replies.
Page 2 of 2 (21 items) < Previous 1 2
Sort Posts: Previous Next
  • 11-14-2008 6:52 AM In reply to

    Re: 1.0.47.0 & VS2008 designer

    It's just the designer - everything else works fine.  You can use a third-party GUI tool if you aren't able to use the full version of Visual Studio.  Check out http://www.sqlite.org/cvstrac/wiki?p=ManagementTools, and take your pick. :)
  • 03-23-2009 10:55 PM In reply to

    • gary
    • Not Ranked
    • Joined on 03-24-2009
    • Posts 1

    Re: 1.0.47.0 & VS2008 designer

    this may be an old thread but there is a trick that works.

     Install Visual Studio 2008 Shell(integrated). It is actually a full version Visual Studio 2008 Framework without any of the language support(so you cannot open C# project using it). The SQLite designer works(so are the BI tools in SQL server 2008 Express and F# or I believe any plugins for VS 2008).

  • 11-06-2009 9:56 PM In reply to

    Re: 1.0.47.0 & VS2008 designer

    From a Japanese Website

    http://translate.google.com/translate?hl=zh-TW&sl=ja&tl=en&u=http%3A%2F%2Fbugzero.shooti.jp%2Fsitehead%2Fhttp%3A%252F%252Fblog.livedoor.jp%252Funker%252Farchives%252F1114241.html

    I have added

                <dependentAssembly>
                    <assemblyIdentity name="Microsoft.VisualStudio.Data" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
                    <bindingRedirect oldVersion="0.0.0.0-9.0.0.0" newVersion="9.0.0.0" />
                </dependentAssembly>

    to vbexpress.exe.config. The designer is now working in vbexpress 2008 but everytime a adding new database there is an error message but it still works.

    Object reference not set to an instance of and object.

    Hope this useful to everybody.

    Regards,

    Steve 

     

     

     

    Filed under:
  • 03-04-2010 8:38 AM In reply to

    • soneri
    • Not Ranked
    • Joined on 03-04-2010
    • Dhaka
    • Posts 1

    Re: VS2008 Express Editions and the SQLite Designer

     Since it is clear that something is trying to do happen but not suceeding, I attempted some detective work. I used Lutz Roeder's Reflector utility to examine SQLite.Designer.dll version 1.0.33.0 dated 05/28/2008. According to Reflector, the dll references (among others) a Microsoft.Data.ConnectionUI assembly version 8.0.0.0 and a Microsoft.VisualStudio.Data assembly version 8.0.0.0. I could not find an assembly with that version


  • 03-04-2010 8:45 AM In reply to

    Re: VS2008 Express Editions and the SQLite Designer

    Yes, they don't distribute those assemblies with the express editions.  They also disabled other hooks to make 3rd party providers work in Express as well.  In short, Microsoft disabled all the plumbing to make it work in Express.

  • 03-17-2010 2:30 PM In reply to

    Re: 1.0.47.0 & VS2008 designer

    Well, I was facing many problem with old version. Gary your trick helped me in solving many problem...

      Thanks, Keep it up :)

Page 2 of 2 (21 items) < Previous 1 2
Powered by Community Server (Commercial Edition), by Telligent Systems