Re: [sqlite] WPF, VS 2010 and System.Data.SQLite 1007200

2011-06-27 Thread Wamiduku
On May 23, 5:52 pm, Christoph P.U. Kukulies k...@kukulies.org
wrote:
 Am 23.05.2011 17:02, schrieb Drew Hohmann:

  Hello,
  What steps do I need to take to get SQLite to appear in the list of Data
  Providers in Visual Studio 2010?  I've installed the latest
  System.Data.SQLite (1007200), and when I select a Data Source the only
  options for a data provider are
  .NET Framework Data Provider for Microsoft SQL Server Compact 3.5
  .NET Framework Data Provider for ODBC
  .NET Framework Data Provider for OLE DB
  .NET Framework Data Provider for Oracle
  .NET Framework Data Provider for SQL Server

  To reproduce:
  Create A WPF project.
  Add a Data Source to the application (menu, Data, Add New Data Source),
  I select the Database option, click next and select Dataset, click next
  and click on New Connection...

  Thanks,
  Drew

 Hi Drew,

 I had similar problems in getting System.Data.Sqlite into my project.

 First, do an Add Reference to your project and locate
 System.Data.Sqlite.dll in your file system. Load it. It's in \program
 files (x86)\Sqlite.NET\bin (Windows 7 at least, for me here).

 Did you tick VS2008 andVS2010both during  the install. I also had
 problems and I'm nit sure whether
 the installer works when both are ticked. Just guessing wildly.

 --
 Christoph


I have the exact same problem. When installing, I didn't even see any
checkboxes for VS2008 or VS2010, so I couldn't tick them. I'm running
VS2010 (Vs2008 not installed) on XP SP3.

-John

(This may be a double post, since I might have messed up in Google
groups.)
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] WPF, VS 2010 and System.Data.SQLite 1007200

2011-06-27 Thread Anthony Graham
I thought support was missing for design time for now (I'm new around here,
so I could well be wrong). Are there nightly builds or betas with these
features?

- Anthony

On Tue, Jun 28, 2011 at 1:55 AM, Wamiduku wamid...@gmail.com wrote:

 On May 23, 5:52 pm, Christoph P.U. Kukulies k...@kukulies.org
 wrote:
  Am 23.05.2011 17:02, schrieb Drew Hohmann:
 
   Hello,
   What steps do I need to take to get SQLite to appear in the list of
 Data
   Providers in Visual Studio 2010?  I've installed the latest
   System.Data.SQLite (1007200), and when I select a Data Source the only
   options for a data provider are
   .NET Framework Data Provider for Microsoft SQL Server Compact 3.5
   .NET Framework Data Provider for ODBC
   .NET Framework Data Provider for OLE DB
   .NET Framework Data Provider for Oracle
   .NET Framework Data Provider for SQL Server
 
   To reproduce:
   Create A WPF project.
   Add a Data Source to the application (menu, Data, Add New Data Source),
   I select the Database option, click next and select Dataset, click next
   and click on New Connection...
 
   Thanks,
   Drew
 
  Hi Drew,
 
  I had similar problems in getting System.Data.Sqlite into my project.
 
  First, do an Add Reference to your project and locate
  System.Data.Sqlite.dll in your file system. Load it. It's in \program
  files (x86)\Sqlite.NET\bin (Windows 7 at least, for me here).
 
  Did you tick VS2008 andVS2010both during  the install. I also had
  problems and I'm nit sure whether
  the installer works when both are ticked. Just guessing wildly.
 
  --
  Christoph


 I have the exact same problem. When installing, I didn't even see any
 checkboxes for VS2008 or VS2010, so I couldn't tick them. I'm running
 VS2010 (Vs2008 not installed) on XP SP3.

 -John

 (This may be a double post, since I might have messed up in Google
 groups.)
 ___
 sqlite-users mailing list
 sqlite-users@sqlite.org
 http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


[sqlite] WPF, VS 2010 and System.Data.SQLite 1007200

2011-05-23 Thread Drew Hohmann
Hello,
What steps do I need to take to get SQLite to appear in the list of Data 
Providers in Visual Studio 2010?  I've installed the latest 
System.Data.SQLite (1007200), and when I select a Data Source the only 
options for a data provider are
.NET Framework Data Provider for Microsoft SQL Server Compact 3.5
.NET Framework Data Provider for ODBC
.NET Framework Data Provider for OLE DB
.NET Framework Data Provider for Oracle
.NET Framework Data Provider for SQL Server

To reproduce:
Create A WPF project.
Add a Data Source to the application (menu, Data, Add New Data Source), 
I select the Database option, click next and select Dataset, click next 
and click on New Connection...

Thanks,
Drew
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] WPF, VS 2010 and System.Data.SQLite 1007200

2011-05-23 Thread Christoph P.U. Kukulies
Am 23.05.2011 17:02, schrieb Drew Hohmann:
 Hello,
 What steps do I need to take to get SQLite to appear in the list of Data
 Providers in Visual Studio 2010?  I've installed the latest
 System.Data.SQLite (1007200), and when I select a Data Source the only
 options for a data provider are
 .NET Framework Data Provider for Microsoft SQL Server Compact 3.5
 .NET Framework Data Provider for ODBC
 .NET Framework Data Provider for OLE DB
 .NET Framework Data Provider for Oracle
 .NET Framework Data Provider for SQL Server

 To reproduce:
 Create A WPF project.
 Add a Data Source to the application (menu, Data, Add New Data Source),
 I select the Database option, click next and select Dataset, click next
 and click on New Connection...

 Thanks,
 Drew
Hi Drew,

I had similar problems in getting System.Data.Sqlite into my project.

First, do an Add Reference to your project and locate
System.Data.Sqlite.dll in your file system. Load it. It's in \program 
files (x86)\Sqlite.NET\bin (Windows 7 at least, for me here).

Did you tick VS2008 and VS2010 both during  the install. I also had 
problems and I'm nit sure whether
the installer works when both are ticked. Just guessing wildly.

--
Christoph

___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] WPF, VS 2010 and System.Data.SQLite 1007200

2011-05-23 Thread Christoph P.U. Kukulies
Am 23.05.2011 17:52, schrieb Christoph P.U. Kukulies:
 Am 23.05.2011 17:02, schrieb Drew Hohmann:
 Hello,
 What steps do I need to take to get SQLite to appear in the list of Data
 Providers in Visual Studio 2010?  I've installed the latest
 System.Data.SQLite (1007200), and when I select a Data Source the only
 options for a data provider are
 .NET Framework Data Provider for Microsoft SQL Server Compact 3.5
 .NET Framework Data Provider for ODBC
 .NET Framework Data Provider for OLE DB
 .NET Framework Data Provider for Oracle
 .NET Framework Data Provider for SQL Server

 To reproduce:
 Create A WPF project.
 Add a Data Source to the application (menu, Data, Add New Data Source),
 I select the Database option, click next and select Dataset, click next
 and click on New Connection...

 Thanks,
 Drew
 Hi Drew,

 I had similar problems in getting System.Data.Sqlite into my project.

 First, do an Add Reference to your project and locate
 System.Data.Sqlite.dll in your file system. Load it. It's in \program
 files (x86)\Sqlite.NET\bin (Windows 7 at least, for me here).

 Did you tick VS2008 and VS2010 both during  the install. I also had
 problems and I'm nit sure whether
 the installer works when both are ticked. Just guessing wildly.

 --
 Christoph

I did not use 1.0.7200 though but 10.0.66. I read another message 
speaking of similar
problems as you may have:

http://www.mail-archive.com/sqlite-users@sqlite.org/msg61155.html

--
Christoph

___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users