<?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: Updated VS template tutorial in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/tutorial-how-to-create-a-visual-studio-template/m-p/11616213#M12372</link>
    <description>&lt;P&gt;AutoCad Template file attached if your interested to see what I've made.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 13 Dec 2022 07:10:26 GMT</pubDate>
    <dc:creator>Yehoshua18</dc:creator>
    <dc:date>2022-12-13T07:10:26Z</dc:date>
    <item>
      <title>Tutorial - How to create a Visual Studio template</title>
      <link>https://forums.autodesk.com/t5/net-forum/tutorial-how-to-create-a-visual-studio-template/m-p/11298492#M12362</link>
      <description>&lt;P&gt;Hi &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/109424"&gt;@_gile&lt;/a&gt;&amp;nbsp; I updated your tutorial for AutoCAD 2023 and Visual Studio 2022. See attached.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For others, this tutorial is based upon one that &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/109424"&gt;@_gile&lt;/a&gt; created on &lt;A href="https://gilecad.azurewebsites.net/Tutorials.aspx" target="_blank" rel="noopener"&gt;his website&lt;/A&gt;. It is also helpful for learning how to create a new project, since it contains the code for the classes necessary for a plugin to work. After you create your template, you can use it to create your first plugin.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;**Updated for 2024.&lt;/P&gt;</description>
      <pubDate>Sat, 22 Apr 2023 16:06:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/tutorial-how-to-create-a-visual-studio-template/m-p/11298492#M12362</guid>
      <dc:creator>Ed__Jobe</dc:creator>
      <dc:date>2023-04-22T16:06:43Z</dc:date>
    </item>
    <item>
      <title>Re: Updated VS template tutorial</title>
      <link>https://forums.autodesk.com/t5/net-forum/tutorial-how-to-create-a-visual-studio-template/m-p/11299134#M12363</link>
      <description>&lt;P&gt;Hi Ed,&lt;/P&gt;
