<?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: AutoCAD 2025 with .NET Framework plugin in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/autocad-2025-with-net-framework-plugin/m-p/12946396#M4527</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/10398586"&gt;@waga.asanka&lt;/a&gt;&amp;nbsp; a écrit&amp;nbsp;:&lt;BR /&gt;
&lt;P&gt;I've developed several plugins for my organization, and users have reported that while the plugin built with .NET 4.8.1 for Civil 3D 2024 works with Civil 3D 2025, they have to run 'netload' every time they start using it. Can anyone suggest a solution for this?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;How were the plugins automatically loaded?&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;If you use the Autoloader mechanism with a .bundle folder, you have to edit the "SeriesMax" attribute value in the PackageContents.xml folder: SeriesMax="R25.0".&lt;/LI&gt;
&lt;LI&gt;If you use the registry way, you have to copy the keys of your Applications in the corresponding "R25.0" key.&lt;/LI&gt;
&lt;/UL&gt;</description>
    <pubDate>Thu, 08 Aug 2024 08:36:34 GMT</pubDate>
    <dc:creator>_gile</dc:creator>
    <dc:date>2024-08-08T08:36:34Z</dc:date>
    <item>
      <title>AutoCAD 2025 with .NET Framework plugin</title>
      <link>https://forums.autodesk.com/t5/net-forum/autocad-2025-with-net-framework-plugin/m-p/12701537#M4521</link>
      <description>&lt;P&gt;I've read&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/109424"&gt;@_gile&lt;/a&gt;'s migration guide (thanks to&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/32637"&gt;@Jeff_M&lt;/a&gt;&amp;nbsp;for the translation) and I've noted&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/543921"&gt;@norman.yuan&lt;/a&gt;'s comments about .NET Framework plugins&amp;nbsp;&lt;EM&gt;possibly&lt;/EM&gt; still working.&lt;BR /&gt;I've tried loading our plugin into 2025 and it doesn't work (it doesn't load - no errors, messages or anything).&lt;BR /&gt;So, I was just after some confirmation that, this fact that it doesn't load confirms that we will need to migrate to .NET 8? There isn't anything else to change or modify that &lt;EM&gt;might&lt;/EM&gt; allow it to run correctly in 25? I've updated the series Max in the PackageContents xml file to 25.0.&lt;BR /&gt;If we do have to migrate, then fine. It's a bit of a pain as we support the current and three previous versions of AutoCAD. I just wanted to make sure there wasn't anything else that we could/should change to potentially make it work in 25 before we go ahead and migrate.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;</description>
      <pubDate>Thu, 11 Apr 2024 10:46:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/autocad-2025-with-net-framework-plugin/m-p/12701537#M4521</guid>
      <dc:creator>paul_mace</dc:creator>
      <dc:date>2024-04-11T10:46:56Z</dc:date>
    </item>
    <item>
      <title>Re: AutoCAD 2025 with .NET Framework plugin</title>
      <link>https://forums.autodesk.com/t5/net-forum/autocad-2025-with-net-framework-plugin/m-p/12701550#M4522</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Didi you try to NETLOAD the DLL instead of using the Autoloader mechanism?&lt;/P&gt;</description>
      <pubDate>Thu, 11 Apr 2024 10:59:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/autocad-2025-with-net-framework-plugin/m-p/12701550#M4522</guid>
      <dc:creator>_gile</dc:creator>
      <dc:date>2024-04-11T10:59:53Z</dc:date>
    </item>
    <item>
      <title>Re: AutoCAD 2025 with .NET Framework plugin</title>
      <link>https://forums.autodesk.com/t5/net-forum/autocad-2025-with-net-framework-plugin/m-p/12701565#M4523</link>
      <description>&lt;P&gt;Yes I tried the netload too and it just doesn't do anything. As I said, no errors, warnings or messages of any kind.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Apr 2024 11:07:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/autocad-2025-with-net-framework-plugin/m-p/12701565#M4523</guid>
      <dc:creator>paul_mace</dc:creator>
      <dc:date>2024-04-11T11:07:31Z</dc:date>
    </item>
    <item>
      <title>Re: AutoCAD 2025 with .NET Framework plugin</title>
      <link>https://forums.autodesk.com/t5/net-forum/autocad-2025-with-net-framework-plugin/m-p/12701612#M4524</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3547780"&gt;@paul_mace&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Yes I tried the netload too and it just doesn't do anything. As I said, no errors, warnings or messages of any kind.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;So it looks like you have to upgrage.&lt;/P&gt;
