Message 1 of 6
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a command that will pull data from a SQL database and import it into a title block. This worked fine in .net framework. I recently migrated to 2025 and .net 8.0 and I am getting the following error: System.PlatformNotSupportedException: 'Microsoft.Data.SqlClient is not supported on this platform.'
I created a test console app in .net 8.0 and I am able to pull data from that database that way. Has anyone else run into this issue?
Solved! Go to Solution.