Good day,
Sorry to bother you so often, but as soon as i overcame the driver loading issue, i have run into connection problem.
When pess fill in all data and press connect on Oracle 10g/11g Drivler (ODP.NET 10.2.x) screen, i get the following exception:
Object reference not set to an instance of an object.
Stack trace:
-----[Core exception]--------------------
at SD.LLBLGen.Pro.DBDrivers.Oracle10g.OracleDBDriver.RetrieveAllCatalogsBody(String connectionString)
at SD.LLBLGen.Pro.DBDrivers.Oracle10g.OracleDBDriver.RetrieveCatalogs(String serverName, String userID, String password)
at SD.LLBLGen.Pro.DBDrivers.Oracle10g.OracleConnectionData.RetrieveSchemas()
at SD.LLBLGen.Pro.DBDrivers.Oracle10g.OracleConnectionData.ConnectAndRetrieveSchemas()
at SD.LLBLGen.Pro.DBDrivers.Oracle10g.OracleConnectionData._connectButton_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.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)
My tnsnames.ora file is in correct location (10.2.0\client_1\NETWORK\ADMIN) and correctly configured:
VENDOR =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = 10.0.0.9)(PORT = 1521))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = VENDOR)
)
)
any idea on how to work arround it?
Once again - configuration:
Windows Vista 64bit
LLBLGenPro 2.6 final DEMO (October 9th, 2009) + x86 louncher see thread: (http://www.llblgen.com/TinyForum/Messages.aspx?ThreadID=17043)
ODP.NET 2.102.2.20
Oracle client 10g latest