<?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: first test-project in map2027 and vs2027 in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/first-test-project-in-map2027-and-vs2026/m-p/14121599#M86838</link>
    <description>&lt;P&gt;Dear kdub,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sorry, my mistake - visual studio 2026 is correct.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;regards Jan&lt;/P&gt;</description>
    <pubDate>Fri, 08 May 2026 05:45:02 GMT</pubDate>
    <dc:creator>jan_tappenbeck</dc:creator>
    <dc:date>2026-05-08T05:45:02Z</dc:date>
    <item>
      <title>first test-project in map2027 and vs2026</title>
      <link>https://forums.autodesk.com/t5/net-forum/first-test-project-in-map2027-and-vs2026/m-p/14120624#M86834</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm just getting started with AutoCAD Map 2027 and Visual Studio 2026 (version edit!).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Until now, I've been programming with AutoCAD Map 2024 and Visual Studio 2024.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I watched the following video as a starting point: &lt;A href="https://www.youtube.com/watch?v=kPkLqBfSk58" target="_blank" rel="noopener"&gt;https://www.youtube.com/watch?v=kPkLqBfSk58&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A simple compilation worked when I then used netload.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now there are two more steps where I’m having trouble.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Point 1&lt;/P&gt;&lt;P&gt;The output should go to the AutoCAD BIN directory, as before. Currently, however, it’s always being output to the project directory.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;C:\\VSProjects\\2027_Sandbox\\HalloNet10\\HalloNet10\\bin\\Debug\\net10.0-windows&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Even when I specify the BIN directory in the Compile Settings, it still attempts to install to another subdirectory named “net10.0-windows.”&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Point 2&lt;/P&gt;&lt;P&gt;A class library cannot be launched directly. To do so, I am prompted to add an executable project to the solution. However, I no longer remember how to do this. The video (13 min.) explains that you should create a Properties/LaunchSettings.json file and then populate it with the appropriate content.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="general"&gt;{
  "profiles": {
    "AutoCAD Debugging": {
      "commandName": "Executable",
      "executablePath": "C:\\Program Files\\Autodesk\\AutoCAD 2027\\acad.exe",
      "commandLineArgs": "",
      "workingDirectory": "C:\\VSProjects\\2027_Sandbox\\HalloNet10\\HalloNet10\\bin\\Debug\\net10.0-windows"
    }
  }
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did that. But when I run it, the error message still appears.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone help me?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards, Jan&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;I&gt;Translated with &lt;A href="https://www.deepl.com/?utm_campaign=product&amp;amp;utm_source=web_translator&amp;amp;utm_medium=web&amp;amp;utm_content=copy_free_translation" target="_blank" rel="noopener"&gt;DeepL.com&lt;/A&gt; (free version)&lt;/I&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 May 2026 05:46:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/first-test-project-in-map2027-and-vs2026/m-p/14120624#M86834</guid>
      <dc:creator>jan_tappenbeck</dc:creator>
      <dc:date>2026-05-08T05:46:28Z</dc:date>
    </item>
    <item>
      <title>Re: first test-project in map2007 and vs2027</title>
      <link>https://forums.autodesk.com/t5/net-forum/first-test-project-in-map2027-and-vs2026/m-p/14120800#M86835</link>
      <description>&lt;P&gt;This may help:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://forums.autodesk.com/t5/net-forum/migration-guide-net-framework-to-autocad-2025-net-8-0/td-p/12676274" target="_blank"&gt;https://forums.autodesk.com/t5/net-forum/migration-guide-net-framework-to-autocad-2025-net-8-0/td-p/12676274&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 May 2026 15:47:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/first-test-project-in-map2027-and-vs2026/m-p/14120800#M86835</guid>
      <dc:creator>BlackBox_</dc:creator>
      <dc:date>2026-05-07T15:47:54Z</dc:date>
    </item>
    <item>
      <title>Re: first test-project in map2027 and vs2027</title>
      <link>https://forums.autodesk.com/t5/net-forum/first-test-project-in-map2027-and-vs2026/m-p/14121199#M86836</link>
      <description>&lt;P&gt;Post your project's .csproj file for more help with specifying output paths.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For your launchSettings.json, this example assumes that acad.exe is located in "C:\Program Files\Autodesk\AutoCAD 2027". Adjust as needed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{
  "profiles": {
  "AutoCAD 2027 (.NET 10.0)": {
  "framework": "net10.0-windows",
  "commandName": "Executable",
  "executablePath": ".\\acad.exe",
  "commandLineArgs": "/nologo",
  "workingDirectory": "C:\\Program Files\\Autodesk\\AutoCAD 2027"
}}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 May 2026 19:42:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/first-test-project-in-map2027-and-vs2026/m-p/14121199#M86836</guid>
      <dc:creator>ActivistInvestor</dc:creator>
      <dc:date>2026-05-07T19:42:49Z</dc:date>
    </item>
    <item>
      <title>Re: first test-project in map2027 and vs2027</title>
      <link>https://forums.autodesk.com/t5/net-forum/first-test-project-in-map2027-and-vs2026/m-p/14121286#M86837</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3357387"&gt;@jan_tappenbeck&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm just getting started with AutoCAD Map 2027 and Visual Studio 2027.&lt;/P&gt;&lt;P&gt;&amp;lt; snip&amp;gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I assume you mean&amp;nbsp;Visual Studio 2026 not 2027.&lt;BR /&gt;I believe 2027 will be released in November ??&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Stay well,&lt;/P&gt;</description>
      <pubDate>Thu, 07 May 2026 21:55:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/first-test-project-in-map2027-and-vs2026/m-p/14121286#M86837</guid>
      <dc:creator>kerry_w_brown</dc:creator>
      <dc:date>2026-05-07T21:55:50Z</dc:date>
    </item>
    <item>
      <title>Re: first test-project in map2027 and vs2027</title>
      <link>https://forums.autodesk.com/t5/net-forum/first-test-project-in-map2027-and-vs2026/m-p/14121599#M86838</link>
      <description>&lt;P&gt;Dear kdub,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sorry, my mistake - visual studio 2026 is correct.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;regards Jan&lt;/P&gt;</description>
      <pubDate>Fri, 08 May 2026 05:45:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/first-test-project-in-map2027-and-vs2026/m-p/14121599#M86838</guid>
      <dc:creator>jan_tappenbeck</dc:creator>
      <dc:date>2026-05-08T05:45:02Z</dc:date>
    </item>
    <item>
      <title>Re: first test-project in map2027 and vs2026</title>
      <link>https://forums.autodesk.com/t5/net-forum/first-test-project-in-map2027-and-vs2026/m-p/14122769#M86841</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Maybe you can get some inspiration from this &lt;A href="https://github.com/gileCAD/AutoCAD-Csharp-Project-Template" target="_blank" rel="noopener"&gt;project template&lt;/A&gt; (AutoCAD R25 Csharp Plugin Template).&lt;/P&gt;</description>
      <pubDate>Fri, 08 May 2026 21:50:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/first-test-project-in-map2027-and-vs2026/m-p/14122769#M86841</guid>
      <dc:creator>_gile</dc:creator>
      <dc:date>2026-05-08T21:50:08Z</dc:date>
    </item>
    <item>
      <title>Betreff: first test-project in map2027 and vs2026</title>
      <link>https://forums.autodesk.com/t5/net-forum/first-test-project-in-map2027-and-vs2026/m-p/14124252#M86843</link>
      <description>&lt;P&gt;Hi Gilles,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks for answer, but i neet vb.net an R26.0!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;regards Jan&lt;/P&gt;</description>
      <pubDate>Mon, 11 May 2026 04:17:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/first-test-project-in-map2027-and-vs2026/m-p/14124252#M86843</guid>
      <dc:creator>jan_tappenbeck</dc:creator>
      <dc:date>2026-05-11T04:17:33Z</dc:date>
    </item>
    <item>
      <title>Betreff: first test-project in map2027 and vs2026</title>
      <link>https://forums.autodesk.com/t5/net-forum/first-test-project-in-map2027-and-vs2026/m-p/14124312#M86844</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3357387"&gt;@jan_tappenbeck&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You've already been advised several times to switch to C# (VB is practically obsolete).&lt;/P&gt;
