<?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: Vault 2026 - .net framework debugging in Vault Customization Forum</title>
    <link>https://forums.autodesk.com/t5/vault-customization-forum/vault-2026-net-framework-debugging/m-p/13605306#M54</link>
    <description>&lt;P&gt;no nothing particular, just the usual dll references to the 2026 SDK, API version and vcet.config file.&lt;/P&gt;</description>
    <pubDate>Tue, 29 Apr 2025 09:33:26 GMT</pubDate>
    <dc:creator>connor.ferguson</dc:creator>
    <dc:date>2025-04-29T09:33:26Z</dc:date>
    <item>
      <title>Vault 2026 - .net framework debugging</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/vault-2026-net-framework-debugging/m-p/13604147#M50</link>
      <description>&lt;P&gt;I have a .net framework extension that still loads and run in Vault 2026 but i cant debug it because 2026 is now built on .net core runtime and i get this meesgae form Visual studio:&lt;BR /&gt;The debugger was configured to use the desktop CLR (.NET Framework) Managed debugger, but the target proces loaded the CoreCLR (.Net Core) runtime.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I understand i need to update the plugin to .net core but short term is there a workaround so i can debug .net framework in 2026?&lt;/P&gt;</description>
      <pubDate>Mon, 28 Apr 2025 15:39:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/vault-2026-net-framework-debugging/m-p/13604147#M50</guid>
      <dc:creator>connor.ferguson</dc:creator>
      <dc:date>2025-04-28T15:39:40Z</dc:date>
    </item>
    <item>
      <title>Re: Vault 2026 - .net framework debugging</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/vault-2026-net-framework-debugging/m-p/13605182#M51</link>
      <description>&lt;P&gt;My personal experience during the beta phase is that, regardless of whether it is possible, don't spend time. Instead, create a fresh .NET Core project and copy (or link within the same solution) your modules to the new one. I also recommend not using the .NET FW -&amp;gt; .NET migration tool; I got cleaner code in a shorter time. But again, that's my personal view on it, and other professionals might see it differently. The SDK templates have been updated to create clean, working new extensions targeting .NET Core.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Apr 2025 08:00:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/vault-2026-net-framework-debugging/m-p/13605182#M51</guid>
      <dc:creator>Markus.Koechl</dc:creator>
      <dc:date>2025-04-29T08:00:45Z</dc:date>
    </item>
    <item>
      <title>Re: Vault 2026 - .net framework debugging</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/vault-2026-net-framework-debugging/m-p/13605193#M52</link>
      <description>&lt;P&gt;Hi Markus,&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks for the reply. Yes i would agree but i have a large amount of code for an application that still needs to run in 2026 and the previous two year versions. I was hoping for a quick solution for now to get a 2026 version up and running which i can use the .net framework sdk for but its risky if i cant debug it.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Apr 2025 08:08:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/vault-2026-net-framework-debugging/m-p/13605193#M52</guid>
      <dc:creator>connor.ferguson</dc:creator>
      <dc:date>2025-04-29T08:08:51Z</dc:date>
    </item>
    <item>
      <title>Re: Vault 2026 - .net framework debugging</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/vault-2026-net-framework-debugging/m-p/13605230#M53</link>
      <description>&lt;P&gt;hi, i cannot get it to load but it worked for 2025, may i ask if you changed anything in particular to make it work on 2026&lt;/P&gt;</description>
      <pubDate>Tue, 29 Apr 2025 08:43:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/vault-2026-net-framework-debugging/m-p/13605230#M53</guid>
      <dc:creator>egervasio</dc:creator>
      <dc:date>2025-04-29T08:43:40Z</dc:date>
    </item>
    <item>
      <title>Re: Vault 2026 - .net framework debugging</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/vault-2026-net-framework-debugging/m-p/13605306#M54</link>
      <description>&lt;P&gt;no nothing particular, just the usual dll references to the 2026 SDK, API version and vcet.config file.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Apr 2025 09:33:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/vault-2026-net-framework-debugging/m-p/13605306#M54</guid>
      <dc:creator>connor.ferguson</dc:creator>
      <dc:date>2025-04-29T09:33:26Z</dc:date>
    </item>
    <item>
      <title>Re: Vault 2026 - .net framework debugging</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/vault-2026-net-framework-debugging/m-p/13644738#M55</link>
      <description>&lt;P&gt;It's because Visual Studio don't let you choose the runtime for debugging (with Rider, you can choose between .NET Framework or .NET / .NET Core). You can start your extension without debugging, then attach the debugger. When you attach, you can choose the runtime to use.&lt;/P&gt;</description>
      <pubDate>Thu, 22 May 2025 14:10:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/vault-2026-net-framework-debugging/m-p/13644738#M55</guid>
      <dc:creator>FRFR1426</dc:creator>
      <dc:date>2025-05-22T14:10:26Z</dc:date>
    </item>
    <item>
      <title>Re: Vault 2026 - .net framework debugging</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/vault-2026-net-framework-debugging/m-p/13644905#M56</link>
      <description>&lt;P&gt;Simple as that. Thanks for the solution!&lt;/P&gt;</description>
      <pubDate>Thu, 22 May 2025 15:29:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/vault-2026-net-framework-debugging/m-p/13644905#M56</guid>
      <dc:creator>connor.ferguson</dc:creator>
      <dc:date>2025-05-22T15:29:26Z</dc:date>
    </item>
  </channel>
</rss>

