<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Connect AutoCAD to database using Entity Framework Core (.Net 8.0) in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/connect-autocad-to-database-using-entity-framework-core-net-8-0/m-p/13417745#M1425</link>
    <description>&lt;P&gt;So I decided to try Dapper just to get a **bleeping** connection to the database working from inside Autocad 2025. Via NuGet I added Dapper 2.1.66 and Microsoft.Data.SqlClient 6.0.1. Revised my test query to use a SqlConnection and Dapper extension methods, not too difficult. Loaded up in Autocad and...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="brand_0-1744231165106.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1487646i05EA14BE90E4264C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="brand_0-1744231165106.png" alt="brand_0-1744231165106.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Uggh! Did some digging and found a suggestion that you need to add &amp;lt;RuntimeIdentifier&amp;gt;win-x64&amp;lt;/RuntimeIdentifier&amp;gt; element to the .csproj file. Did that, which now builds in the Debug\net8.0-windows\win-x64 folder (watch for that during NETLOAD). Ran again and finally got past the Microsoft.Data.SqlClient problem! Then ran into this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="brand_1-1744231361729.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1487649i9F147878C6E51163/image-size/medium?v=v2&amp;amp;px=400" role="button" title="brand_1-1744231361729.png" alt="brand_1-1744231361729.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The database I'm connecting to isn't one I use often and I was trying to use a trusted connection. I had to add TrustServerCertificate=True to my connection string.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="brand_2-1744231474921.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1487650i06EF735B4813C3C0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="brand_2-1744231474921.png" alt="brand_2-1744231474921.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;And finally I'm pulling data from a database!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="brand_3-1744231555204.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1487651iC44A23638E27AD49/image-size/medium?v=v2&amp;amp;px=400" role="button" title="brand_3-1744231555204.png" alt="brand_3-1744231555204.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;References:&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/dotnet/SqlClient/issues/2030" target="_blank" rel="noopener"&gt;https://github.com/dotnet/SqlClient/issues/2030&lt;/A&gt;&lt;BR /&gt;Look for IzharAzati's comment 3/4 of the way through this thread...who was trying to get his Autocad plugin to work :/.&lt;BR /&gt;&lt;A href="https://www.learndapper.com/" target="_blank"&gt;Welcome To Learn Dapper ORM - A Dapper Tutorial for C# and .NET Core&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 09 Apr 2025 20:50:31 GMT</pubDate>
    <dc:creator>brand</dc:creator>
    <dc:date>2025-04-09T20:50:31Z</dc:date>
    <item>
      <title>Connect AutoCAD to database using Entity Framework Core (.Net 8.0)</title>
      <link>https://forums.autodesk.com/t5/net-forum/connect-autocad-to-database-using-entity-framework-core-net-8-0/m-p/13224682#M1417</link>
      <description>&lt;P&gt;I have been spending the past couple of days to connect a database to AutoCAD in order to store attribute data. I used EF6 for AutoCAD 2023 (.Net Framework 4.8) but it gets more complicated with the migration to .Net Core.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The error happens when creating a ApplicationDbContext and some file dll cannot be loaded.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Error message when trying to create a database context:&amp;nbsp;&lt;BR /&gt;System.IO.FileLoadException: 'Could not load file or assembly 'Microsoft.Extensions.DependencyInjection.Abstractions, Version=9.0.0.0,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mdoyon1_0-1734835691207.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1448388i6B124F6E86F3BDED/image-size/medium?v=v2&amp;amp;px=400" role="button" title="mdoyon1_0-1734835691207.png" alt="mdoyon1_0-1734835691207.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are only two files in the project for now:&lt;BR /&gt;Class1.cs:&lt;/P&gt;&lt;LI-CODE lang="general"&gt;using System.Text;
using Autodesk.AutoCAD.ApplicationServices;
using Autodesk.AutoCAD.DatabaseServices;
using Autodesk.AutoCAD.EditorInput;
using Autodesk.AutoCAD.Geometry;
using Autodesk.AutoCAD.Runtime;
using Autodesk.AutoCAD.Windows;
using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.DependencyInjection;
using Application = Autodesk.AutoCAD.ApplicationServices.Application;

[assembly: ExtensionApplication(typeof(DatabaseAutoCAD.ExtensionApplication))]
[assembly: CommandClass(typeof(DatabaseAutoCAD.Class1))]


