I'm new to ArcGIS Pro SDK so forgive me if I'm asking a stupid question... but I'm stuck...
I'm porting an ArcMap extension over and need to connect to an Oracle DB for some non-spatial data. I'm using the Oracle.ManagedDataAccess NuGet package, as we use in other applications. I'm getting a connection timeout when trying to access the DB. I'm using the same connection string I use in other applications, including a web application running in IIS, on the same machine so I know it's a good string. Also using the same C# code for accessing the DB.
Any ideas what I'm missing here?
I can give more details if needed.
Thanks in advance.