Deploying an application using OraDirect .net

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
Mik
Posts: 4
Joined: Fri 13 Oct 2006 13:39

Deploying an application using OraDirect .net

Post by Mik » Wed 18 Oct 2006 09:28

Hello,
I will developp ans ASP .NET application using OraDirect .Net and I would like to know if my clients need buy a license for each server they want to install my application on.
If not, are we allowed to give them assemblies (like CoreLab.Oracle.dll for instance) or a registration is required?

Thanks

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

Post by Alexey » Wed 18 Oct 2006 09:51

You are allowed to deploy run-time assemblies with your executable applications without royalty fee.

Mik
Posts: 4
Joined: Fri 13 Oct 2006 13:39

Post by Mik » Wed 18 Oct 2006 10:06

Thanks Alexey.
I still have a question : I have tried to deploy my application on a server and have referenced the run-time assemblies in GAC.
But I don't manage to run my application. I receive an error "License key not found". Do I have forgotten to do something?
PS : I'm using the trial version actually

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

Post by Alexey » Wed 18 Oct 2006 10:23

You forgot to put App_Licenes.dll into Bin folder of your web project. For more information please read "Licensing" topic of OraDirect .NET help documentation.

Post Reply