3.2 Final licensing error

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
Giles_Collingwood
Posts: 15
Joined: Mon 28 Feb 2005 13:58
Location: London, UK

3.2 Final licensing error

Post by Giles_Collingwood » Mon 09 Jan 2006 20:01

Why do I now get this? (3.2 beta was fine)

An error occurred creating the form. See Exception.InnerException for details. The error is: License expired or not valid. Please view "Licensing" topic in OraDirect .NET documentation for details or contact Core Lab technical support.

Thanks Giles

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

Post by Paul » Tue 17 Jan 2006 07:58

Try to reproduce this problem with Sample projects.
Please check that *.licenses resource is present in compiled assembly.
Please see OraDirect .NET documentation how to add licenses.licx to your project.

Do you write class library(dll), executable application(exe), web project, web project with dynamically compiled sources?
What version of VisualStudion do you use? What version of .Net do you use (1.x, 2.0, compact 1, compact 2)?
Do you compile your project in Visual Studio environment or using command line?
If you have a problem, please create small application with one OracleConection and license information. Please send us sources and .exe, .dll files

Post Reply