Re: [sqlite] .NET4 is available?

2011-06-24 Thread Massimo Savazzi
Second problem I've discovered is that with previous library I was able to
create an Entity Data model while with the latest is not possible the server
explorer does not work.

 

From: Massimo Savazzi [mailto:massimo.sava...@gmail.com] 
Sent: Friday, 24 June, 2011 21:29
To: 'sh...@sqlite.org'; sqlite-users@sqlite.org
Subject: Re: [sqlite] .NET4 is available?

 

Shane,

Thank you very much for your email.

 

I've unistalled the old .NET4 libraries and installed the new ones.

I've updated project references and DLLs distributed with the app.

 

Can you help me as when I try the new app I get this error:

 

 

See the end of this message for details on invoking 

just-in-time (JIT) debugging instead of this dialog box.

 

** Exception Text **

System.BadImageFormatException: An attempt was made to load a program with
an incorrect format. (Exception from HRESULT: 0x8007000B)

   at System.Data.SQLite.UnsafeNativeMethods.sqlite3_open_interop(Byte[]
utf8Filename, Int32 flags, IntPtr& db)

   at System.Data.SQLite.SQLite3.Open(String strFilename,
SQLiteOpenFlagsEnum flags, Int32 maxPoolSize, Boolean usePool) in
c:\work\SQLite\dotnet\System.Data.SQLite\SQLite3.cs:line 131

   at System.Data.SQLite.SQLiteConnection.Open() in
c:\work\SQLite\dotnet\System.Data.SQLite\SQLiteConnection.cs:line 834

   at System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset,
DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String
srcTable, IDbCommand command, CommandBehavior behavior)

   at System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, Int32
startRecord, Int32 maxRecords, String srcTable, IDbCommand command,
CommandBehavior behavior)

   at System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, String
srcTable)

   at e2EPGManager.frmEPGManager.UpdateCategories() in E:\My
Projects\Enigma2 EPG Manager - Xeon 2\Enigma2 EPG Manager\Enigma2 EPG
Manager\frmEnigma2EPGManager.vb:line 44

   at e2EPGManager.frmEPGManager.frmEPGManager_Load(Object sender, EventArgs
e) in E:\My Projects\Enigma2 EPG Manager - Xeon 2\Enigma2 EPG
Manager\Enigma2 EPG Manager\frmEnigma2EPGManager.vb:line 76

   at System.EventHandler.Invoke(Object sender, EventArgs e)

   at System.Windows.Forms.Form.OnLoad(EventArgs e)

   at System.Windows.Forms.Form.OnCreateControl()

   at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)

   at System.Windows.Forms.Control.CreateControl()

   at System.Windows.Forms.Control.WmShowWindow(Message& m)

   at System.Windows.Forms.Control.WndProc(Message& m)

   at System.Windows.Forms.ScrollableControl.WndProc(Message& m)

   at System.Windows.Forms.Form.WmShowWindow(Message& m)

   at System.Windows.Forms.Form.WndProc(Message& m)

   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)

   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)

   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg,
IntPtr wparam, IntPtr lparam)

 

 

** Loaded Assemblies **

mscorlib

Assembly Version: 4.0.0.0

Win32 Version: 4.0.30319.235 (RTMGDR.030319-2300)

CodeBase:
file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
 



Enigma2 EPG Manager

Assembly Version: 1.0.0.0

Win32 Version: 1.0.0.0

CodeBase:
file:///E:/My%20Projects/Enigma2%20EPG%20Manager%20-%20Xeon%202/Enigma2%20EP
G%20Manager/Enigma2%20EPG%20Manager/bin/Release/Enigma2%20EPG%20Manager.exe
 



Microsoft.VisualBasic

Assembly Version: 10.0.0.0

Win32 Version: 10.0.30319.1 built by: RTMRel

CodeBase:
file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualBasic/v4.
0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
 



System

Assembly Version: 4.0.0.0

Win32 Version: 4.0.30319.232 built by: RTMGDR

CodeBase:
file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a
5c561934e089/System.dll
 



System.Core

Assembly Version: 4.0.0.0

Win32 Version: 4.0.30319.225 built by: RTMGDR

CodeBase:
file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0_
_b77a5c561934e089/System.Core.dll
 



System.Windows.Forms

Assembly Version: 4.0.0.0

Win32 Version: 4.0.30319.235 built by: RTMGDR

CodeBase:
file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0
_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
 



System.Drawing

Assembly Version: 4.0.0.0

Win32 Version: 4.0.30319.1 built by: RTMRel

CodeBase:
file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0
.0__b03f5f7f11d50a3a/System.Drawing.dll
 



System.R

Re: [sqlite] .NET4 is available?

2011-06-24 Thread Massimo Savazzi
Shane,

Thank you very much for your email.

 

I've unistalled the old .NET4 libraries and installed the new ones.

I've updated project references and DLLs distributed with the app.

 

Can you help me as when I try the new app I get this error:

 

 

See the end of this message for details on invoking 

just-in-time (JIT) debugging instead of this dialog box.

 

** Exception Text **

System.BadImageFormatException: An attempt was made to load a program with
an incorrect format. (Exception from HRESULT: 0x8007000B)

   at System.Data.SQLite.UnsafeNativeMethods.sqlite3_open_interop(Byte[]
utf8Filename, Int32 flags, IntPtr& db)

   at System.Data.SQLite.SQLite3.Open(String strFilename,
SQLiteOpenFlagsEnum flags, Int32 maxPoolSize, Boolean usePool) in
c:\work\SQLite\dotnet\System.Data.SQLite\SQLite3.cs:line 131

   at System.Data.SQLite.SQLiteConnection.Open() in