&lt;P&gt;Anyway, I think it's a good practice to have a class implementing IExtensionApplication in your project at least to inform the user the plugin correctly loaded or not.&lt;/P&gt;
&lt;LI-CODE lang="csharp"&gt;public class Initialization : IExtensionApplication
{
    public void Initialize()
    {
        AcAp.Idle += OnIdle;
    }

    private void OnIdle(object sender, EventArgs e)
    {
        var doc = AcAp.DocumentManager.MdiActiveDocument;
        if (doc != null)
        {
            AcAp.Idle -= OnIdle;
            try
            {
                // Do the initilization stff here
                doc.Editor.WriteMessage("\nThe plugin correctly loaded.\n");
            }
            catch (System.Exception ex)
            {
                doc.Editor.WriteMessage($"\nError: {ex.Message}\n");
            }
        }
    }

    public void Terminate()
    { }
}&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 11 Apr 2024 11:37:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/autocad-2025-with-net-framework-plugin/m-p/12701612#M4524</guid>
      <dc:creator>_gile</dc:creator>
      <dc:date>2024-04-11T11:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: AutoCAD 2025 with .NET Framework plugin</title>
      <link>https://forums.autodesk.com/t5/net-forum/autocad-2025-with-net-framework-plugin/m-p/12701664#M4525</link>
      <description>&lt;P&gt;OK, thanks. It's pretty clear that our plugin has loaded when it does but I take your point.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Apr 2024 12:08:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/autocad-2025-with-net-framework-plugin/m-p/12701664#M4525</guid>
      <dc:creator>paul_mace</dc:creator>
      <dc:date>2024-04-11T12:08:15Z</dc:date>
    </item>
    <item>
      <title>Re: AutoCAD 2025 with .NET Framework plugin</title>
      <link>https://forums.autodesk.com/t5/net-forum/autocad-2025-with-net-framework-plugin/m-p/12946277#M4526</link>
      <description>&lt;P&gt;I've developed several plugins for my organization, and users have reported that while the plugin built with .NET 4.8.1 for Civil 3D 2024 works with Civil 3D 2025, they have to run 'netload' every time they start using it. Can anyone suggest a solution for this?&lt;/P&gt;</description>
      <pubDate>Thu, 08 Aug 2024 07:29:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/autocad-2025-with-net-framework-plugin/m-p/12946277#M4526</guid>
      <dc:creator>waga.asanka</dc:creator>
      <dc:date>2024-08-08T07:29:05Z</dc:date>
    </item>
    <item>
      <title>Re: AutoCAD 2025 with .NET Framework plugin</title>
      <link>https://forums.autodesk.com/t5/net-forum/autocad-2025-with-net-framework-plugin/m-p/12946396#M4527</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/10398586"&gt;@waga.asanka&lt;/a&gt;&amp;nbsp; a écrit&amp;nbsp;:&lt;BR /&gt;
&lt;P&gt;I've developed several plugins for my organization, and users have reported that while the plugin built with .NET 4.8.1 for Civil 3D 2024 works with Civil 3D 2025, they have to run 'netload' every time they start using it. Can anyone suggest a solution for this?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;How were the plugins automatically loaded?&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;If you use the Autoloader mechanism with a .bundle folder, you have to edit the "SeriesMax" attribute value in the PackageContents.xml folder: SeriesMax="R25.0".&lt;/LI&gt;
&lt;LI&gt;If you use the registry way, you have to copy the keys of your Applications in the corresponding "R25.0" key.&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Thu, 08 Aug 2024 08:36:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/autocad-2025-with-net-framework-plugin/m-p/12946396#M4527</guid>
      <dc:creator>_gile</dc:creator>
      <dc:date>2024-08-08T08:36:34Z</dc:date>
    </item>
    <item>
      <title>Re: AutoCAD 2025 with .NET Framework plugin</title>
      <link>https://forums.autodesk.com/t5/net-forum/autocad-2025-with-net-framework-plugin/m-p/12946401#M4528</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/109424"&gt;@_gile&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks for the reply, I will try this and get back to you.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Aug 2024 08:40:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/autocad-2025-with-net-framework-plugin/m-p/12946401#M4528</guid>
      <dc:creator>waga.asanka</dc:creator>
      <dc:date>2024-08-08T08:40:21Z</dc:date>
    </item>
    <item>
      <title>Re: AutoCAD 2025 with .NET Framework plugin</title>
      <link>https://forums.autodesk.com/t5/net-forum/autocad-2025-with-net-framework-plugin/m-p/13016395#M4529</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/109424"&gt;@_gile&lt;/a&gt;&amp;nbsp;.. yep setting the series max to "25.0" works... very nice!!&lt;/P&gt;</description>
      <pubDate>Thu, 12 Sep 2024 11:43:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/autocad-2025-with-net-framework-plugin/m-p/13016395#M4529</guid>
      <dc:creator>ceethreedee.com</dc:creator>
      <dc:date>2024-09-12T11:43:48Z</dc:date>
    </item>
  </channel>
</rss>