&lt;P&gt;Nice work.&lt;/P&gt;
&lt;P&gt;I just noticed you forgot to replace Visual Sudio 2017 and AutoCAD 2018 with Visual Sudio 2022 and AutoCAD 2020 in the title and introduction&lt;A href="https://forums.autodesk.com/t5/net/trying-to-insert-a-block-with-c/m-p/7981983/highlight/true#M58879" target="_blank" rel="noopener"&gt;.&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2022 08:36:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/tutorial-how-to-create-a-visual-studio-template/m-p/11299134#M12363</guid>
      <dc:creator>_gile</dc:creator>
      <dc:date>2022-07-15T08:36:13Z</dc:date>
    </item>
    <item>
      <title>Re: Updated VS template tutorial</title>
      <link>https://forums.autodesk.com/t5/net-forum/tutorial-how-to-create-a-visual-studio-template/m-p/11299892#M12364</link>
      <description>&lt;P&gt;Thanks &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/109424"&gt;@_gile&lt;/a&gt;&amp;nbsp; I looked at it again with fresh eyes and I added some more. I sent you a copy to review.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;One thing I noticed while updating this doc, I noticed that with the newer VS, there are 2 templates for classes. The first one in the list (called "Class") is probably the one new users chose, but it only allows you to target .NET 5.0 and above. That's probably why we are getting a lot of questions from users not targeting 4.8. The correct template is "Class (.NET Framework)".&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2022 17:06:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/tutorial-how-to-create-a-visual-studio-template/m-p/11299892#M12364</guid>
      <dc:creator>Ed__Jobe</dc:creator>
      <dc:date>2022-07-15T17:06:19Z</dc:date>
    </item>
    <item>
      <title>Re: Updated VS template tutorial</title>
      <link>https://forums.autodesk.com/t5/net-forum/tutorial-how-to-create-a-visual-studio-template/m-p/11299978#M12365</link>
      <description>&lt;P&gt;I updated the attachment in the first post.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2022 16:55:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/tutorial-how-to-create-a-visual-studio-template/m-p/11299978#M12365</guid>
      <dc:creator>Ed__Jobe</dc:creator>
      <dc:date>2022-07-15T16:55:47Z</dc:date>
    </item>
    <item>
      <title>Re: Updated VS template tutorial</title>
      <link>https://forums.autodesk.com/t5/net-forum/tutorial-how-to-create-a-visual-studio-template/m-p/11300810#M12366</link>
      <description>&lt;P&gt;Hi Ed,&lt;/P&gt;&lt;P&gt;There are quite a few references to years other than the ones Targeted.&lt;BR /&gt;&lt;BR /&gt;You may need to make some snapshots using VS2022 as well&amp;nbsp; to save confusion for someone new to this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the effort, I'm certain it will be appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kerry&lt;/P&gt;</description>
      <pubDate>Sat, 16 Jul 2022 05:15:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/tutorial-how-to-create-a-visual-studio-template/m-p/11300810#M12366</guid>
      <dc:creator>kerry_w_brown</dc:creator>
      <dc:date>2022-07-16T05:15:21Z</dc:date>
    </item>
    <item>
      <title>Re: Updated VS template tutorial</title>
      <link>https://forums.autodesk.com/t5/net-forum/tutorial-how-to-create-a-visual-studio-template/m-p/11301726#M12367</link>
      <description>&lt;P&gt;Hi &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/529262"&gt;@kerry_w_brown&lt;/a&gt; I'm not sure I understand. I thought I updated all the references. Do you have an example? The screen shots I used were from VS 2022 Community version.&lt;/P&gt;</description>
      <pubDate>Sun, 17 Jul 2022 00:21:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/tutorial-how-to-create-a-visual-studio-template/m-p/11301726#M12367</guid>
      <dc:creator>Ed__Jobe</dc:creator>
      <dc:date>2022-07-17T00:21:18Z</dc:date>
    </item>
    <item>
      <title>Re: Updated VS template tutorial</title>
      <link>https://forums.autodesk.com/t5/net-forum/tutorial-how-to-create-a-visual-studio-template/m-p/11301805#M12368</link>
      <description>&lt;P&gt;Hi Ed,&lt;/P&gt;&lt;P&gt;Refer attached.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="_kdub_0-1658024131150.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1092438iD45B3927EF30107D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="_kdub_0-1658024131150.png" alt="_kdub_0-1658024131150.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="_kdub_1-1658024164482.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1092439iEAF57AA18BE5E656/image-size/medium?v=v2&amp;amp;px=400" role="button" title="_kdub_1-1658024164482.png" alt="_kdub_1-1658024164482.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="_kdub_2-1658024406531.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1092440i08FD81EE4E4E4029/image-size/medium?v=v2&amp;amp;px=400" role="button" title="_kdub_2-1658024406531.png" alt="_kdub_2-1658024406531.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="_kdub_3-1658024437683.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1092441i0991B73E399A8DB5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="_kdub_3-1658024437683.png" alt="_kdub_3-1658024437683.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="_kdub_4-1658024481455.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1092442i345E4F56968FFE36/image-size/medium?v=v2&amp;amp;px=400" role="button" title="_kdub_4-1658024481455.png" alt="_kdub_4-1658024481455.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think this is all.&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Kerry&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>Sun, 17 Jul 2022 02:25:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/tutorial-how-to-create-a-visual-studio-template/m-p/11301805#M12368</guid>
      <dc:creator>kerry_w_brown</dc:creator>
      <dc:date>2022-07-17T02:25:00Z</dc:date>
    </item>
    <item>
      <title>Re: Updated VS template tutorial</title>
      <link>https://forums.autodesk.com/t5/net-forum/tutorial-how-to-create-a-visual-studio-template/m-p/11304440#M12369</link>
      <description>&lt;P&gt;Thanks &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/529262"&gt;@kerry_w_brown&lt;/a&gt; for proofreading it. I sure thought I got everything. I added some more info. While creating the dialogs, I discovered how to edit template tags, so that your project template get filtered in the dialog. I updated the file in the first post.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jul 2022 16:17:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/tutorial-how-to-create-a-visual-studio-template/m-p/11304440#M12369</guid>
      <dc:creator>Ed__Jobe</dc:creator>
      <dc:date>2022-07-18T16:17:27Z</dc:date>
    </item>
    <item>
      <title>Re: Updated VS template tutorial</title>
      <link>https://forums.autodesk.com/t5/net-forum/tutorial-how-to-create-a-visual-studio-template/m-p/11616155#M12370</link>
      <description>&lt;P&gt;This exact thing happened to me. Took me hours to figure out the mistake.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Dec 2022 06:27:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/tutorial-how-to-create-a-visual-studio-template/m-p/11616155#M12370</guid>
      <dc:creator>Yehoshua18</dc:creator>
      <dc:date>2022-12-13T06:27:12Z</dc:date>
    </item>
    <item>
      <title>Re: Updated VS template tutorial</title>
      <link>https://forums.autodesk.com/t5/net-forum/tutorial-how-to-create-a-visual-studio-template/m-p/11616211#M12371</link>
      <description>&lt;P&gt;The Magical Disappearing Template. If I make changes, or do anything to the zip file, it disappears from the list of available templates in visual studio 2022 when starting a project. Also the one time I managed to start a project with the new template, start.cr still pointed to the old template name rather then the new project name.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help would be much appreciated.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Tue, 13 Dec 2022 07:09:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/tutorial-how-to-create-a-visual-studio-template/m-p/11616211#M12371</guid>
      <dc:creator>Yehoshua18</dc:creator>
      <dc:date>2022-12-13T07:09:53Z</dc:date>
    </item>
    <item>
      <title>Re: Updated VS template tutorial</title>
      <link>https://forums.autodesk.com/t5/net-forum/tutorial-how-to-create-a-visual-studio-template/m-p/11616213#M12372</link>
      <description>&lt;P&gt;AutoCad Template file attached if your interested to see what I've made.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Dec 2022 07:10:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/tutorial-how-to-create-a-visual-studio-template/m-p/11616213#M12372</guid>
      <dc:creator>Yehoshua18</dc:creator>
      <dc:date>2022-12-13T07:10:26Z</dc:date>
    </item>
    <item>
      <title>Re: Updated VS template tutorial</title>
      <link>https://forums.autodesk.com/t5/net-forum/tutorial-how-to-create-a-visual-studio-template/m-p/11616272#M12373</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Zipping the directory is not mandatory, Visual Studio also accepts unzipped directories in the ProjectTemplate folder.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;You can also start from &lt;A href="https://github.com/gileCAD/AutoCAD-Csharp-Project-Template" target="_blank" rel="noopener"&gt;this template&lt;/A&gt; and edit the files to suit your needs.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Dec 2022 07:39:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/tutorial-how-to-create-a-visual-studio-template/m-p/11616272#M12373</guid>
      <dc:creator>_gile</dc:creator>
      <dc:date>2022-12-13T07:39:01Z</dc:date>
    </item>
    <item>
      <title>Re: Updated VS template tutorial</title>
      <link>https://forums.autodesk.com/t5/net-forum/tutorial-how-to-create-a-visual-studio-template/m-p/11617336#M12374</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/13068135"&gt;@Yehoshua18&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;This exact thing happened to me. Took me hours to figure out the mistake.&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;What exact thing?&lt;/P&gt;</description>
      <pubDate>Tue, 13 Dec 2022 15:07:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/tutorial-how-to-create-a-visual-studio-template/m-p/11617336#M12374</guid>
      <dc:creator>Ed__Jobe</dc:creator>
      <dc:date>2022-12-13T15:07:05Z</dc:date>
    </item>
    <item>
      <title>Re: Updated VS template tutorial</title>
      <link>https://forums.autodesk.com/t5/net-forum/tutorial-how-to-create-a-visual-studio-template/m-p/11618901#M12375</link>
      <description>&lt;P&gt;&lt;SPAN&gt;That there are 2 templates for Class Library in Visual Studio 2022.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Dec 2022 06:22:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/tutorial-how-to-create-a-visual-studio-template/m-p/11618901#M12375</guid>
      <dc:creator>Yehoshua18</dc:creator>
      <dc:date>2022-12-14T06:22:49Z</dc:date>
    </item>
    <item>
      <title>Re: Updated VS template tutorial</title>
      <link>https://forums.autodesk.com/t5/net-forum/tutorial-how-to-create-a-visual-studio-template/m-p/11618911#M12376</link>
      <description>&lt;P&gt;Thanks! Good to know.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My template actually works, It just is not classified as anything, and it's dead last in a list of all templates. I set sort order to 0001, and added the language and project type tag to the .vstemplate. Any idea why it's not working? Also start.scr still refuses to automatically update with the new project name.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the assistance.&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;VSTemplate Version="3.0.0" xmlns="http://schemas.microsoft.com/developer/vstemplate/2005" Type="Project"&amp;gt;
  &amp;lt;TemplateData&amp;gt;
    &amp;lt;Name&amp;gt;Acad2021Plugin&amp;lt;/Name&amp;gt;
    &amp;lt;Description&amp;gt;Template for AutoCAD 2021&amp;lt;/Description&amp;gt;
	&amp;lt;RequiredFrameworkVersion&amp;gt;4.8&amp;lt;/RequiredFrameworkVersion&amp;gt;
    &amp;lt;ProjectType&amp;gt;CSharp&amp;lt;/ProjectType&amp;gt;
    &amp;lt;ProjectSubType&amp;gt;
    &amp;lt;/ProjectSubType&amp;gt;
	&amp;lt;LanguageTag&amp;gt;CSharp&amp;lt;/LanguageTag&amp;gt;
    &amp;lt;PlatformTag&amp;gt;Windows&amp;lt;/PlatformTag&amp;gt;
    &amp;lt;ProjectTypeTag&amp;gt;Library&amp;lt;/ProjectTypeTag&amp;gt;
    &amp;lt;SortOrder&amp;gt;0001&amp;lt;/SortOrder&amp;gt;
    &amp;lt;CreateNewFolder&amp;gt;true&amp;lt;/CreateNewFolder&amp;gt;
    &amp;lt;DefaultName&amp;gt;Acad2021Plugin&amp;lt;/DefaultName&amp;gt;
    &amp;lt;ProvideDefaultName&amp;gt;true&amp;lt;/ProvideDefaultName&amp;gt;
    &amp;lt;LocationField&amp;gt;Enabled&amp;lt;/LocationField&amp;gt;
    &amp;lt;EnableLocationBrowseButton&amp;gt;true&amp;lt;/EnableLocationBrowseButton&amp;gt;
    &amp;lt;Icon&amp;gt;__TemplateIcon.ico&amp;lt;/Icon&amp;gt;
  &amp;lt;/TemplateData&amp;gt;
  &amp;lt;TemplateContent&amp;gt;
    &amp;lt;Project TargetFileName="Acad2021Plugin.csproj" File="Acad2021Plugin.csproj" ReplaceParameters="true"&amp;gt;
      &amp;lt;ProjectItem ReplaceParameters="true" TargetFileName="Commands.cs"&amp;gt;Commands.cs&amp;lt;/ProjectItem&amp;gt;
      &amp;lt;Folder Name="Properties" TargetFolderName="Properties"&amp;gt;
        &amp;lt;ProjectItem ReplaceParameters="true" TargetFileName="AssemblyInfo.cs"&amp;gt;AssemblyInfo.cs&amp;lt;/ProjectItem&amp;gt;
      &amp;lt;/Folder&amp;gt;
      &amp;lt;ProjectItem ReplaceParameters="true" TargetFileName="start.scr"&amp;gt;start.scr&amp;lt;/ProjectItem&amp;gt;
    &amp;lt;/Project&amp;gt;
  &amp;lt;/TemplateContent&amp;gt;