namespace DatabaseAutoCAD
{
    public class ExtensionApplication : IExtensionApplication
    {
        public void Initialize()
        {

        }

        public void Terminate()
        {
        }
    }
    public class Class1
    {
        [CommandMethod("CreateProduct")]
        public void CreateProduct()
        {
            using (var db = new ApplicationDbContext())
            {
                db.Database.EnsureCreated();

                var product = new Product
                {
                    Name = "Product 1",
                    Description = "Description 1"
                };

                db.Products.Add(product);
                db.SaveChanges();
            }
        }

    }
}&lt;/LI-CODE&gt;&lt;P&gt;entities.cs&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations.Schema;
using System.ComponentModel.DataAnnotations;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Microsoft.EntityFrameworkCore;

namespace DatabaseAutoCAD
{
    public class Product
    {
        [Key] // Primary Key
        public int Id { get; set; }

        public string Name { get; set; } = string.Empty;

        public string? Description { get; set; } // Optional property
    }

    public class ApplicationDbContext : DbContext
    {
        public DbSet&amp;lt;Product&amp;gt; Products { get; set; } = null!;

        public ApplicationDbContext(DbContextOptions&amp;lt;ApplicationDbContext&amp;gt; options) : base(options)
        {
        }

        public ApplicationDbContext() : base()
        {
        }

        protected override void OnConfiguring(DbContextOptionsBuilder optionsBuilder)
        {
            optionsBuilder.UseSqlite("Data Source=app.db"); // Replace with your connection string
        }

