<?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: Migration Guide: .Net Framework to AutoCAD 2025/.NET 8.0 in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/migration-guide-net-framework-to-autocad-2025-net-8-0/m-p/13678635#M85234</link>
    <description>&lt;P&gt;Hi Gilles,&lt;/P&gt;&lt;P&gt;after have reading your instruction I have make the upgrade to net8.0, but I have this error whe compile:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial black,avant garde"&gt;&lt;STRONG&gt;The resource file 'C:\svilupponet-VS2022\VB-Sviluppo\ExtruLib\objproject.assets.json' does not contain a target for 'net8.0-windows'. Ensure that the restore has been executed and that 'net8.0-windows' has been included in the project's TargetFramework elements.&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Do you have an idea about this problem?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I use Visualstudio community 2022.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks in advance.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Ciao!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;GPQ&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial black,avant garde" size="5"&gt;&lt;SPAN&gt;here file vbproj with your suggested modification in bold&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;lt;Project Sdk="Microsoft.NET.Sdk"&amp;gt;&lt;BR /&gt;&amp;lt;PropertyGroup&amp;gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;lt;TargetFramework&amp;gt;net8.0-windows&amp;lt;/TargetFramework&amp;gt;&lt;/STRONG&gt;&lt;BR /&gt;&amp;lt;ProjectType&amp;gt;Local&amp;lt;/ProjectType&amp;gt;&lt;BR /&gt;&amp;lt;AssemblyKeyContainerName&amp;gt;&lt;BR /&gt;&amp;lt;/AssemblyKeyContainerName&amp;gt;&lt;BR /&gt;&amp;lt;AssemblyName&amp;gt;HmTool&amp;lt;/AssemblyName&amp;gt;&lt;BR /&gt;&amp;lt;AssemblyOriginatorKeyFile&amp;gt;&lt;BR /&gt;&amp;lt;/AssemblyOriginatorKeyFile&amp;gt;&lt;BR /&gt;&amp;lt;AssemblyOriginatorKeyMode&amp;gt;None&amp;lt;/AssemblyOriginatorKeyMode&amp;gt;&lt;BR /&gt;&amp;lt;DefaultClientScript&amp;gt;JScript&amp;lt;/DefaultClientScript&amp;gt;&lt;BR /&gt;&amp;lt;DefaultHTMLPageLayout&amp;gt;Grid&amp;lt;/DefaultHTMLPageLayout&amp;gt;&lt;BR /&gt;&amp;lt;DefaultTargetSchema&amp;gt;IE50&amp;lt;/DefaultTargetSchema&amp;gt;&lt;BR /&gt;&amp;lt;DelaySign&amp;gt;false&amp;lt;/DelaySign&amp;gt;&lt;BR /&gt;&amp;lt;OutputType&amp;gt;Library&amp;lt;/OutputType&amp;gt;&lt;BR /&gt;&amp;lt;RootNamespace&amp;gt;&lt;BR /&gt;&amp;lt;/RootNamespace&amp;gt;&lt;BR /&gt;&amp;lt;StartupObject&amp;gt;HmDotNet.%28Nessuno%29&amp;lt;/StartupObject&amp;gt;&lt;BR /&gt;&amp;lt;MyType&amp;gt;Windows&amp;lt;/MyType&amp;gt;&lt;BR /&gt;&amp;lt;PublishUrl&amp;gt;&lt;A href="http://localhost/HmTool/" target="_blank"&gt;http://localhost/HmTool/&lt;/A&gt;&amp;lt;/PublishUrl&amp;gt;&lt;BR /&gt;&amp;lt;Install&amp;gt;true&amp;lt;/Install&amp;gt;&lt;BR /&gt;&amp;lt;InstallFrom&amp;gt;Web&amp;lt;/InstallFrom&amp;gt;&lt;BR /&gt;&amp;lt;UpdateEnabled&amp;gt;true&amp;lt;/UpdateEnabled&amp;gt;&lt;BR /&gt;&amp;lt;UpdateMode&amp;gt;Foreground&amp;lt;/UpdateMode&amp;gt;&lt;BR /&gt;&amp;lt;UpdateInterval&amp;gt;7&amp;lt;/UpdateInterval&amp;gt;&lt;BR /&gt;&amp;lt;UpdateIntervalUnits&amp;gt;Days&amp;lt;/UpdateIntervalUnits&amp;gt;&lt;BR /&gt;&amp;lt;UpdatePeriodically&amp;gt;false&amp;lt;/UpdatePeriodically&amp;gt;&lt;BR /&gt;&amp;lt;UpdateRequired&amp;gt;false&amp;lt;/UpdateRequired&amp;gt;&lt;BR /&gt;&amp;lt;MapFileExtensions&amp;gt;true&amp;lt;/MapFileExtensions&amp;gt;&lt;BR /&gt;&amp;lt;ApplicationRevision&amp;gt;0&amp;lt;/ApplicationRevision&amp;gt;&lt;BR /&gt;&amp;lt;ApplicationVersion&amp;gt;1.0.0.%2a&amp;lt;/ApplicationVersion&amp;gt;&lt;BR /&gt;&amp;lt;IsWebBootstrapper&amp;gt;true&amp;lt;/IsWebBootstrapper&amp;gt;&lt;BR /&gt;&amp;lt;UseApplicationTrust&amp;gt;false&amp;lt;/UseApplicationTrust&amp;gt;&lt;BR /&gt;&amp;lt;BootstrapperEnabled&amp;gt;true&amp;lt;/BootstrapperEnabled&amp;gt;&lt;BR /&gt;&amp;lt;UseWindowsForms&amp;gt;true&amp;lt;/UseWindowsForms&amp;gt;&lt;BR /&gt;&amp;lt;ImportWindowsDesktopTargets&amp;gt;true&amp;lt;/ImportWindowsDesktopTargets&amp;gt;&lt;BR /&gt;&amp;lt;ProjectGuid&amp;gt;{8D0A8E10-3ACA-4520-96A2-CC9843D14846}&amp;lt;/ProjectGuid&amp;gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;lt;Nullable&amp;gt;enable&amp;lt;/Nullable&amp;gt;&lt;/STRONG&gt;&lt;BR /&gt;&amp;lt;/PropertyGroup&amp;gt;&lt;BR /&gt;&amp;lt;PropertyGroup&amp;gt;&lt;BR /&gt;&amp;lt;AppendTargetFrameworkToOutputPath&amp;gt;false&amp;lt;/AppendTargetFrameworkToOutputPath&amp;gt;&lt;BR /&gt;&amp;lt;AppendRuntimeIdentifierToOutputPath&amp;gt;false&amp;lt;/AppendRuntimeIdentifierToOutputPath&amp;gt;&lt;BR /&gt;&amp;lt;/PropertyGroup&amp;gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;lt;ItemGroup&amp;gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;lt;FrameworkReference Include="Microsoft.WindowsDesktop.App" /&amp;gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;lt;/ItemGroup&amp;gt;&lt;/STRONG&gt;&lt;BR /&gt;&amp;lt;PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "&amp;gt;&lt;BR /&gt;&amp;lt;DocumentationFile&amp;gt;&lt;BR /&gt;&amp;lt;/DocumentationFile&amp;gt;&lt;BR /&gt;&amp;lt;BaseAddress&amp;gt;285212672&amp;lt;/BaseAddress&amp;gt;&lt;BR /&gt;&amp;lt;ConfigurationOverrideFile&amp;gt;&lt;BR /&gt;&amp;lt;/ConfigurationOverrideFile&amp;gt;&lt;BR /&gt;&amp;lt;DefineConstants&amp;gt;Win32 = True&amp;lt;/DefineConstants&amp;gt;&lt;BR /&gt;&amp;lt;RegisterForComInterop&amp;gt;false&amp;lt;/RegisterForComInterop&amp;gt;&lt;BR /&gt;&amp;lt;RemoveIntegerChecks&amp;gt;false&amp;lt;/RemoveIntegerChecks&amp;gt;&lt;BR /&gt;&amp;lt;NoWarn&amp;gt;42016,42017,42018,42019,42032,42353,42354,42355&amp;lt;/NoWarn&amp;gt;&lt;BR /&gt;&amp;lt;CodeAnalysisRuleSet&amp;gt;MinimumRecommendedRules.ruleset&amp;lt;/CodeAnalysisRuleSet&amp;gt;&lt;BR /&gt;&amp;lt;/PropertyGroup&amp;gt;&lt;BR /&gt;&amp;lt;PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "&amp;gt;&lt;BR /&gt;&amp;lt;DocumentationFile&amp;gt;&lt;BR /&gt;&amp;lt;/DocumentationFile&amp;gt;&lt;BR /&gt;&amp;lt;BaseAddress&amp;gt;285212672&amp;lt;/BaseAddress&amp;gt;&lt;BR /&gt;&amp;lt;ConfigurationOverrideFile&amp;gt;&lt;BR /&gt;&amp;lt;/ConfigurationOverrideFile&amp;gt;&lt;BR /&gt;&amp;lt;DefineConstants&amp;gt;&lt;BR /&gt;&amp;lt;/DefineConstants&amp;gt;&lt;BR /&gt;&amp;lt;DefineDebug&amp;gt;false&amp;lt;/DefineDebug&amp;gt;&lt;BR /&gt;&amp;lt;Optimize&amp;gt;false&amp;lt;/Optimize&amp;gt;&lt;BR /&gt;&amp;lt;RegisterForComInterop&amp;gt;false&amp;lt;/RegisterForComInterop&amp;gt;&lt;BR /&gt;&amp;lt;RemoveIntegerChecks&amp;gt;false&amp;lt;/RemoveIntegerChecks&amp;gt;&lt;BR /&gt;&amp;lt;NoWarn&amp;gt;42016,42017,42018,42019,42032,42353,42354,42355&amp;lt;/NoWarn&amp;gt;&lt;BR /&gt;&amp;lt;DebugType&amp;gt;none&amp;lt;/DebugType&amp;gt;&lt;BR /&gt;&amp;lt;UseVSHostingProcess&amp;gt;false&amp;lt;/UseVSHostingProcess&amp;gt;&lt;BR /&gt;&amp;lt;CodeAnalysisRuleSet&amp;gt;MinimumRecommendedRules.ruleset&amp;lt;/CodeAnalysisRuleSet&amp;gt;&lt;BR /&gt;&amp;lt;/PropertyGroup&amp;gt;&lt;BR /&gt;&amp;lt;PropertyGroup&amp;gt;&lt;BR /&gt;&amp;lt;AutoGenerateBindingRedirects&amp;gt;false&amp;lt;/AutoGenerateBindingRedirects&amp;gt;&lt;BR /&gt;&amp;lt;/PropertyGroup&amp;gt;&lt;BR /&gt;&amp;lt;ItemGroup&amp;gt;&lt;BR /&gt;&amp;lt;Reference Update="System"&amp;gt;&lt;BR /&gt;&amp;lt;Name&amp;gt;System&amp;lt;/Name&amp;gt;&lt;BR /&gt;&amp;lt;/Reference&amp;gt;&lt;BR /&gt;&amp;lt;Reference Include="accoremgd"&amp;gt;&lt;BR /&gt;&amp;lt;HintPath&amp;gt;..\..\..\Program Files\Autodesk\AutoCAD 2025\accoremgd.dll&amp;lt;/HintPath&amp;gt;&lt;BR /&gt;&amp;lt;/Reference&amp;gt;&lt;BR /&gt;&amp;lt;Reference Include="acdbmgd"&amp;gt;&lt;BR /&gt;&amp;lt;HintPath&amp;gt;..\..\..\Program Files\Autodesk\AutoCAD 2025\acdbmgd.dll&amp;lt;/HintPath&amp;gt;&lt;BR /&gt;&amp;lt;/Reference&amp;gt;&lt;BR /&gt;&amp;lt;Reference Include="acmgd"&amp;gt;&lt;BR /&gt;&amp;lt;HintPath&amp;gt;..\..\..\Program Files\Autodesk\AutoCAD 2025\acmgd.dll&amp;lt;/HintPath&amp;gt;&lt;BR /&gt;&amp;lt;/Reference&amp;gt;&lt;BR /&gt;&amp;lt;/ItemGroup&amp;gt;&lt;BR /&gt;&amp;lt;ItemGroup&amp;gt;&lt;BR /&gt;&amp;lt;Import Include="System.Windows.Forms" /&amp;gt;&lt;BR /&gt;&amp;lt;/ItemGroup&amp;gt;&lt;BR /&gt;&amp;lt;ItemGroup&amp;gt;&lt;BR /&gt;&amp;lt;Folder Include="My Project\" /&amp;gt;&lt;BR /&gt;&amp;lt;/ItemGroup&amp;gt;&lt;BR /&gt;&amp;lt;ItemGroup&amp;gt;&lt;BR /&gt;&amp;lt;BootstrapperPackage Include="Microsoft.Net.Client.3.5"&amp;gt;&lt;BR /&gt;&amp;lt;Visible&amp;gt;False&amp;lt;/Visible&amp;gt;&lt;BR /&gt;&amp;lt;ProductName&amp;gt;.NET Framework 3.5 SP1 Client Profile&amp;lt;/ProductName&amp;gt;&lt;BR /&gt;&amp;lt;Install&amp;gt;false&amp;lt;/Install&amp;gt;&lt;BR /&gt;&amp;lt;/BootstrapperPackage&amp;gt;&lt;BR /&gt;&amp;lt;BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"&amp;gt;&lt;BR /&gt;&amp;lt;Visible&amp;gt;False&amp;lt;/Visible&amp;gt;&lt;BR /&gt;&amp;lt;ProductName&amp;gt;.NET Framework 3.5 SP1&amp;lt;/ProductName&amp;gt;&lt;BR /&gt;&amp;lt;Install&amp;gt;true&amp;lt;/Install&amp;gt;&lt;BR /&gt;&amp;lt;/BootstrapperPackage&amp;gt;&lt;BR /&gt;&amp;lt;BootstrapperPackage Include="Microsoft.Windows.Installer.3.1"&amp;gt;&lt;BR /&gt;&amp;lt;Visible&amp;gt;False&amp;lt;/Visible&amp;gt;&lt;BR /&gt;&amp;lt;ProductName&amp;gt;Windows Installer 3.1&amp;lt;/ProductName&amp;gt;&lt;BR /&gt;&amp;lt;Install&amp;gt;true&amp;lt;/Install&amp;gt;&lt;BR /&gt;&amp;lt;/BootstrapperPackage&amp;gt;&lt;BR /&gt;&amp;lt;/ItemGroup&amp;gt;&lt;BR /&gt;&amp;lt;/Project&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 12 Jun 2025 11:51:41 GMT</pubDate>
    <dc:creator>gpq</dc:creator>
    <dc:date>2025-06-12T11:51:41Z</dc:date>
    <item>
      <title>Migration Guide: .Net Framework to AutoCAD 2025/.NET 8.0</title>
      <link>https://forums.autodesk.com/t5/net-forum/migration-guide-net-framework-to-autocad-2025-net-8-0/m-p/12676274#M4728</link>
      <description>&lt;P&gt;I tried to write a basic &lt;A href="https://gilecad.azurewebsites.net/Resources/Migration_NET_Core.pdf" target="_blank" rel="noopener"&gt;step by step migration guide&lt;/A&gt; in French. If anyone has the courage to translate it into proper English (I can provide the .docx file if needed)...&lt;/P&gt;</description>
      <pubDate>Mon, 01 Apr 2024 18:01:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/migration-guide-net-framework-to-autocad-2025-net-8-0/m-p/12676274#M4728</guid>
      <dc:creator>_gile</dc:creator>
      <dc:date>2024-04-01T18:01:54Z</dc:date>
    </item>
    <item>
      <title>Re: Migration Guide: .Net Framework to AutoCAD 2025/.NET 8.0</title>
      <link>https://forums.autodesk.com/t5/net-forum/migration-guide-net-framework-to-autocad-2025-net-8-0/m-p/12679154#M4729</link>
      <description>&lt;P&gt;I have created an &lt;A href="https://info.quuxsoft.com/ftp/Migration_NET_Core%20English.pdf" target="_blank" rel="noopener"&gt;English translation&lt;/A&gt; of the migration guide&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/109424"&gt;@_gile&lt;/a&gt;&amp;nbsp;posted.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Apr 2024 18:02:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/migration-guide-net-framework-to-autocad-2025-net-8-0/m-p/12679154#M4729</guid>
      <dc:creator>Jeff_M</dc:creator>
      <dc:date>2024-04-01T18:02:55Z</dc:date>
    </item>
    <item>
      <title>Re: Migration Guide: .Net Framework to AutoCAD 2025/.NET 8.0</title>
      <link>https://forums.autodesk.com/t5/net-forum/migration-guide-net-framework-to-autocad-2025-net-8-0/m-p/12679516#M4730</link>
      <description>&lt;P&gt;Thanks &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/109424"&gt;@_gile&lt;/a&gt; and &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/32637"&gt;@Jeff_M&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Apr 2024 19:49:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/migration-guide-net-framework-to-autocad-2025-net-8-0/m-p/12679516#M4730</guid>
      <dc:creator>Ed__Jobe</dc:creator>
      <dc:date>2024-04-01T19:49:25Z</dc:date>
    </item>
    <item>
      <title>Re: Migration Guide: .Net Framework to AutoCAD 2025/.NET 8.0</title>
      <link>https://forums.autodesk.com/t5/net-forum/migration-guide-net-framework-to-autocad-2025-net-8-0/m-p/12679519#M4731</link>
      <description>&lt;P&gt;Thanks Gilles,&lt;/P&gt;&lt;P&gt;Thanks Jeff,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/32637"&gt;@Jeff_M&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think the Launch Profiles =&amp;gt; Command Line Arguments should be&amp;nbsp;&lt;/P&gt;&lt;P&gt;/nologo /b "start.scr"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Mon, 01 Apr 2024 19:53:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/migration-guide-net-framework-to-autocad-2025-net-8-0/m-p/12679519#M4731</guid>
      <dc:creator>kerry_w_brown</dc:creator>
      <dc:date>2024-04-01T19:53:52Z</dc:date>
    </item>
    <item>
      <title>Re: Migration Guide: .Net Framework to AutoCAD 2025/.NET 8.0</title>
      <link>https://forums.autodesk.com/t5/net-forum/migration-guide-net-framework-to-autocad-2025-net-8-0/m-p/12679628#M4732</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/529262"&gt;@kerry_w_brown&lt;/a&gt;&amp;nbsp;good catch!&lt;/P&gt;</description>
      <pubDate>Mon, 01 Apr 2024 21:00:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/migration-guide-net-framework-to-autocad-2025-net-8-0/m-p/12679628#M4732</guid>
      <dc:creator>Jeff_M</dc:creator>
      <dc:date>2024-04-01T21:00:24Z</dc:date>
    </item>
    <item>
      <title>Re: Migration Guide: .Net Framework to AutoCAD 2025/.NET 8.0</title>
      <link>https://forums.autodesk.com/t5/net-forum/migration-guide-net-framework-to-autocad-2025-net-8-0/m-p/12680409#M4733</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thank you both &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/109424"&gt;@_gile&lt;/a&gt; &amp;amp; &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/32637"&gt;@Jeff_M&lt;/a&gt; !&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let me add one experience I had, referring to the list of files to be used for conversion:&lt;/P&gt;
