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!

Oracle.ManagedDataAccess dll not included when building

51770adf-6176-4f6d-bd0a-93d27305e6efApr 17 2019 — edited Apr 17 2019

I have a solution with multiple projects in it. One of those projects is a .net standard 2.0 library which references Oracle.ManagedDataAccess.Core nuget package. The main project is an ASP.NET Web API 2 project which targets .net 4.7.2. the asp.net project references the data access library.

When I build the library directly and when I build/debug the API, neither of them are generating the oracle.manageddataaccess dll in the output folder which is causing a missing assembly reference error when I try to debug the API.

Any idea why it would not be outputting the oracle library? I have tried cleaning/rebuilding/etc. and re-installing the nuget package. I can't figure out how to make it stick the dll in the output directory.

If it matters, my IISExpress is running with x64 bitness and my project is targeting x64. I have tried targeting any cpu and that doesn't help.

Any ideas?

Thank You

Comments

Post Details

Added on Apr 17 2019
0 comments
558 views