On Windows 10 PC
Installed
VS2022 and tried to create a base WPF application with c#.
Microsoft.Data.SqlClient – 5.2.1
Oracle.ManagedDataAccess.Core – 23.4.0
.Net 8.0
Created a new DataSet, connected to an Oracle Database 12, tested connection successfully.
Tried to create a TableAdapter, after few steps, when click Finish, I get this error:
Generated SELECT statement.
Could not load file or assembly ‘System.Data.Common, Version=8.0.0.0,
Culture=neutral, PublicKeyToken=….’ or one of its
dependencies. The system cannot find the file specified.
Was expecting a table adapter to be created.
amzsf is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.