&lt;P&gt;I had a situation where I selected a VBProj-file to be converted and the converter listed all VB-files inside the folder, and not just the ones, that were part of the VB-project. Letting all files checked (in the list of files, where checkboxes are shown) will result in having all the files added to the new/converted project.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I had not done a lot with the converter, but that happened during my tests twice, so not just one time and one project.&lt;/P&gt;
&lt;P&gt;Maybe that with C# that works better. But be careful about that.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- alfred -&lt;/P&gt;</description>
      <pubDate>Tue, 02 Apr 2024 06:27:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/migration-guide-net-framework-to-autocad-2025-net-8-0/m-p/12680409#M4733</guid>
      <dc:creator>Alfred.NESWADBA</dc:creator>
      <dc:date>2024-04-02T06:27:01Z</dc:date>
    </item>
    <item>
      <title>Re: Migration Guide: .Net Framework to AutoCAD 2025/.NET 8.0</title>
      <link>https://forums.autodesk.com/t5/net-forum/migration-guide-net-framework-to-autocad-2025-net-8-0/m-p/12680444#M4734</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;may I ask a question regarding the output folder?&lt;/P&gt;
&lt;P&gt;Now it adds automatically "net8.0-windows" as subfolder to the destination folder I set in the project settings.&lt;/P&gt;
&lt;P&gt;Has anyone found an option to not do that? Our apps-output-folders are quite strong structured in directories per AutoCAD version, having now subfolders would kill this structure (which was working really well since beginning of AutoCAD with .NET Framework)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- alfred -&lt;/P&gt;</description>
      <pubDate>Tue, 02 Apr 2024 06:37:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/migration-guide-net-framework-to-autocad-2025-net-8-0/m-p/12680444#M4734</guid>
      <dc:creator>Alfred.NESWADBA</dc:creator>
      <dc:date>2024-04-02T06:37:56Z</dc:date>
    </item>
    <item>
      <title>Re: Migration Guide: .Net Framework to AutoCAD 2025/.NET 8.0</title>
      <link>https://forums.autodesk.com/t5/net-forum/migration-guide-net-framework-to-autocad-2025-net-8-0/m-p/12680501#M4735</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/389680"&gt;@Alfred.NESWADBA&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try :&lt;/P&gt;&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/visualstudio/ide/how-to-change-the-build-output-directory?view=vs-2022" target="_blank" rel="noopener"&gt;https://learn.microsoft.com/en-us/visualstudio/ide/how-to-change-the-build-output-directory?view=vs-2022&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ADDED:&lt;/P&gt;&lt;P&gt;perhaps this would suit you too&lt;/P&gt;&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/visualstudio/ide/specifying-custom-build-events-in-visual-studio?view=vs-2022" target="_blank"&gt;https://learn.microsoft.com/en-us/visualstudio/ide/specifying-custom-build-events-in-visual-studio?view=vs-2022&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Apr 2024 07:21:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/migration-guide-net-framework-to-autocad-2025-net-8-0/m-p/12680501#M4735</guid>
      <dc:creator>kerry_w_brown</dc:creator>
      <dc:date>2024-04-02T07:21:20Z</dc:date>
    </item>
    <item>
      <title>Re: Migration Guide: .Net Framework to AutoCAD 2025/.NET 8.0</title>
      <link>https://forums.autodesk.com/t5/net-forum/migration-guide-net-framework-to-autocad-2025-net-8-0/m-p/12680518#M4736</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/389680"&gt;@Alfred.NESWADBA&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can add this PropertyGroup to the .csproj/SDK file.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;&amp;lt;PropertyGroup&amp;gt;
	&amp;lt;AppendTargetFrameworkToOutputPath&amp;gt;false&amp;lt;/AppendTargetFrameworkToOutputPath&amp;gt;
	&amp;lt;AppendRuntimeIdentifierToOutputPath&amp;gt;false&amp;lt;/AppendRuntimeIdentifierToOutputPath&amp;gt;
