ERRO REPORT VIEW

HELIO.COSTA 19/01/2017 15:36:31
#470853
Boa tarde,
VS 2013, windows 7
Na cpu que de programação funciona normal, nas máquinas que vão rodar o programa, apresenta este erro.
Banco de dados carrega normal.

Alguém pode ajudar?

************** Texto de Exceção **************
System.Data.SQLite.SQLiteException (0x80004005): unable to open database file
em System.Data.SQLite.SQLite3.Open(String strFilename, String vfsName, SQLiteConnectionFlags connectionFlags, SQLiteOpenFlagsEnum openFlags, Int32 maxPoolSize, Boolean usePool)
em System.Data.SQLite.SQLiteConnection.Open()
em System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior)
em System.Data.Common.DbDataAdapter.Fill(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior)
em System.Data.Common.DbDataAdapter.Fill(DataTable dataTable)
em LerEntrada.EntradaDataSet1TableAdapters.TempTableAdapter.Fill(TempDataTable dataTable)
em LerEntrada.frmRelEntrada.frmRelEntrada_Load(Object sender, EventArgs e)
em System.Windows.Forms.Form.OnLoad(EventArgs e)
em System.Windows.Forms.Form.OnCreateControl()
em System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
em System.Windows.Forms.Control.CreateControl()
em System.Windows.Forms.Control.WmShowWindow(Message& m)
em System.Windows.Forms.Control.WndProc(Message& m)
em System.Windows.Forms.ScrollableControl.WndProc(Message& m)
em System.Windows.Forms.Form.WmShowWindow(Message& m)
em System.Windows.Forms.Form.WndProc(Message& m)
em System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
em System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
em System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
GUIMORAES 19/01/2017 16:51:06
#470862
Resposta escolhida
System.Data.SQLite.SQLiteException (0x80004005): unable to open database file

Seu aplicativo não está conseguindo se comunicar com o banco de dados.
Verifique o caminho do mesmo, a string de conexão, além disso, outros fatores como firewall e anti-vírus podem estar [Ô]atrapalhando[Ô] a sua conexão.
HELIO.COSTA 19/01/2017 18:08:51
#470865
Mas faço a conexão via string. Todas tabelas consigo editar, incluir, excluir, alterar dados. So no relatório que apresenta este erro.
Vejo a tabela no editor do SQLite carregada.

Na máquina que o VB.net está instalado, funciona perfeito.
Em duas máquina que testei deu o mesmo erro.
HELIO.COSTA 20/01/2017 13:09:41
#470888
Boa tarde Pessoal,

Fiz umas mudanças no programa e agora mudou a mensagem de erro conforme anexo.
Se puderem ajudar, agradeço.
HELIO.COSTA 20/01/2017 17:45:50
#470902
Resolvi o problema.
Para quem precisar, segue o link da resposta:

https://social.msdn.microsoft.com/Forums/pt-BR/cdf81c32-ac7c-491f-add7-d1c0c6c746eb/help-please-where-is-microsoftreportviewerprocessingobjectmodeldll?forum=vsreportcontrols
Tópico encerrado , respostas não são mais permitidas