MikeOliverAZ
Programmer
I have a dll from oracle in the system32 directory that doesn't have an entry in the registry, is not opened by any service. I stopped all the services I could and it still shows "access denied...in use".
It is a hangover from oracle 7 called ociw32.dll and is the same name as the current dll in the oracle\bin directory.
I have moved the oracle\bin directory to be in front of the system32 directory but it is still not accessible to delete, but it is loaded in memory and my other code is failing because the dll is out of date.
How do I delete this file?
Thanks,
It is a hangover from oracle 7 called ociw32.dll and is the same name as the current dll in the oracle\bin directory.
I have moved the oracle\bin directory to be in front of the system32 directory but it is still not accessible to delete, but it is loaded in memory and my other code is failing because the dll is out of date.
How do I delete this file?
Thanks,