licensing with 3.20.7.0 vs. VS.NET 2.0

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
myyrddraal
Posts: 3
Joined: Fri 31 Mar 2006 15:19

licensing with 3.20.7.0 vs. VS.NET 2.0

Post by myyrddraal » Fri 31 Mar 2006 15:29

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 ?

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Mon 03 Apr 2006 06:45

What is the full message of the exception you get?

myyrddraal
Posts: 3
Joined: Fri 31 Mar 2006 15:19

Post by myyrddraal » Mon 03 Apr 2006 07:47

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."

myyrddraal
Posts: 3
Joined: Fri 31 Mar 2006 15:19

Post by myyrddraal » Mon 03 Apr 2006 08:00

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

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Mon 03 Apr 2006 08:02

Please create small application with one OracleConnection and license information. Please send us sources and .dll file.
BTW, don't you use Windows x64?

Post Reply