Only License Problems with the Version 3.5

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
B. Hullen

Only License Problems with the Version 3.5

Post by B. Hullen » Tue 04 Jul 2006 08:20

I have downloaded the Trial-Version of
OraDirect .NET 3.50 for .NET Framework 2.0

But when I try to recompile the DBTable examples
(first Visual Studio 2005 complains about changing
'MainForm_Load' to '&DbTable::MainForm::MainForm_Load'
and so on ...)

When I try to press the connect button I get the errorbox:

An unhandled exception of type 'CoreLab.Oracle.OracleException' occurred in DbTable.exe

Additional information: License not found. Please view "Licensing" topic in OraDirect .NET documentation for details or contact Core Lab technical support.

And also with our other Projects running with VS 2003 it is not possible to get them run under VS 2005 because of this license problem.

B.Hullen

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

Post by Alexey » Tue 04 Jul 2006 09:52

Please take a look on the discussion here: http://crlab.com/forums/viewtopic.php?t=5327
It is about MySQLDirect, but is valid for OraDirect as well.

B. Hullen

Only License Problems with the Version 3.5

Post by B. Hullen » Tue 04 Jul 2006 11:00

OK, I have added the compiled license file to the linker as described

but now I get:

An unhandled exception of type 'CoreLab.Oracle.OracleException' occurred in DbTable.exe

Additional information: Sorry, your trial period has expired.
To order registered version please visit Core Lab site at
www.crlab.com/oranet/ordering.html

(I have installed the trial version in the last week ...)

B. Hullen

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

Post by Alexey » Tue 04 Jul 2006 11:58

The problem may occur over one of the following reasons:
1. Your trial period has indeed expired. Either register MySQLDirect .NET or remove it completely from your system.
2. You have changed the date on your computer manually. In this case you can order another trial version by mailing to support team.
3. You have changed the registry manually. Same as point 2.
4. You had non-trial version on your PC and now installed the trial one. If this is the case use non-trial versions to test new functionality.
If you are definitely sure that you have no concern with the above-mentioned reasons please create a small application with one MySqlConnection component and send us all source files and compiled binaries.

B. Hullen

Post by B. Hullen » Tue 04 Jul 2006 13:50

It could be the situation with having an old non-trial-Version not working
with VS 2005 and now trying to get a trial version with VS 2005

How can I solve this problem?

B. Hullen

Paul
Posts: 725
Joined: Thu 28 Oct 2004 14:06

Post by Paul » Tue 04 Jul 2006 14:47

This can be a problem if the version of OraDirect .NET for VS2003 is greater than 3.20.6. In this case you can download and try standard version of OraDirect .NET for VS2005

Post Reply