Page 1 of 1

Problems installing OraDirect .NET Professional over demo version

Posted: Wed 05 Jan 2005 15:59
by Mazz
We brought OraDirect .NET Professional after test the trial version.

After uninstall the trial version, we installed the commercial product and the installation executed without problems.

When we run a .Net application, it seems to be using the trial version because we can only retrieve a limited number of columns from database.

If we uninstall the OraDirect again, it keeps a version of the CoreLab.Oracle DLL registered in the GAC of .NET Framework.

¿How can we remove the trial version?

Re: Problems installing OraDirect .NET Professional over demo version

Posted: Thu 06 Jan 2005 11:49
by Oleg
You can uninstall OraDirect .NET and delete Corelab.Oracle.dll from GAC manually.
And then install it again.

Posted: Mon 10 Jan 2005 18:13
by Mazz
When we try to remove it from GAC manually, it throws an error:
"It was not possible to remove the assembly Corelab.Oracle because it is needed by others applications"

Thanks

Posted: Tue 11 Jan 2005 10:52
by Oleg
To remove OraDirect .NET manually you should:
  • Stop Windows Installer service;
  • Delete key in the registry HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Installer\Products that corresponds to OraDirect .NET;
  • Delete key in the registry HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Installer\Assemblies that corresponds to CoreLab.Oracle.dll;
  • Remove all CoreLab.* assemblies from GAC;
  • Stop IIS service if you install Web demos virtual directories;
  • Remove \Program Files\CoreLab\OraDirect.NET folder.
After that you can install OraDirect .NET again.

Posted: Wed 12 Jan 2005 15:07
by Mazz
Thank you very much for the help.
We have followed the steps but we couldn't remove the DLL from GAC.

We can't figure anything else to do, ¿any idea?

Posted: Fri 14 Jan 2005 10:46
by Oleg
Try to disable your IIS service.
Reboot your computer and repeat the same steps.