Page 1 of 1
					
				License not found
				Posted: Fri  24 Mar 2006 15:09
				by Fernando Akune
				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?
 
			 
			
					
				
				Posted: Mon  27 Mar 2006 09:37
				by Alexey
				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.
			 
			
					
				license not found
				Posted: Sun  09 Apr 2006 11:17
				by AirMadrid
				I have the same problem and my project has all the permissions.
That I can do??
			 
			
					
				
				Posted: Mon  10 Apr 2006 07:23
				by Alexey
				Do you have Add-In loaded? ("Tools | Add-in Manager... | OraDirect .NET Mobile".)
Do you have "Tools | Oracle Mobile" submenu?
			 
			
					
				Similar problem when try to open()
				Posted: Tue  18 Apr 2006 23:51
				by feslava
				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)
			 
			
					
				
				Posted: Wed  19 Apr 2006 06:45
				by Paul
				This is not license problem. Please see this topic for the answer. 
http://crlab.com/forums/viewtopic.php?p=11735#11735 
			 
			
					
				
				Posted: Wed  19 Apr 2006 15:04
				by Fernando Akune
				Hi,
I haven“t tried to open it by the test connection of the OracleConnection object.