Page 1 of 1

licensing with 3.20.7.0 vs. VS.NET 2.0

Posted: Fri 31 Mar 2006 15:29
by myyrddraal
Hallo

I installed VS.NET 2005 and migrated my C# solution with corelab code. I changed then the references on the roght OraDirect version for .NET 2.0. It's runtime version v2.0.50727. Though I added license.licx file to my project (data access layer project producing DLL) with the only single line as mentioned in Ora Direct Help, I'm still getting licensing exception.
I am quite clear about that it is not the proper way of licensing, but then where should I put my serial number ?

Posted: Mon 03 Apr 2006 06:45
by Alexey
What is the full message of the exception you get?

Posted: Mon 03 Apr 2006 07:47
by myyrddraal
During the execution of: m_Connection.Open(); with the Connection string:

"User Id=;Password=;Data Source=;"

and properly installed Oracle Client I'm getting: "License not valid. Please view \"Licensing\" topic in OraDirect .NET documentation for details or contact Core Lab technical support."

Posted: Mon 03 Apr 2006 08:00
by myyrddraal
Maybe I forgot to tell that in the licenses.licx file there is no serial number nor it's derivate. There is just one simple line as written in the docs:

CoreLab.Oracle.OracleConnection, CoreLab.Oracle

Posted: Mon 03 Apr 2006 08:02
by Alexey
Please create small application with one OracleConnection and license information. Please send us sources and .dll file.
BTW, don't you use Windows x64?