Message 1 of 6
System.Data.SQLClient - Autocad 2025
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Loading an app (DLL created in VB.NET using .NET Framework 4.6) in Autocad 2025 returns the following error.
This app try to connect to a Microsft SQL Server using System. Data.SQLClient.
Running the same app in Autocad 2018 and 2024 it works perfectly.
Rebuild using .NET Framework 4.8 the same error is returned.
When SQL Server is not accessed this app runs in Autocad 2025 successfully (using .NET Framework 4.6 or 4.8).
Why is this occurring only in Autocad 2025?
Thanks!