&amp;lt;/VSTemplate&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Dec 2022 06:30:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/tutorial-how-to-create-a-visual-studio-template/m-p/11618911#M12376</guid>
      <dc:creator>Yehoshua18</dc:creator>
      <dc:date>2022-12-14T06:30:42Z</dc:date>
    </item>
    <item>
      <title>Re: Updated VS template tutorial</title>
      <link>https://forums.autodesk.com/t5/net-forum/tutorial-how-to-create-a-visual-studio-template/m-p/11619065#M12377</link>
      <description>&lt;P&gt;To find your template in the list, simply enter "AutoCAD" in the search combo box.&lt;/P&gt;
&lt;P&gt;After this, it should appear in the Recent Prject Templates list.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="_gile_1-1671004523956.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1152285iE9A5D3E02C5F50B8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="_gile_1-1671004523956.png" alt="_gile_1-1671004523956.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Dec 2022 07:55:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/tutorial-how-to-create-a-visual-studio-template/m-p/11619065#M12377</guid>
      <dc:creator>_gile</dc:creator>
      <dc:date>2022-12-14T07:55:37Z</dc:date>
    </item>
    <item>
      <title>Re: Updated VS template tutorial</title>
      <link>https://forums.autodesk.com/t5/net-forum/tutorial-how-to-create-a-visual-studio-template/m-p/11715058#M12378</link>
      <description>&lt;P&gt;Hi. All of a sudden I started getting this error when starting debugging. AutoCad Closes without giving me the opportunity to load the dll. And this error shows up.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The program '[228] acad.exe: Program Trace' has exited with code 0 (0x0).&lt;BR /&gt;The program '[228] acad.exe' has exited with code 3221225477 (0xc0000005) 'Access violation'.&lt;/P&gt;&lt;P&gt;Full Debug output is below.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas on how to fix this?&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;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="general"&gt;'acad.exe' (CLR v4.0.30319: DefaultDomain): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_64\mscorlib\v4.0_4.0.0.0__b77a5c561934e089\mscorlib.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'acad.exe' (CLR v4.0.30319: DefaultDomain): Loaded 'C:\Program Files\Autodesk\AutoCAD 2021\Acdbmgd.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'acad.exe' (CLR v4.0.30319: DefaultDomain): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System\v4.0_4.0.0.0__b77a5c561934e089\System.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'acad.exe' (CLR v4.0.30319: DefaultDomain): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Core\v4.0_4.0.0.0__b77a5c561934e089\System.Core.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'acad.exe' (CLR v4.0.30319: DefaultDomain): Loaded 'C:\Program Files\Autodesk\AutoCAD 2021\AdApplicationFrame.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'acad.exe' (CLR v4.0.30319: DefaultDomain): Loaded 'C:\Program Files\Autodesk\AutoCAD 2021\adui24.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'acad.exe' (CLR v4.0.30319: DefaultDomain): Loaded 'C:\Program Files\Autodesk\AutoCAD 2021\AdUiPalettes.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'acad.exe' (CLR v4.0.30319: DefaultDomain): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\WindowsBase\v4.0_4.0.0.0__31bf3856ad364e35\WindowsBase.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'acad.exe' (CLR v4.0.30319: DefaultDomain): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_64\PresentationCore\v4.0_4.0.0.0__31bf3856ad364e35\PresentationCore.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'acad.exe' (CLR v4.0.30319: DefaultDomain): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\PresentationFramework\v4.0_4.0.0.0__31bf3856ad364e35\PresentationFramework.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'acad.exe' (CLR v4.0.30319: DefaultDomain): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Xaml\v4.0_4.0.0.0__b77a5c561934e089\System.Xaml.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'acad.exe' (CLR v4.0.30319: DefaultDomain): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Configuration\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'acad.exe' (CLR v4.0.30319: DefaultDomain): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Xml\v4.0_4.0.0.0__b77a5c561934e089\System.Xml.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'acad.exe' (CLR v4.0.30319: DefaultDomain): Loaded 'C:\Program Files\Autodesk\AutoCAD 2021\AdUIMgd.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'acad.exe' (CLR v4.0.30319: DefaultDomain): Loaded 'C:\Program Files\Autodesk\AutoCAD 2021\AdWindows.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'acad.exe' (CLR v4.0.30319: DefaultDomain): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\WindowsFormsIntegration\v4.0_4.0.0.0__31bf3856ad364e35\WindowsFormsIntegration.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'acad.exe' (CLR v4.0.30319: DefaultDomain): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\PresentationFramework.Aero2\v4.0_4.0.0.0__31bf3856ad364e35\PresentationFramework.Aero2.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'acad.exe' (CLR v4.0.30319: DefaultDomain): Loaded 'c:\program files\microsoft visual studio\2022\enterprise\common7\ide\commonextensions\microsoft\xamldiagnostics\Framework\x64\Microsoft.VisualStudio.DesignTools.WpfTap.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'acad.exe' (CLR v4.0.30319: DefaultDomain): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Runtime.Serialization\v4.0_4.0.0.0__b77a5c561934e089\System.Runtime.Serialization.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'acad.exe' (CLR v4.0.30319: DefaultDomain): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\SMDiagnostics\v4.0_4.0.0.0__b77a5c561934e089\SMDiagnostics.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'acad.exe' (CLR v4.0.30319: DefaultDomain): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.ServiceModel.Internals\v4.0_4.0.0.0__31bf3856ad364e35\System.ServiceModel.Internals.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'acad.exe' (CLR v4.0.30319: DefaultDomain): Loaded 'C:\Program Files\Autodesk\AutoCAD 2021\accoremgd.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'acad.exe' (CLR v4.0.30319: DefaultDomain): Loaded 'C:\Program Files\Autodesk\AutoCAD 2021\acmgd.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'acad.exe' (CLR v4.0.30319: DefaultDomain): Loaded 'C:\Program Files\Autodesk\AutoCAD 2021\AcWindows.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'acad.exe' (CLR v4.0.30319: DefaultDomain): Loaded 'C:\Program Files\Autodesk\AutoCAD 2021\en-US\AcWindows.resources.dll'. Module was built without symbols.
