Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi
What is the usual way to connect to an SQL Database with AutoCAD 2025?
In previous versions I used LinqToSQL-Classes.
Now with .NET Core 8 I tried:
- EnitityFrameWorkCore (with Reverese Engineering from EF Core Power Tools) => here I get "System.PlatformNotSupportedException"
- ADO.NET => also System.PlatformNotSupportedException
I already added <RuntimeIdentifier>win-x64</RuntimeIdentifier>, because it was suggested in Connecting to SQL Server from AutoCAD 2025 - AutoCAD DevBlog
I just need a hint which is the right way to go.
Solved! Go to Solution.