License not found

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
Fernando Akune
Posts: 3
Joined: Thu 23 Mar 2006 14:58

License not found

Post by Fernando Akune » Fri 24 Mar 2006 15:09

Hi,

I've downloaded OraDirect .NET Mobile 3.20 for .NET CF 1.1
from http://crlab.com/oranet/download.html.

On Login to Oracle this comes up on Connection.Open:

An unhandled exception of type 'CoreLab.Oracle.OracleException' occurred in System.Windows.Forms.dll

Additional information: License not found...

I'd like to use trial version.

Can anyone help me?

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

Post by Alexey » Mon 27 Mar 2006 09:37

You need CoreLab.Oracle.licenses file to be added to your project. As a rule this file is added automatically during compilation. The question is why it wasn't added in your case. Please check whether your project is not read-only.

AirMadrid
Posts: 1
Joined: Sun 09 Apr 2006 11:16

license not found

Post by AirMadrid » Sun 09 Apr 2006 11:17

I have the same problem and my project has all the permissions.

That I can do??

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

Post by Alexey » Mon 10 Apr 2006 07:23

Do you have Add-In loaded? ("Tools | Add-in Manager... | OraDirect .NET Mobile".)
Do you have "Tools | Oracle Mobile" submenu?

feslava
Posts: 3
Joined: Tue 18 Apr 2006 17:13

Similar problem when try to open()

Post by feslava » Tue 18 Apr 2006 23:51

I have similar problems with the open.
I get :
CoreLab.Oracle.OracleException was unhandled

Message="NETNetworkErrorA socket operation encountered a dead network"

When I used the OracleConnection and test the connection it works well, but not when I try the open.
Have you tried to open it by the test connection of the OracleConnection objet (add it to your form first).?

I am working with the trial edition (VS2005 and VS2003)

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

Post by Paul » Wed 19 Apr 2006 06:45

This is not license problem. Please see this topic for the answer. http://crlab.com/forums/viewtopic.php?p=11735#11735

Fernando Akune
Posts: 3
Joined: Thu 23 Mar 2006 14:58

Post by Fernando Akune » Wed 19 Apr 2006 15:04

Hi,

I haven´t tried to open it by the test connection of the OracleConnection object.

Post Reply