License expired or not valid..

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
dreamlee
Posts: 3
Joined: Mon 06 Feb 2006 18:35

License expired or not valid..

Post by dreamlee » Tue 07 Feb 2006 09:21

:(
I purchased OraDirect .NET Data Provider and downloaded OraDirect .NET Data Provider at http://crlab.com/oranet/....
but I don't know how register it. (ㅠㅠ)
how do i register my developer license number(XXXX-?????)?

==============================================

CoreLab.Oracle.OracleException: License expired or not valid. Please view "Licensing" topic in OraDirect .NET documentation for details or contact Core Lab technical support.
at CoreLab.Oracle.OracleConnection.Open()
at CoreLab.ConnectForm.btConnect_Click(Object sender, EventArgs e) in c:\program files\corelab\oradirect.net\samples\common\vc\connectform.h:line 351
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.PerformClick()
at System.Windows.Forms.Form.ProcessDialogKey(Keys keyData)
at System.Windows.Forms.Control.ProcessDialogKey(Keys keyData)
at System.Windows.Forms.Control.ProcessDialogKey(Keys keyData)
at System.Windows.Forms.Control.ProcessDialogKey(Keys keyData)
at System.Windows.Forms.TextBoxBase.ProcessDialogKey(Keys keyData)
at System.Windows.Forms.Control.PreProcessMessage(Message& msg)
at System.Windows.Forms.ThreadContext.System.Windows.Forms.UnsafeNativeMethods+IMsoComponent.FPreTranslateMessage(MSG& msg)

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

Post by Paul » Tue 07 Feb 2006 12:57

You do not need to register your developer license number.
Please check that *.licenses resource is present in compiled assembly (as described in OraDirect .NET documentation).
Please check that licenses.licx is included in your project.

What version of Visual Studio do you use? What version of OraDirect .NET do you use?
Try to reproduce this problem with Sample projects.
Do you write class library (dll), executable application (exe), web project, web project with dynamically compiled sources?
Do you compile your project in Visual Studio environment or using command line?
If you have a problem, please create small application with one OracleConnection and license information. Please send us sources and .exe, .dll files

dreamlee
Posts: 3
Joined: Mon 06 Feb 2006 18:35

Thank you

Post by dreamlee » Tue 07 Feb 2006 13:54

:) Thank you

Post Reply