&amp;lt;/PropertyGroup&amp;gt;&lt;/LI-CODE&gt;
&lt;P&gt;See &lt;A href="https://learn.microsoft.com/en-us/visualstudio/ide/how-to-change-the-build-output-directory?view=vs-2022" target="_blank" rel="noopener"&gt;this topic&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Apr 2024 07:19:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/migration-guide-net-framework-to-autocad-2025-net-8-0/m-p/12680518#M4736</guid>
      <dc:creator>_gile</dc:creator>
      <dc:date>2024-04-02T07:19:21Z</dc:date>
    </item>
    <item>
      <title>Re: Migration Guide: .Net Framework to AutoCAD 2025/.NET 8.0</title>
      <link>https://forums.autodesk.com/t5/net-forum/migration-guide-net-framework-to-autocad-2025-net-8-0/m-p/12680534#M4737</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/389680"&gt;@Alfred.NESWADBA&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As well as the link Gilles mentioned, perhaps have a look here too :&lt;/P&gt;&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/visualstudio/ide/specifying-custom-build-events-in-visual-studio?view=vs-2022" target="_blank"&gt;https://learn.microsoft.com/en-us/visualstudio/ide/specifying-custom-build-events-in-visual-studio?view=vs-2022&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Apr 2024 07:27:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/migration-guide-net-framework-to-autocad-2025-net-8-0/m-p/12680534#M4737</guid>
      <dc:creator>kerry_w_brown</dc:creator>
      <dc:date>2024-04-02T07:27:14Z</dc:date>
    </item>
    <item>
      <title>Re: Migration Guide: .Net Framework to AutoCAD 2025/.NET 8.0</title>
      <link>https://forums.autodesk.com/t5/net-forum/migration-guide-net-framework-to-autocad-2025-net-8-0/m-p/12680591#M4738</link>
      <description>&lt;P&gt;Hi Gilles,&lt;/P&gt;&lt;P&gt;Thank you very much for the guide. I tried to follow your instructions but the upgrade of all my vb projects failed, with the following error message:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ziggy63_0-1712043982908.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1344588i4E24CA393059B475/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ziggy63_0-1712043982908.png" alt="ziggy63_0-1712043982908.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Does this message mean anything to you? What am I doing wrong? Has anybody else encountered this error?&lt;/P&gt;&lt;P&gt;Thank you in advance,&lt;/P&gt;&lt;P&gt;George&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Apr 2024 07:50:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/migration-guide-net-framework-to-autocad-2025-net-8-0/m-p/12680591#M4738</guid>
      <dc:creator>ziggy63</dc:creator>
      <dc:date>2024-04-02T07:50:50Z</dc:date>
    </item>
    <item>
      <title>Re: Migration Guide: .Net Framework to AutoCAD 2025/.NET 8.0</title>
      <link>https://forums.autodesk.com/t5/net-forum/migration-guide-net-framework-to-autocad-2025-net-8-0/m-p/12680779#M4739</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&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;&lt;FONT color="#333399"&gt;&lt;EM&gt;&amp;gt;&amp;gt;You can add this PropertyGroup to the .csproj/SDK file.&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Wow, searched for that, but was not able to find this link.&lt;/P&gt;