c:\work\SQLite\dotnet\System.Data.SQLite\SQLiteConnection.cs:line 834

   at System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset,
DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String
srcTable, IDbCommand command, CommandBehavior behavior)

   at System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, Int32
startRecord, Int32 maxRecords, String srcTable, IDbCommand command,
CommandBehavior behavior)

   at System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, String
srcTable)

   at e2EPGManager.frmEPGManager.UpdateCategories() in E:\My
Projects\Enigma2 EPG Manager - Xeon 2\Enigma2 EPG Manager\Enigma2 EPG
Manager\frmEnigma2EPGManager.vb:line 44

   at e2EPGManager.frmEPGManager.frmEPGManager_Load(Object sender, EventArgs
e) in E:\My Projects\Enigma2 EPG Manager - Xeon 2\Enigma2 EPG
Manager\Enigma2 EPG Manager\frmEnigma2EPGManager.vb:line 76

   at System.EventHandler.Invoke(Object sender, EventArgs e)

   at System.Windows.Forms.Form.OnLoad(EventArgs e)

   at System.Windows.Forms.Form.OnCreateControl()

   at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)

   at System.Windows.Forms.Control.CreateControl()

   at System.Windows.Forms.Control.WmShowWindow(Message& m)

   at System.Windows.Forms.Control.WndProc(Message& m)

   at System.Windows.Forms.ScrollableControl.WndProc(Message& m)

   at System.Windows.Forms.Form.WmShowWindow(Message& m)

   at System.Windows.Forms.Form.WndProc(Message& m)

   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)

   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)

   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg,
IntPtr wparam, IntPtr lparam)

 

 

** Loaded Assemblies **

mscorlib

Assembly Version: 4.0.0.0

Win32 Version: 4.0.30319.235 (RTMGDR.030319-2300)

CodeBase:
file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll



Enigma2 EPG Manager

Assembly Version: 1.0.0.0

Win32 Version: 1.0.0.0

CodeBase:
file:///E:/My%20Projects/Enigma2%20EPG%20Manager%20-%20Xeon%202/Enigma2%20EP
G%20Manager/Enigma2%20EPG%20Manager/bin/Release/Enigma2%20EPG%20Manager.exe



Microsoft.VisualBasic

Assembly Version: 10.0.0.0

Win32 Version: 10.0.30319.1 built by: RTMRel

CodeBase:
file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualBasic/v4.
0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll



System

Assembly Version: 4.0.0.0

Win32 Version: 4.0.30319.232 built by: RTMGDR

CodeBase:
file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a
5c561934e089/System.dll



System.Core

Assembly Version: 4.0.0.0

Win32 Version: 4.0.30319.225 built by: RTMGDR

CodeBase:
file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0_
_b77a5c561934e089/System.Core.dll



System.Windows.Forms

Assembly Version: 4.0.0.0

Win32 Version: 4.0.30319.235 built by: RTMGDR

CodeBase:
file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0
_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll



System.Drawing

Assembly Version: 4.0.0.0

Win32 Version: 4.0.30319.1 built by: RTMRel

CodeBase:
file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0
.0__b03f5f7f11d50a3a/System.Drawing.dll



System.Runtime.Remoting

Assembly Version: 4.0.0.0

Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)

CodeBase:
file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Remoting/v
4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll



System.Configuration

Assembly Version: 4.0.0.0

Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)

CodeBase:
file:///C:/Windows/Micros

Re: [sqlite] .NET4 is available?

2011-05-27 Thread Shane Harrelson
The latest versions are available at http://system.data.sqlite.org


On Thu, May 26, 2011 at 11:54 AM, Massimo Savazzi  wrote:

> I'm using the "old":  1.0.66.1 .NET4
>
> http://sqlite.phxsoftware.com/tags/.NET+4/default.aspx
>
>
>
> Do we have an updated version?
>
>
>
>
>
> =
>
> STRICTLY PERSONAL AND CONFIDENTIAL
>
>
>
> This message may contain confidential and proprietary material for the sole
> use of the intended recipient.
>
> Any review or distribution by others is strictly prohibited.
>
> If you are not the intended recipient please contact the sender and delete
> all copies.
>
>
>
> Le informazioni contenute in questa comunicazione sono riservate e
> destinate
> esclusivamente alla/e persona/e o all'ente/i sopra indicati. E' vietato ai
> soggetti diversi dai destinatari qualsiasi uso, copia, diffusione di quanto
> in essa contenutaai sensi della Legge 196/03. Se questa comunicazione Vi e'
> pervenuta per errore, Vi preghiamo di rispondere a questa mail per
> segnalare
> l'errore e successivamente di cancellarla dal Vostro sistema
>
>
>
> =
>
>
>
> ___
> 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] .NET4 is available?

2011-05-27 Thread Massimo Savazzi
I'm using the "old":  1.0.66.1 .NET4

http://sqlite.phxsoftware.com/tags/.NET+4/default.aspx

 

Do we have an updated version?

 

 

=

STRICTLY PERSONAL AND CONFIDENTIAL

 

This message may contain confidential and proprietary material for the sole
use of the intended recipient. 

Any review or distribution by others is strictly prohibited. 

If you are not the intended recipient please contact the sender and delete
all copies. 

 

Le informazioni contenute in questa comunicazione sono riservate e destinate
esclusivamente alla/e persona/e o all'ente/i sopra indicati. E' vietato ai
soggetti diversi dai destinatari qualsiasi uso, copia, diffusione di quanto
in essa contenutaai sensi della Legge 196/03. Se questa comunicazione Vi e'
pervenuta per errore, Vi preghiamo di rispondere a questa mail per segnalare
l'errore e successivamente di cancellarla dal Vostro sistema

 

= 

 

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