Could not load type 'CoreLab.Common.DbConnection'
Posted: Mon 09 Oct 2006 19:08
Hi,
I get the following exception when I call the Open method on a OracleConnection object.
Could not load type 'CoreLab.Common.DbConnection' from assembly 'CoreLab.Oracle, Version=3.50.11.0, Culture=neutral, PublicKeyToken=09af7300eec23701'
If I just instanciate the OracleConnection object, I have no problem. It's when I call Open() on it that I have a problem. I can call other methods on it like IsOpen or ToString. It seems the problem is inside Open(). I made sure the CoreLabs library was in the same folder as the rest of my application.
Here is my connection string: Data Source=172.23.45.34;User Id=ccnet;Password=abc123
Any ideas,
Thanks,
Louis
I get the following exception when I call the Open method on a OracleConnection object.
Could not load type 'CoreLab.Common.DbConnection' from assembly 'CoreLab.Oracle, Version=3.50.11.0, Culture=neutral, PublicKeyToken=09af7300eec23701'
If I just instanciate the OracleConnection object, I have no problem. It's when I call Open() on it that I have a problem. I can call other methods on it like IsOpen or ToString. It seems the problem is inside Open(). I made sure the CoreLabs library was in the same folder as the rest of my application.
Here is my connection string: Data Source=172.23.45.34;User Id=ccnet;Password=abc123
Any ideas,
Thanks,
Louis