&lt;P&gt;Thank you so much!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- alfred -&lt;/P&gt;</description>
      <pubDate>Tue, 02 Apr 2024 09:13:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/migration-guide-net-framework-to-autocad-2025-net-8-0/m-p/12680779#M4739</guid>
      <dc:creator>Alfred.NESWADBA</dc:creator>
      <dc:date>2024-04-02T09:13:50Z</dc:date>
    </item>
    <item>
      <title>Re: Migration Guide: .Net Framework to AutoCAD 2025/.NET 8.0</title>
      <link>https://forums.autodesk.com/t5/net-forum/migration-guide-net-framework-to-autocad-2025-net-8-0/m-p/12680806#M4740</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/6713772"&gt;@ziggy63&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hi Gilles,&lt;/P&gt;
&lt;P&gt;Thank you very much for the guide. I tried to follow your instructions but the upgrade of all my vb projects failed, with the following error message:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ziggy63_0-1712043982908.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1344588i4E24CA393059B475/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ziggy63_0-1712043982908.png" alt="ziggy63_0-1712043982908.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Does this message mean anything to you? What am I doing wrong? Has anybody else encountered this error?&lt;/P&gt;
&lt;P&gt;Thank you in advance,&lt;/P&gt;
&lt;P&gt;George&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Never seen that message before. It seems to be an error with the Upgrade Assistant.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Apr 2024 09:25:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/migration-guide-net-framework-to-autocad-2025-net-8-0/m-p/12680806#M4740</guid>
      <dc:creator>_gile</dc:creator>
      <dc:date>2024-04-02T09:25:47Z</dc:date>
    </item>
    <item>
      <title>Re: Migration Guide: .Net Framework to AutoCAD 2025/.NET 8.0</title>
      <link>https://forums.autodesk.com/t5/net-forum/migration-guide-net-framework-to-autocad-2025-net-8-0/m-p/12680818#M4741</link>
      <description>&lt;P&gt;So, I seem to be the only person on planet Earth who cannot upgrade a VB project from .NET Framework to .NET, using Microsoft's own tools! Now, this is interesting...&lt;/P&gt;</description>
      <pubDate>Tue, 02 Apr 2024 09:29:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/migration-guide-net-framework-to-autocad-2025-net-8-0/m-p/12680818#M4741</guid>
      <dc:creator>ziggy63</dc:creator>
      <dc:date>2024-04-02T09:29:42Z</dc:date>
    </item>
    <item>
      <title>Re: Migration Guide: .Net Framework to AutoCAD 2025/.NET 8.0</title>
      <link>https://forums.autodesk.com/t5/net-forum/migration-guide-net-framework-to-autocad-2025-net-8-0/m-p/12680838#M4742</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;are you sure that you have installed the .NET 8.0 SDK?&lt;/P&gt;