'acad.exe' (CLR v4.0.30319: DefaultDomain): Loaded 'C:\Program Files\Autodesk\AutoCAD 2021\AcCui.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'acad.exe' (CLR v4.0.30319: DefaultDomain): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\PresentationFramework-SystemXml\v4.0_4.0.0.0__b77a5c561934e089\PresentationFramework-SystemXml.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'acad.exe' (CLR v4.0.30319: DefaultDomain): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\PresentationFramework.Aero\v4.0_4.0.0.0__31bf3856ad364e35\PresentationFramework.Aero.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'acad.exe' (CLR v4.0.30319: DefaultDomain): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Drawing\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'acad.exe' (CLR v4.0.30319: DefaultDomain): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\PresentationUI\v4.0_4.0.0.0__31bf3856ad364e35\PresentationUI.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'acad.exe' (CLR v4.0.30319: DefaultDomain): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Xml.Linq\v4.0_4.0.0.0__b77a5c561934e089\System.Xml.Linq.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'acad.exe' (CLR v4.0.30319: DefaultDomain): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Windows.Forms\v4.0_4.0.0.0__b77a5c561934e089\System.Windows.Forms.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'acad.exe' (CLR v4.0.30319: DefaultDomain): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\PresentationFramework-SystemXmlLinq\v4.0_4.0.0.0__b77a5c561934e089\PresentationFramework-SystemXmlLinq.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'acad.exe' (CLR v4.0.30319: DefaultDomain): Loaded 'C:\program files\autodesk\autodesk vehicle tracking 2021\atrc240_arx.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'acad.exe' (CLR v4.0.30319: DefaultDomain): Loaded 'C:\program files\autodesk\autodesk vehicle tracking 2021\atrc240_crx.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'acad.exe' (CLR v4.0.30319: DefaultDomain): Loaded 'C:\Program Files\Autodesk\AutoCAD 2021\C3D\EmbeddedSQLiteLoader.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'acad.exe' (CLR v4.0.30319: DefaultDomain): Loaded 'c:\program files\autodesk\autocad 2021\map\bin\gisplatform\AcMapHiPPIUtility.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'acad.exe' (CLR v4.0.30319: DefaultDomain): Loaded 'c:\program files\autodesk\autocad 2021\map\AcMapResourceManagement.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'acad.exe' (CLR v4.0.30319: DefaultDomain): Loaded 'c:\program files\autodesk\autocad 2021\map\acmaploader.arx'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'acad.exe' (CLR v4.0.30319: DefaultDomain): Loaded 'C:\Program Files\Autodesk\AutoCAD 2021\Map\ConvertText.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'acad.exe' (CLR v4.0.30319: DefaultDomain): Loaded 'C:\Program Files\Autodesk\AutoCAD 2021\Map\MapPublishImp.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'acad.exe' (CLR v4.0.30319: DefaultDomain): Loaded 'C:\Program Files\Autodesk\AutoCAD 2021\Map\bin\GisPlatform\OSGeo.MapGuide.PlatformBase.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'acad.exe' (CLR v4.0.30319: DefaultDomain): Loaded 'C:\Program Files\Autodesk\AutoCAD 2021\Map\bin\GisPlatform\OSGeo.MapGuide.Foundation.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'acad.exe' (CLR v4.0.30319: DefaultDomain): Loaded 'C:\Program Files\Autodesk\AutoCAD 2021\Map\Autodesk.Map.Platform.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'acad.exe' (CLR v4.0.30319: DefaultDomain): Loaded 'C:\Program Files\Autodesk\AutoCAD 2021\Map\Autodesk.MapGuide.Studio.Site.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'acad.exe' (CLR v4.0.30319: DefaultDomain): Loaded 'C:\Program Files\Autodesk\AutoCAD 2021\Map\AcMapFeatureEntityTooltipsManager.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'acad.exe' (CLR v4.0.30319: DefaultDomain): Loaded 'c:\program files\autodesk\autocad 2021\map\AcMapPaletteTheme.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'acad.exe' (CLR v4.0.30319: DefaultDomain): Loaded 'C:\Program Files\Autodesk\AutoCAD 2021\Map\AcMapThemeFactory.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'acad.exe' (CLR v4.0.30319: DefaultDomain): Loaded 'C:\Program Files\Autodesk\AutoCAD 2021\Map\ResourceManagerRdfImp.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'acad.exe' (CLR v4.0.30319: DefaultDomain): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_64\System.Data\v4.0_4.0.0.0__b77a5c561934e089\System.Data.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'acad.exe' (CLR v4.0.30319: DefaultDomain): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Numerics\v4.0_4.0.0.0__b77a5c561934e089\System.Numerics.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'acad.exe' (CLR v4.0.30319: DefaultDomain): Loaded 'C:\Program Files\Autodesk\AutoCAD 2021\Map\bin\AcWorkspaceSelector.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
The program '[44740] acad.exe: Program Trace' has exited with code 0 (0x0).
The program '[44740] acad.exe' has exited with code 3221225477 (0xc0000005) 'Access violation'.&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jan 2023 08:41:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/tutorial-how-to-create-a-visual-studio-template/m-p/11715058#M12378</guid>
      <dc:creator>Yehoshua18</dc:creator>
      <dc:date>2023-01-30T08:41:01Z</dc:date>
    </item>
    <item>
      <title>Re: Updated VS template tutorial</title>
      <link>https://forums.autodesk.com/t5/net-forum/tutorial-how-to-create-a-visual-studio-template/m-p/11720104#M12379</link>
      <description>&lt;P&gt;What do you mean, "all of a sudden"? What changes did you make since the last time you debugged the solution? If you rebuild the solution, do you get any compile errors? or failures listed in the Output window?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;P.S., you should have started a new thread. Your question doesn't have anything to do with this thread. I've asked the moderator to move these posts to a new thread. Keep an eye out.&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2023 22:20:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/tutorial-how-to-create-a-visual-studio-template/m-p/11720104#M12379</guid>
      <dc:creator>Ed__Jobe</dc:creator>
      <dc:date>2023-01-31T22:20:38Z</dc:date>
    </item>
    <item>
      <title>Re: Updated VS template tutorial</title>
      <link>https://forums.autodesk.com/t5/net-forum/tutorial-how-to-create-a-visual-studio-template/m-p/11720774#M12380</link>
      <description>&lt;P&gt;Good question. I made plenty of changes to the code of the current project. But now, any project I used the template for will not allow AutoCad to stay loaded. It always crashes with that error. Even new projects. I have not made any changes to the Template I created. I was wondering if anyone has seen that error before, and knows how to fix it. I thought it might be something about administer privilege's, but I don't think that's the issue.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Feb 2023 06:40:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/tutorial-how-to-create-a-visual-studio-template/m-p/11720774#M12380</guid>
      <dc:creator>Yehoshua18</dc:creator>
      <dc:date>2023-02-01T06:40:24Z</dc:date>
    </item>
    <item>
      <title>Re: Updated VS template tutorial</title>
      <link>https://forums.autodesk.com/t5/net-forum/tutorial-how-to-create-a-visual-studio-template/m-p/11721676#M12381</link>
      <description>&lt;P&gt;What steps are you taking to start debugging? Can you build the project and simply netload it?&lt;/P&gt;</description>
      <pubDate>Wed, 01 Feb 2023 14:48:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/tutorial-how-to-create-a-visual-studio-template/m-p/11721676#M12381</guid>
      <dc:creator>Ed__Jobe</dc:creator>
      <dc:date>2023-02-01T14:48:42Z</dc:date>
    </item>
  </channel>
</rss>

