I have a VS 2019 Commujnity project targeting .NET core 5. Over VS 2019, I’ve installed Oracle Developer Tools for Visual Studio 2019 ODT for VS 2019 19.3.3.0.0; On my project, I’ve installed Oracle.ManagedDataAccess.Core 3.21.80 via NuGet. My problem is that on Toolbox I don’t see Oracle Tab.
I’ve tried to manually create Oracle tab by adding OracleCommand, OracleCommandBuilder, OracleConnection, OracleDataAdapter all from Oracle.ManagedDataAccess assembly.
The problem is that the "Choose Toolbox Items" show me only ".NET Framework components" and not something like ".NET Core components": maybe I've choosen wrong items.
So I still have problem, when I try to drag an OracleDataAdapter the wizard don’t start.
Any suggestion?...