&lt;P&gt;I have had messages similar to yours (not sure if that really were the same), before I installed this SDK (I just was looking into the VS2022 installed parts (tools and features) and have seen ".NET 8.0 Runtime (Long Term Support)" aas well as ".NET SDK" and thought, that should be enough. Later I recognized that this is not all that is needed and installed the "real" .NET 8.0 SDK from here: &lt;A href="https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/sdk-8.0.203-windows-x64-installer" target="_blank" rel="noopener"&gt;&amp;gt;&amp;gt;&amp;gt;click&amp;lt;&amp;lt;&amp;lt;&lt;/A&gt;&amp;nbsp;for downloading .NET 8.0 SDK (v8.0.203) - Windows x64 Installer!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;HTH, - alfred -&lt;/P&gt;</description>
      <pubDate>Tue, 02 Apr 2024 09:36:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/migration-guide-net-framework-to-autocad-2025-net-8-0/m-p/12680838#M4742</guid>
      <dc:creator>Alfred.NESWADBA</dc:creator>
      <dc:date>2024-04-02T09:36:36Z</dc:date>
    </item>
    <item>
      <title>Re: Migration Guide: .Net Framework to AutoCAD 2025/.NET 8.0</title>
      <link>https://forums.autodesk.com/t5/net-forum/migration-guide-net-framework-to-autocad-2025-net-8-0/m-p/12680867#M4743</link>
      <description>&lt;P&gt;Hi Alfred,&lt;/P&gt;&lt;P&gt;I reinstalled the SDK, using the link you sent me, but the problem persists.&lt;/P&gt;&lt;P&gt;Thank you anyway.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Apr 2024 09:51:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/migration-guide-net-framework-to-autocad-2025-net-8-0/m-p/12680867#M4743</guid>
      <dc:creator>ziggy63</dc:creator>
      <dc:date>2024-04-02T09:51:46Z</dc:date>
    </item>
    <item>
      <title>Re: Migration Guide: .Net Framework to AutoCAD 2025/.NET 8.0</title>
      <link>https://forums.autodesk.com/t5/net-forum/migration-guide-net-framework-to-autocad-2025-net-8-0/m-p/12681013#M4744</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/6713772"&gt;@ziggy63&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;So, I seem to be the only person on planet Earth who cannot upgrade a VB project from .NET Framework to .NET, using Microsoft's own tools! Now, this is interesting...&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;No, you're not alone:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://stackoverflow.com/questions/77932310/net-upgrade-assistant-error-when-converting-csproj-file-to-sdk-style-for-wpf-p" target="_blank"&gt;https://stackoverflow.com/questions/77932310/net-upgrade-assistant-error-when-converting-csproj-file-to-sdk-style-for-wpf-p&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://stackoverflow.com/questions/78141705/net-upgrade-assistant-fails-on-converting-project-to-sdk-style-system-io-ioex" target="_blank"&gt;https://stackoverflow.com/questions/78141705/net-upgrade-assistant-fails-on-converting-project-to-sdk-style-system-io-ioex&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Apr 2024 11:08:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/migration-guide-net-framework-to-autocad-2025-net-8-0/m-p/12681013#M4744</guid>
      <dc:creator>_gile</dc:creator>
      <dc:date>2024-04-02T11:08:22Z</dc:date>
    </item>
    <item>
      <title>Re: Migration Guide: .Net Framework to AutoCAD 2025/.NET 8.0</title>
      <link>https://forums.autodesk.com/t5/net-forum/migration-guide-net-framework-to-autocad-2025-net-8-0/m-p/12681687#M4745</link>
      <description>&lt;P&gt;Thank Gile.&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;Relating the Migration guide, I've found some pieces of information from Autodesk Civil 3D 2025:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Known Issues in Civil 3D .NET Core Development&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.autodesk.com/view/CIV3D/2025/ENU/?guid=GUID-B50CC834-E202-48FE-9C64-526EF9828535" target="_blank" rel="noopener"&gt;https://help.autodesk.com/view/CIV3D/2025/ENU/?guid=GUID-B50CC834-E202-48FE-9C64-526EF9828535&lt;/A&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;"....&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Plugin fails to load due to the lack of a framework reference to Microsoft.AspNetCore.App&lt;/STRONG&gt;&lt;BR /&gt;Civil 3D does not rely on Microsoft.AspNetCore.App, so it has not added this reference. If your plugin has a dependency on it, it may prevent the plugin from running.&lt;/P&gt;&lt;P&gt;Solution: Edit the acdbmgd.runtimeconfig.json file located in the Civil 3D root folder by adding a reference to Microsoft.AspNetCore.App. If you are using a script or installer to add it, incorporate logic to check whether the user or other plugins have already included it before adding it to avoid duplication. Also, ensure that the desired version has been installed by Civil 3D using the "dotnet --list-runtimes" command. Otherwise, you may consider including the framework installer within your plugin installer. ..."&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;STRONG&gt;About Civil 3D .NET Core Development&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.autodesk.com/view/CIV3D/2025/ENU/?guid=GUID-E6657034-71E5-4753-8AFD-139DC612B86D" target="_blank" rel="noopener"&gt;https://help.autodesk.com/view/CIV3D/2025/ENU/?guid=GUID-E6657034-71E5-4753-8AFD-139DC612B86D&lt;/A&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;.....As per claims such as&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://github.com/dotnet/runtime/issues/68041" target="_blank" rel="noopener"&gt;https://github.com/dotnet/runtime/issues/68041&lt;/A&gt;, &lt;FONT face="arial black,avant garde"&gt;&lt;STRONG&gt;.NET framework DLLs could continue to work within .NET Core runtime as long as they don't use any API exclusive to .NET Framework&lt;/STRONG&gt;&lt;/FONT&gt;, &lt;STRONG&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;&lt;EM&gt;However, you should conduct thorough testing on your own to ensure it functions properly within the .NET Core environment if you choose to stay with .NET framework.&lt;/EM&gt;&lt;/FONT&gt;&lt;/STRONG&gt;" ....&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;I wonder why those information does not appear in AutoCAD 2025 ".NET migration guide"&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.autodesk.com/view/OARX/2025/ENU/?guid=OARX-ManagedRefGuide-_NET_Migration_Guide" target="_blank" rel="noopener"&gt;https://help.autodesk.com/view/OARX/2025/ENU/?guid=OARX-ManagedRefGuide-_NET_Migration_Guide&lt;/A&gt;&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;Previously, I've tested my .NET Framework 4.8&amp;nbsp; libraries in AutoCAD 2025 (by mistake).&amp;nbsp; My project is multi targets and I load the wrong file.&amp;nbsp; It works so smoothly that I didn't find that the wrong version is loaded, until I found commands under&amp;nbsp; &amp;nbsp;&lt;EM&gt;#If NET5_0_OR_GREATER&amp;nbsp; &amp;nbsp;&lt;/EM&gt;directive do not work as expected.&lt;/P&gt;&lt;P&gt;However, another guy in feedback forum (&lt;SPAN&gt;Alexandr Chernishev)&amp;nbsp;&lt;/SPAN&gt;reported that his plugin could launch, work, then &lt;SPAN&gt;the error “SQLClient file not found” popped up.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Apr 2024 16:13:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/migration-guide-net-framework-to-autocad-2025-net-8-0/m-p/12681687#M4745</guid>
      <dc:creator>ntclmain</dc:creator>
      <dc:date>2024-04-02T16:13:20Z</dc:date>
    </item>
    <item>
      <title>Re: Migration Guide: .Net Framework to AutoCAD 2025/.NET 8.0</title>
      <link>https://forums.autodesk.com/t5/net-forum/migration-guide-net-framework-to-autocad-2025-net-8-0/m-p/12681816#M4746</link>
      <description>&lt;P&gt;Thanks for the efforts and contributions from&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/109424"&gt;@_gile&lt;/a&gt;&amp;nbsp;and&amp;nbsp;@Jeff_M. It is a big help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I thought it might be even better if the guide includes some general suggestions on whether to migrate or not, because many AutoCAD programmers coming to here are not fulltime or career-programmers, some may be quite new to AutoCAD programming, so the evolving history of .NET technologies and AutoCAD .NET API could be rather confusing. It is certain that Autodesk's very poor &lt;A href="https://help.autodesk.com/view/OARX/2025/ENU/?guid=OARX-ManagedRefGuide-_NET_Migration_Guide" target="_blank" rel="noopener"&gt;.NET Migration Guide documentation&lt;/A&gt; does not help much at all.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here are some of my thoughts:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. Many existing .NET plugins based on .NET Framework (4.x) should work with AutoCAD 2025 just as they work with prior AutoCAD versions. Of course, it depends what the .NET Plugins do, so, they have to be fully tested. But it is important to know: the common sense of "if it aren't broken, do not fix it" should be paly a big role in making migration decision;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. Not all projects need to be migrated to .NET 8, if the plugin is meant for multiple versions of AutoCAD (which would be true to most existing projects since AutoCAD 2025 is just out).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;For bug fixing of existing plugins, if it works OK in AutoCAD 2025, we can still fix/debug it with existing .NET 4.x project and compile it, so it remains as single set of code that works with older AutoCAD version and Acad2025; It is also possible to enhance the plugin with new feature and still working with older Acad and Acad2025.&lt;/LI&gt;
&lt;LI&gt;If the existing plugin is indeed broken with AutoCAD 2025, then the migrate to .NET 8 is necessary, if the plugin needs to run with Acad2025. But in this case, in order to support older AutoCAD, 2 sets of code are in .NET 4.x project and .NET 8 project respectively.&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;For the project migrated to .NET 8, or a new project created in .NET 8, it will not run with older AutoCAD version prior to Acad2025.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;So, I think it would quite important to realize that at this stage (that is, majority of AutoCAD users will still use AutoCAD 2024 or older for quite a while) that continuing to maintain existing plugins with .NET 4.8 would last for foreseeable period, as long as the existing plugins work ok in older AutoCAD versions and AutoCAD 2025. Only do the migration if the target AutoCAD version is 2025 or newer.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Apr 2024 17:01:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/migration-guide-net-framework-to-autocad-2025-net-8-0/m-p/12681816#M4746</guid>
      <dc:creator>norman.yuan</dc:creator>
      <dc:date>2024-04-02T17:01:35Z</dc:date>
    </item>
    <item>
      <title>Re: Migration Guide: .Net Framework to AutoCAD 2025/.NET 8.0</title>
      <link>https://forums.autodesk.com/t5/net-forum/migration-guide-net-framework-to-autocad-2025-net-8-0/m-p/12688620#M4747</link>
      <description>May i add: You also need to upgrade to .NET Core if you want to use the new features of C# 8 and higher.&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Apr 2024 05:56:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/migration-guide-net-framework-to-autocad-2025-net-8-0/m-p/12688620#M4747</guid>
      <dc:creator>SENL1362</dc:creator>
      <dc:date>2024-04-05T05:56:19Z</dc:date>
    </item>
  </channel>
</rss>

