<?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: Unknown Command error in AutoCAD 2025 after .Net migration to 8.0(core). in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/unknown-command-error-in-autocad-2025-after-net-migration-to-8-0/m-p/12894131#M3851</link>
    <description>&lt;P&gt;Thank you. I was trying to delete my previous post that sent to wrong user.&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":beaming_face_with_smiling_eyes:"&gt;😁&lt;/span&gt; I deleted the text because I couldn't find any button for deleting.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 12 Jul 2024 15:08:17 GMT</pubDate>
    <dc:creator>serbestcihangir</dc:creator>
    <dc:date>2024-07-12T15:08:17Z</dc:date>
    <item>
      <title>Unknown Command error in AutoCAD 2025 after .Net migration to 8.0(core).</title>
      <link>https://forums.autodesk.com/t5/net-forum/unknown-command-error-in-autocad-2025-after-net-migration-to-8-0/m-p/12792484#M3843</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am currently migrating an external 3D PDF plug-in from 2024 to 2025. The plugin loads onto the AutoCAD 2024 as well as the AutoCAD 2025 and also shows up on the Ribbon Bar. The challenge that I am facing is that the 2024 version correctly functions with the plugin but for the 2025 version it shows an Unknown command error while clicking on the plugin.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Info:&lt;/P&gt;&lt;P&gt;Project Developed in Visual Studio 2022&lt;/P&gt;&lt;P&gt;C# .NET core 8.0 Utilized&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried:&lt;BR /&gt;Changing PackageContent.xml to match the correct series which is "r25.0"&lt;/P&gt;&lt;P&gt;Making sure all references are copy local = false&lt;/P&gt;&lt;P&gt;Making sure all references point to the correct folder of AutoCAD 2025 and also made sure that the module name is pointing to the correct dll location.&lt;/P&gt;&lt;P&gt;Verifying the plugin bundle was put in the test users C:/Program Files/Autodesk/ApplicationPlugins folder.&lt;/P&gt;&lt;P&gt;Added the appropriate Nudget packages to the project(AutoCAD.NET and AutoCAD.NET.Model).&lt;/P&gt;&lt;P&gt;Upgraded the project to .net 8.0 using the Visual Studio upgrade assistant.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let me know why there may be a discrepancy between systems when utilizing this plugin.&lt;/P&gt;</description>
      <pubDate>Thu, 23 May 2024 10:21:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/unknown-command-error-in-autocad-2025-after-net-migration-to-8-0/m-p/12792484#M3843</guid>
      <dc:creator>pts_user</dc:creator>
      <dc:date>2024-05-23T10:21:47Z</dc:date>
    </item>
    <item>
      <title>Re: Unknown Command error in AutoCAD 2025 after .Net migration to 8.0(core).</title>
      <link>https://forums.autodesk.com/t5/net-forum/unknown-command-error-in-autocad-2025-after-net-migration-to-8-0/m-p/12894052#M3844</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have similer problem with my plugin. After upgrading the plugin to .NET 8.0 for AutoCAD 2025, it is not work with AutoCAD 2024 and lower versions, anymore. Does anyone have any idea about this issue?&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jul 2024 14:34:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/unknown-command-error-in-autocad-2025-after-net-migration-to-8-0/m-p/12894052#M3844</guid>
      <dc:creator>serbestcihangir</dc:creator>
      <dc:date>2024-07-12T14:34:49Z</dc:date>
    </item>
    <item>
      <title>Re: Unknown Command error in AutoCAD 2025 after .Net migration to 8.0(core).</title>
      <link>https://forums.autodesk.com/t5/net-forum/unknown-command-error-in-autocad-2025-after-net-migration-to-8-0/m-p/12894066#M3845</link>
      <description>&lt;P&gt;You can't use the same dll for both versions. For versions prior to 2025, the project needs to target .NET Framework 4.8. You should read &lt;A href="https://adndevblog.typepad.com/autocad/2024/06/multi-targeting-autocad-net-plugin-for-net-48-and-net-80.html" target="_blank" rel="noopener"&gt;this blog post&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jul 2024 14:40:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/unknown-command-error-in-autocad-2025-after-net-migration-to-8-0/m-p/12894066#M3845</guid>
      <dc:creator>Ed__Jobe</dc:creator>
      <dc:date>2024-07-12T14:40:26Z</dc:date>
    </item>
    <item>
      <title>Re: Unknown Command error in AutoCAD 2025 after .Net migration to 8.0(core).</title>
      <link>https://forums.autodesk.com/t5/net-forum/unknown-command-error-in-autocad-2025-after-net-migration-to-8-0/m-p/12894111#M3847</link>
      <description>&lt;P&gt;I hope you kept a backup of your 4.8 project before you upgraded to core 8.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jul 2024 14:57:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/unknown-command-error-in-autocad-2025-after-net-migration-to-8-0/m-p/12894111#M3847</guid>
      <dc:creator>Ed__Jobe</dc:creator>
      <dc:date>2024-07-12T14:57:03Z</dc:date>
    </item>
    <item>
      <title>Re: Unknown Command error in AutoCAD 2025 after .Net migration to 8.0(core).</title>
      <link>https://forums.autodesk.com/t5/net-forum/unknown-command-error-in-autocad-2025-after-net-migration-to-8-0/m-p/12894122#M3849</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Kindly, thank you for your quick reply and help. Yes, I keep the main code always, before any changes.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jul 2024 15:03:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/unknown-command-error-in-autocad-2025-after-net-migration-to-8-0/m-p/12894122#M3849</guid>
      <dc:creator>serbestcihangir</dc:creator>
      <dc:date>2024-07-12T15:03:07Z</dc:date>
    </item>
    <item>
      <title>Re: Unknown Command error in AutoCAD 2025 after .Net migration to 8.0(core).</title>
      <link>https://forums.autodesk.com/t5/net-forum/unknown-command-error-in-autocad-2025-after-net-migration-to-8-0/m-p/12894125#M3850</link>
      <description>&lt;P&gt;If you want to delete a post, don't just delete the text. Use the Report button and ask the moderator to delete it. &lt;span class="lia-unicode-emoji" title=":beaming_face_with_smiling_eyes:"&gt;😁&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jul 2024 15:04:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/unknown-command-error-in-autocad-2025-after-net-migration-to-8-0/m-p/12894125#M3850</guid>
      <dc:creator>Ed__Jobe</dc:creator>
      <dc:date>2024-07-12T15:04:40Z</dc:date>
    </item>
    <item>
      <title>Re: Unknown Command error in AutoCAD 2025 after .Net migration to 8.0(core).</title>
      <link>https://forums.autodesk.com/t5/net-forum/unknown-command-error-in-autocad-2025-after-net-migration-to-8-0/m-p/12894131#M3851</link>
      <description>&lt;P&gt;Thank you. I was trying to delete my previous post that sent to wrong user.&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":beaming_face_with_smiling_eyes:"&gt;😁&lt;/span&gt; I deleted the text because I couldn't find any button for deleting.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jul 2024 15:08:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/unknown-command-error-in-autocad-2025-after-net-migration-to-8-0/m-p/12894131#M3851</guid>
      <dc:creator>serbestcihangir</dc:creator>
      <dc:date>2024-07-12T15:08:17Z</dc:date>
    </item>
    <item>
      <title>Re: Unknown Command error in AutoCAD 2025 after .Net migration to 8.0(core).</title>
      <link>https://forums.autodesk.com/t5/net-forum/unknown-command-error-in-autocad-2025-after-net-migration-to-8-0/m-p/12894145#M3852</link>
      <description>Just another question: I can't see ACCEPT SOLUTION button on your post to accept post as solution.</description>
      <pubDate>Fri, 12 Jul 2024 15:14:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/unknown-command-error-in-autocad-2025-after-net-migration-to-8-0/m-p/12894145#M3852</guid>
      <dc:creator>serbestcihangir</dc:creator>
      <dc:date>2024-07-12T15:14:55Z</dc:date>
    </item>
    <item>
      <title>Re: Unknown Command error in AutoCAD 2025 after .Net migration to 8.0(core).</title>
      <link>https://forums.autodesk.com/t5/net-forum/unknown-command-error-in-autocad-2025-after-net-migration-to-8-0/m-p/12894150#M3853</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/5148134"&gt;@serbestcihangir&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;Just another question: I can't see ACCEPT SOLUTION button on your post to accept post as solution.&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;The forums seem to be having problems this morning. I clicked it for you.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jul 2024 15:16:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/unknown-command-error-in-autocad-2025-after-net-migration-to-8-0/m-p/12894150#M3853</guid>
      <dc:creator>Ed__Jobe</dc:creator>
      <dc:date>2024-07-12T15:16:42Z</dc:date>
    </item>
  </channel>
</rss>

