OraDirect.NET 4.0 Mobile - Connection problem
Posted: Sun 06 May 2007 17:10
I bought OraDirect .NET Mobile version 4.00 for .NET CF 2.0
I did use Trial version of product with no problems under MSVS2005, but when I upgrade OraDirect.NET with downloaded version (oranet400mob2.exe) I get an error message when try to connect with Oracle database (OracleConnection.Open):
Network error:: An error message cannot be displayed because an optional resource assembly containing it cannot be found
Error Code -2147483648 Integer
I have this
OracleConnection1.ConnectionString = "port=1521;user id=used;password=pdwy6;server=192.168.0.250;unicode=False;pooling=False;sid=KOKODEV01"
Also I did try with other options for Unicode,Pooling & Direct.
This are details of connection problem:
at CoreLab.Oracle.j.aa()
at CoreLab.Oracle.u.u()
at CoreLab.Oracle.at..ctor()
at CoreLab.Oracle.ad.e()
at CoreLab.Common.DbConnectionFactory.i()
at CoreLab.Common.DbConnectionFactory.j()
at CoreLab.Common.DbConnectionClosed.Open()
at CoreLab.Common.DbConnectionBase.Open()
at CoreLab.Oracle.OracleConnection.Open()
at Notes.FormSyncron.MenuItem2_Click()
at System.Windows.Forms.MenuItem.OnClick()
at System.Windows.Forms.Menu.ProcessMnuProc()
at System.Windows.Forms.Form.WnProc()
at System.Windows.Forms.Control._InternalWnProc()
at Microsoft.AGL.Forms.EVL.EnterModalDialog()
at System.Windows.Forms.Form.ShowDialog()
at Notes.Form1.MenuItem1_Click()
at System.Windows.Forms.MenuItem.OnClick()
at System.Windows.Forms.Menu.ProcessMnuProc()
at System.Windows.Forms.Form.WnProc()
at System.Windows.Forms.Control._InternalWnProc()
at Microsoft.AGL.Forms.EVL.EnterMainLoop()
at System.Windows.Forms.Application.Run()
at Notes.Form1.Main()
I did use Trial version of product with no problems under MSVS2005, but when I upgrade OraDirect.NET with downloaded version (oranet400mob2.exe) I get an error message when try to connect with Oracle database (OracleConnection.Open):
Network error:: An error message cannot be displayed because an optional resource assembly containing it cannot be found
Error Code -2147483648 Integer
I have this
OracleConnection1.ConnectionString = "port=1521;user id=used;password=pdwy6;server=192.168.0.250;unicode=False;pooling=False;sid=KOKODEV01"
Also I did try with other options for Unicode,Pooling & Direct.
This are details of connection problem:
at CoreLab.Oracle.j.aa()
at CoreLab.Oracle.u.u()
at CoreLab.Oracle.at..ctor()
at CoreLab.Oracle.ad.e()
at CoreLab.Common.DbConnectionFactory.i()
at CoreLab.Common.DbConnectionFactory.j()
at CoreLab.Common.DbConnectionClosed.Open()
at CoreLab.Common.DbConnectionBase.Open()
at CoreLab.Oracle.OracleConnection.Open()
at Notes.FormSyncron.MenuItem2_Click()
at System.Windows.Forms.MenuItem.OnClick()
at System.Windows.Forms.Menu.ProcessMnuProc()
at System.Windows.Forms.Form.WnProc()
at System.Windows.Forms.Control._InternalWnProc()
at Microsoft.AGL.Forms.EVL.EnterModalDialog()
at System.Windows.Forms.Form.ShowDialog()
at Notes.Form1.MenuItem1_Click()
at System.Windows.Forms.MenuItem.OnClick()
at System.Windows.Forms.Menu.ProcessMnuProc()
at System.Windows.Forms.Form.WnProc()
at System.Windows.Forms.Control._InternalWnProc()
at Microsoft.AGL.Forms.EVL.EnterMainLoop()
at System.Windows.Forms.Application.Run()
at Notes.Form1.Main()