Message 1 of 7
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello everyone,
I'm struggling currently with migrating my Vault Add-In to .net 8
Especially with the task of migrating "System.Data.SQL".
I tried also the new "Microsoft.Data.SQL" but it always run in a "System.PlatformNotSupportedException: 'Microsoft.Data.SqlClient is not supported on this platform.'" error.
I also tried to fix from this post Solved: SQL Connection in AutoCAD 2025 - Autodesk Community, but it didn't work out for me.
What I tried so far:
- Adding <RuntimeIdentifier>win-x64</RuntimeIdentifier> in the Project file
- Putting all the DLL's next to the Addin DLL
- Trying it with the obsolete "System.Data.SQL" package
Does anyone have a working solution on that?
Solved! Go to Solution.