In .NET Framework 4.8 Console app Crystal Report runtime fails to open a connection to Oracle in Release mode when generating a report
What can be the issue that .NET Framework 4.8 Console app fails to open a connection to Oracle instance when using DB alias only in Release mode. In Debug config app generates the report.
.NET app connection string to DB is
"Data Source=orcl;User Id=MyDB;Password=MyPWD;"
Also have another legacy app that works fine with this connection info.
In .NET Framework 4.8 Console app Crystal Report runtime fails to open a connection to Oracle in Release mode when generating a report
What can be the issue that .NET Framework 4.8 Console app fails to open a connection to Oracle instance when using DB alias only in Release mode. In Debug config app generates the report.
.NET app connection string to DB is
"Data Source=orcl;User Id=MyDB;Password=MyPWD;"
Also have another legacy app that works fine with this connection info.