        protected override void OnModelCreating(ModelBuilder modelBuilder)
        {
            base.OnModelCreating(modelBuilder);

            // Fluent API configurations (optional)
            modelBuilder.Entity&amp;lt;Product&amp;gt;()
                .HasIndex(p =&amp;gt; p.Name)
                .IsUnique(); // Ensure the product name is unique
        }
    }
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I added the following statement in the project settings in order to copy the file assemblies to the output directory:&lt;/P&gt;&lt;P&gt;&amp;lt;CopyLocalLockFileAssemblies&amp;gt;True&amp;lt;/CopyLocalLockFileAssemblies&amp;gt;&lt;/P&gt;&lt;P&gt;The dll is now present in the folder when the build is completed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help would be very much appreciated! Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 22 Dec 2024 02:57:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/connect-autocad-to-database-using-entity-framework-core-net-8-0/m-p/13224682#M1417</guid>
      <dc:creator>mdoyon1</dc:creator>
      <dc:date>2024-12-22T02:57:58Z</dc:date>
    </item>
    <item>
      <title>Re: Connect AutoCAD to database using Entity Framework Core (.Net 8.0)</title>
      <link>https://forums.autodesk.com/t5/net-forum/connect-autocad-to-database-using-entity-framework-core-net-8-0/m-p/13225743#M1418</link>
      <description>&lt;P&gt;Since Acad2025 uses .NET 8, you need also upgrade the Entity Framework from 6.x to Miscrosoft.EntityFrameworkCore. It looks to me that you are still using Microsoft.EntityFramework, not Microsoft.EntityFrameworkCore, hence the error. When you install Microsoft.EntityFrameworkCore, Microsoft.Extensions.DepedencyInkection.Abstractions in included in the Nuget package.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 22 Dec 2024 20:22:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/connect-autocad-to-database-using-entity-framework-core-net-8-0/m-p/13225743#M1418</guid>
      <dc:creator>norman.yuan</dc:creator>
      <dc:date>2024-12-22T20:22:35Z</dc:date>
    </item>
    <item>
      <title>Re: Connect AutoCAD to database using Entity Framework Core (.Net 8.0)</title>
      <link>https://forums.autodesk.com/t5/net-forum/connect-autocad-to-database-using-entity-framework-core-net-8-0/m-p/13231885#M1419</link>
      <description>&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Fri, 27 Dec 2024 17:24:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/connect-autocad-to-database-using-entity-framework-core-net-8-0/m-p/13231885#M1419</guid>
      <dc:creator>mdoyon1</dc:creator>
      <dc:date>2024-12-27T17:24:27Z</dc:date>
    </item>
    <item>
      <title>Re: Connect AutoCAD to database using Entity Framework Core (.Net 8.0)</title>
      <link>https://forums.autodesk.com/t5/net-forum/connect-autocad-to-database-using-entity-framework-core-net-8-0/m-p/13338932#M1420</link>
      <description>&lt;P&gt;I'm running into this problem as well. I am referencing EntityFrameworkCore.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="brand_0-1740498770999.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1470972iB89CBB708DE75212/image-size/medium?v=v2&amp;amp;px=400" role="button" title="brand_0-1740498770999.png" alt="brand_0-1740498770999.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I've also included the CopyLocalLockFileAssemblies element in my .csproj file, and Microsoft.Extensions.DependencyInjection.Abstractions.dll appears in the bin folder when I build the project.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="brand_1-1740498819684.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1470975i9BB8CBB19C60EB1A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="brand_1-1740498819684.png" alt="brand_1-1740498819684.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I even went so far as copying&amp;nbsp;Microsoft.Extensions.DependencyInjection.Abstractions.dll into C:\Program Files\Autodesk\Autocad 2025 so that it would be adjacent to acad.exe (this worked previously to solve an issue with another library). But not in this case, I still get the error.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="brand_2-1740498990182.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1470976iB7A31F7F9ED53B8C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="brand_2-1740498990182.png" alt="brand_2-1740498990182.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Feb 2025 15:56:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/connect-autocad-to-database-using-entity-framework-core-net-8-0/m-p/13338932#M1420</guid>
      <dc:creator>brand</dc:creator>
      <dc:date>2025-02-25T15:56:48Z</dc:date>
    </item>
    <item>
      <title>Re: Connect AutoCAD to database using Entity Framework Core (.Net 8.0)</title>
      <link>https://forums.autodesk.com/t5/net-forum/connect-autocad-to-database-using-entity-framework-core-net-8-0/m-p/13415077#M1421</link>
      <description>&lt;P&gt;Did you find any solution? I'm still getting the same error&lt;/P&gt;</description>
      <pubDate>Tue, 08 Apr 2025 16:07:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/connect-autocad-to-database-using-entity-framework-core-net-8-0/m-p/13415077#M1421</guid>
      <dc:creator>ecervantesUSZDX</dc:creator>
      <dc:date>2025-04-08T16:07:42Z</dc:date>
    </item>
    <item>
      <title>Re: Connect AutoCAD to database using Entity Framework Core (.Net 8.0)</title>
      <link>https://forums.autodesk.com/t5/net-forum/connect-autocad-to-database-using-entity-framework-core-net-8-0/m-p/13415139#M1422</link>
      <description>&lt;P&gt;Nope, still stuck and frustrated. Have tried EF Core versions 9.0.0 to 9.0.3, none have worked.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Apr 2025 16:47:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/connect-autocad-to-database-using-entity-framework-core-net-8-0/m-p/13415139#M1422</guid>
      <dc:creator>brand</dc:creator>
      <dc:date>2025-04-08T16:47:14Z</dc:date>
    </item>
    <item>
      <title>Re: Connect AutoCAD to database using Entity Framework Core (.Net 8.0)</title>
      <link>https://forums.autodesk.com/t5/net-forum/connect-autocad-to-database-using-entity-framework-core-net-8-0/m-p/13415641#M1423</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1698481"&gt;@brand&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have you tried one of the version 8 builds of&amp;nbsp;&lt;SPAN&gt;EntityFrameworkCore&lt;/SPAN&gt; ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Apr 2025 22:04:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/connect-autocad-to-database-using-entity-framework-core-net-8-0/m-p/13415641#M1423</guid>
      <dc:creator>kerry_w_brown</dc:creator>
      <dc:date>2025-04-08T22:04:54Z</dc:date>
    </item>
    <item>
      <title>Re: Connect AutoCAD to database using Entity Framework Core (.Net 8.0)</title>
      <link>https://forums.autodesk.com/t5/net-forum/connect-autocad-to-database-using-entity-framework-core-net-8-0/m-p/13417154#M1424</link>
      <description>&lt;P&gt;I noticed there's a newly released 9.0.4 version out, which I tried this morning. Same problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, I have tried the v8 builds. These have dependencies on components that aren't built on .NET 8. With EF 8.0.15, I don't get the Microsoft.Extensions.DependencyInjection.Abstractions error, but I get this instead.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="brand_0-1744212626797.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1487505iA6011BEBB9787DA0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="brand_0-1744212626797.png" alt="brand_0-1744212626797.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Apr 2025 15:32:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/connect-autocad-to-database-using-entity-framework-core-net-8-0/m-p/13417154#M1424</guid>
      <dc:creator>brand</dc:creator>
      <dc:date>2025-04-09T15:32:06Z</dc:date>
    </item>
    <item>
      <title>Re: Connect AutoCAD to database using Entity Framework Core (.Net 8.0)</title>
      <link>https://forums.autodesk.com/t5/net-forum/connect-autocad-to-database-using-entity-framework-core-net-8-0/m-p/13417745#M1425</link>
      <description>&lt;P&gt;So I decided to try Dapper just to get a **bleeping** connection to the database working from inside Autocad 2025. Via NuGet I added Dapper 2.1.66 and Microsoft.Data.SqlClient 6.0.1. Revised my test query to use a SqlConnection and Dapper extension methods, not too difficult. Loaded up in Autocad and...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="brand_0-1744231165106.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1487646i05EA14BE90E4264C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="brand_0-1744231165106.png" alt="brand_0-1744231165106.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Uggh! Did some digging and found a suggestion that you need to add &amp;lt;RuntimeIdentifier&amp;gt;win-x64&amp;lt;/RuntimeIdentifier&amp;gt; element to the .csproj file. Did that, which now builds in the Debug\net8.0-windows\win-x64 folder (watch for that during NETLOAD). Ran again and finally got past the Microsoft.Data.SqlClient problem! Then ran into this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="brand_1-1744231361729.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1487649i9F147878C6E51163/image-size/medium?v=v2&amp;amp;px=400" role="button" title="brand_1-1744231361729.png" alt="brand_1-1744231361729.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The database I'm connecting to isn't one I use often and I was trying to use a trusted connection. I had to add TrustServerCertificate=True to my connection string.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="brand_2-1744231474921.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1487650i06EF735B4813C3C0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="brand_2-1744231474921.png" alt="brand_2-1744231474921.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;And finally I'm pulling data from a database!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="brand_3-1744231555204.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1487651iC44A23638E27AD49/image-size/medium?v=v2&amp;amp;px=400" role="button" title="brand_3-1744231555204.png" alt="brand_3-1744231555204.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;References:&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/dotnet/SqlClient/issues/2030" target="_blank" rel="noopener"&gt;https://github.com/dotnet/SqlClient/issues/2030&lt;/A&gt;&lt;BR /&gt;Look for IzharAzati's comment 3/4 of the way through this thread...who was trying to get his Autocad plugin to work :/.&lt;BR /&gt;&lt;A href="https://www.learndapper.com/" target="_blank"&gt;Welcome To Learn Dapper ORM - A Dapper Tutorial for C# and .NET Core&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Apr 2025 20:50:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/connect-autocad-to-database-using-entity-framework-core-net-8-0/m-p/13417745#M1425</guid>
      <dc:creator>brand</dc:creator>
      <dc:date>2025-04-09T20:50:31Z</dc:date>
    </item>
    <item>
      <title>Re: Connect AutoCAD to database using Entity Framework Core (.Net 8.0)</title>
      <link>https://forums.autodesk.com/t5/net-forum/connect-autocad-to-database-using-entity-framework-core-net-8-0/m-p/13986978#M86466</link>
      <description>&lt;P&gt;Hmm, not sure why I didn't update this earlier. I finally was able to get EntityFramework working back in August 2025, using 8.0.19 (and I just tested with 8.0.23, still good). My test plugin worked in both Autocad 2025/26. I added the following Nuget packages:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="brand_0-1769114262648.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1612519iECD3979C3F353886/image-size/medium?v=v2&amp;amp;px=400" role="button" title="brand_0-1769114262648.png" alt="brand_0-1769114262648.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;The 9.0.x and 10.0.x versions of EntityFramework do not work with Autocad 2025/26.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jan 2026 20:39:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/connect-autocad-to-database-using-entity-framework-core-net-8-0/m-p/13986978#M86466</guid>
      <dc:creator>brand</dc:creator>
      <dc:date>2026-01-22T20:39:26Z</dc:date>
    </item>
  </channel>
</rss>

