ERRO AO CONECTAR SQLITE - SQL

MARCOSSFERREIRA 07/07/2011 11:21:26
#378644
Bom dia pessoal desenvolvi um sofware em Visual Basic, usando como banco de dados o SQLite, em minha maquina o executavel funciona perfeitamente. Instala e gera tudo. Agora quando vou instala-lo em outra maquina ele instala perfeitamente mas nos campos que preciso acessar o banco de dados ele da as mensagens de erro anexo e descritas abaixo Alguem pode me ajudar por favor, só dependo disso agora pra tudo funcionar bem.

Mensagem de erro detalhes:

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.IO.FileNotFoundException: Could not load file or assembly [ô]System.Data.SQLite, Version=1.0.66.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139[ô] or one of its dependencies. O sistema não pode encontrar o arquivo especificado.
File name: [ô]System.Data.SQLite, Version=1.0.66.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139[ô]
at SCCV.frmCabecalho.buscaregistroCliente()
at SCCV.frmCabecalho.frmCabecalho_Load(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.ContainerControl.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)

WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].



************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3623 (GDR.050727-3600)
CodeBase: file:///c:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
SCCV
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/SCCV/SCCV.exe
----------------------------------------
Microsoft.VisualBasic
Assembly Version: 8.0.0.0
Win32 Version: 8.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3620 (GDR.050727-3600)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3623 (GDR.050727-3600)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Runtime.Remoting
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
<system.windows.forms jitDebugging=[Ô]true[Ô] />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.

NETMANIA 11/07/2011 18:00:31
#378960
Você adicionou o pacote que tem a DLL da referência System.Data.SQLite ao seu projeto quando foi executar em outra máquina?
MARCOSSFERREIRA 11/07/2011 20:24:50
#378963
Sim adicionei e continua dando este erro.
NETMANIA 12/07/2011 08:55:28
#378975
E copiar a DLL para junto do mesmo? No meu projeto que uso MySQL eu copio a DLL junto com o executável e este não tem problema na máquina de destino.
MARCOSSFERREIRA 12/07/2011 09:33:33
#378977
Eu fiz isso mas é como se não reconhecesse, o erro insiste.
MARCOSSFERREIRA 12/07/2011 10:25:33
#378985
Então galera acabei de fazer um teste, veja bem, este erro postado acima para de dar quanto eu instalo o Visual basic express na maquina que esta dando erro, ou seja se eu instalar meu programa e nao instalar o Visual Basic Express aparece esta mensagem de erro...Provavelmente é alguma referencia do visual Basic que tenho que carregar na minha instalação, Como faço pra descobrir qual?

Obrigado.
Tópico encerrado , respostas não são mais permitidas