Hello,
I have an issue creating a WPF project using DataSets connected to Oracle DB:
VS2022 latest builds
WPF
.NET 8 OR .NET 7 OR .NET 6
new project
Oracle Database, Oracle 19c, Use Oracle ManagedDataAccess.Core latest version
add Dataset to the project successfully.
Drag n Drop from the ServerExplorer any Table
designer error code appears
Error.PNG
Using EntityFrameWork have similar issue.
Same Table can be accessed using
OracleConnection
OracleCommand
ExecuteReader
.Net FrameWork 4.8, 4.72 works flawlessly
==================
Microsoft Support suggested that I come to this forum to get a solution.