Skip to Main Content

ODP.NET

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ODP.NET Managed AppDomain.Unload fails

user12178490Jun 23 2015 — edited Jun 24 2015

I have switched from the non managed client library to the managed library (64-bit ODAC 12c Release 3 (12.1.0.2.1)

I am using a service which loads another .net library as a plugin. The plugin is using the ODAC managed library (the service does not load anything other then the plugin).

When I try to unload the plugin using AppDomain.Unload(ap), if fails with exception:

"Error while unloading appdomain. (Exception from HRESULT: 0x80131015)"

Typically this sort of failure is caused by finalize functions that are blocking.

This works fine with the old non managed client.

I have found no workaround.

Any suggestions?

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 22 2015
Added on Jun 23 2015
1 comment
588 views