I am looking to create a web page which displays data from an oracle table. If it can refresh automatically after every few minutes that will be great. Where do I start to develop .NET/ASP`based solution?
I have setup Visual studio 2022, installed .NET Core 7.0 version and ODAC (Oracle.DataAccess.dll
). Not sure if I am heading in the right direction and if I installed the right DLL for ODAC. Any help is appreciated.
To start with I created below class. When I try to run I get error. I did add Oracle.DataAccess.dll
in the references and can see it in project Dependencies -> Assemblies.
System.TypeInitializationException: 'The type initializer for
'Oracle.DataAccess.Client.OracleConnection' threw an exception.'
FileNotFoundException: Could not load file or assembly
'System.Configuration.ConfigurationManager, Version=0.0.0.0,
Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'.
The system cannot find the file specified. We