Page 1 of 1

Deploying an application using OraDirect .net

Posted: Wed 18 Oct 2006 09:28
by Mik
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

Posted: Wed 18 Oct 2006 09:51
by Alexey
You are allowed to deploy run-time assemblies with your executable applications without royalty fee.

Posted: Wed 18 Oct 2006 10:06
by Mik
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

Posted: Wed 18 Oct 2006 10:23
by Alexey
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.