&lt;P&gt;In any case, my suggestion that you take inspiration from this template has nothing to do with the language used.&lt;/P&gt;
&lt;P&gt;Pay attention to the AutocadR25Plugin.csproj file (project SDK),&amp;nbsp; LaunchSettings.json and start.scr files.&amp;nbsp;&lt;BR /&gt;In the project SDK, the only differences with a R26 one are the &lt;STRONG&gt;TargetFramework&lt;/STRONG&gt;, the referenced AutoCAD libraries and the acad.exe version.&lt;BR /&gt;This file shows how to avoid the targeted framework in the output path by setting&amp;nbsp;&lt;STRONG&gt;AppendTargetFrameworkToOutputPath&lt;/STRONG&gt; to false.&lt;/P&gt;
&lt;P&gt;The Properties\LaunchSettings.json&amp;nbsp;"commandLineArgs" and the use of a script file&amp;nbsp;(start.scr), with the complete path of the output DLL, allows to automatically start AutoCAD and netload the assembly when starting debug.&lt;/P&gt;</description>
      <pubDate>Mon, 11 May 2026 05:48:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/first-test-project-in-map2027-and-vs2026/m-p/14124312#M86844</guid>
      <dc:creator>_gile</dc:creator>
      <dc:date>2026-05-11T05:48:28Z</dc:date>
    </item>
    <item>
      <title>Betreff: first test-project in map2027 and vs2026</title>
      <link>https://forums.autodesk.com/t5/net-forum/first-test-project-in-map2027-and-vs2026/m-p/14125312#M86847</link>
      <description>&lt;P&gt;You need to forget about VB and switch to C# because Microsoft is no longer updating VB to work with newer framework features. IOW, there are now things that you can do with C# that you cannot do with VB.NET.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example, with C# you can use multi-targeting to generate multiple builds that Target different AutoCAD and .NET releases within a single project.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can find an example of using multi-targeting with AutoCAD C# projects in &lt;A href="https://github.com/ActivistInvestor/AcadMultiTargetExample" target="_blank" rel="noopener"&gt;this Repository&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 May 2026 00:25:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/first-test-project-in-map2027-and-vs2026/m-p/14125312#M86847</guid>
      <dc:creator>ActivistInvestor</dc:creator>
      <dc:date>2026-05-12T00:25:14Z</dc:date>
    </item>
  </channel>
</rss>

