<?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 Sample code for Inventor Add in DLL for VB .NET in Inventor Programming Forum</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-forum/sample-code-for-inventor-add-in-dll-for-vb-net/m-p/6268315#M110693</link>
    <description>&lt;P&gt;I tried the My first plug in program of Inventor. That contains VB .NET program which creates a standalone EXE. This program worked very fine.&lt;/P&gt;&lt;P&gt;Where can I find similar program on how to develop VB .NET Add-in DLL and also explain how to launch it inside Inventor (similar to NETLOAD and &amp;lt;CommandName&amp;gt; in AutoCAD 2012)?&lt;/P&gt;&lt;P&gt;I am using Autodesk Inventor 2014 Professional and Visual Studio 2012&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;PV Subramanian&lt;/P&gt;</description>
    <pubDate>Wed, 13 Apr 2016 13:48:19 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-04-13T13:48:19Z</dc:date>
    <item>
      <title>Sample code for Inventor Add in DLL for VB .NET</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/sample-code-for-inventor-add-in-dll-for-vb-net/m-p/6268315#M110693</link>
      <description>&lt;P&gt;I tried the My first plug in program of Inventor. That contains VB .NET program which creates a standalone EXE. This program worked very fine.&lt;/P&gt;&lt;P&gt;Where can I find similar program on how to develop VB .NET Add-in DLL and also explain how to launch it inside Inventor (similar to NETLOAD and &amp;lt;CommandName&amp;gt; in AutoCAD 2012)?&lt;/P&gt;&lt;P&gt;I am using Autodesk Inventor 2014 Professional and Visual Studio 2012&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;PV Subramanian&lt;/P&gt;</description>
      <pubDate>Wed, 13 Apr 2016 13:48:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/sample-code-for-inventor-add-in-dll-for-vb-net/m-p/6268315#M110693</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-13T13:48:19Z</dc:date>
    </item>
    <item>
      <title>Re: Sample code for Inventor Add in DLL for VB .NET</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/sample-code-for-inventor-add-in-dll-for-vb-net/m-p/6268888#M110694</link>
      <description>&lt;P&gt;Hi, I'm not realy sure if there is an official "walk-throught" for whole creation of an Add-In.&lt;/P&gt;&lt;P&gt;But over time I have created my own template for it, including Ribbon buttons and some basic events.&lt;/P&gt;&lt;P&gt;You can find it in attachment.&amp;nbsp;Extract it, run the&amp;nbsp;_New Inventor Addin.bat, write in &lt;STRONG&gt;NewProjectName&lt;/STRONG&gt; and it'll rename all needed parts&amp;nbsp;of&amp;nbsp;the code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I've made this template for my use, as the program I'm ussing (SharpDevelop) doesn't have clasic templates and I find this easier.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Apr 2016 17:02:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/sample-code-for-inventor-add-in-dll-for-vb-net/m-p/6268888#M110694</guid>
      <dc:creator>Owner2229</dc:creator>
      <dc:date>2016-04-13T17:02:45Z</dc:date>
    </item>
    <item>
      <title>Re: Sample code for Inventor Add in DLL for VB .NET</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/sample-code-for-inventor-add-in-dll-for-vb-net/m-p/6268978#M110695</link>
      <description>&lt;P&gt;I found this pdf which seems to be from Autodesk University some years ago. I haven't gotten too far into it yet but it helped me sucessfully get addin templates working in VS 2012.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://modthemachine.typepad.com/files/VBAtoAddIn.pdf" target="_blank"&gt;http://modthemachine.typepad.com/files/VBAtoAddIn.pdf&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Apr 2016 17:27:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/sample-code-for-inventor-add-in-dll-for-vb-net/m-p/6268978#M110695</guid>
      <dc:creator>pball</dc:creator>
      <dc:date>2016-04-13T17:27:47Z</dc:date>
    </item>
    <item>
      <title>Re: Sample code for Inventor Add in DLL for VB .NET</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/sample-code-for-inventor-add-in-dll-for-vb-net/m-p/6269962#M110696</link>
      <description>&lt;P&gt;Even I read that PDF and tried the solution provided in that. I got compilation errors. I have attached the VS 2012 error as a snapshot.&lt;/P&gt;&lt;P&gt;In VS 2012 I got the following 2 errors&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Error&amp;nbsp;1&amp;nbsp;End of statement expected.&lt;/P&gt;&lt;P&gt;D:\DesignAutomation\AutodeskInventor_CodeDevelopment\InventorFirstSampleProgram\InventorFirstSampleProgram\InventorFirstSampleProgram.vb&amp;nbsp;10&amp;nbsp;38&amp;nbsp;InventorFirstSampleProgram&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;in Line&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;Public&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Consolas" size="2"&gt;Class&lt;/FONT&gt; &lt;FONT color="#2b91af" face="Consolas" size="2"&gt;StandardAddInServer&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt; Implements Inventor.ApplicationAddInServer&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;Another compilation error &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;Error&amp;nbsp;2&amp;nbsp;Interface 'Inventor.ApplicationAddInServer' is not implemented by this class.&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;D:\DesignAutomation\AutodeskInventor_CodeDevelopment\InventorFirstSampleProgram\InventorFirstSampleProgram\InventorFirstSampleProgram.vb&amp;nbsp;37&amp;nbsp;124&amp;nbsp;InventorFirstSampleProgram&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;in Line&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;Public&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Consolas" size="2"&gt;Sub&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt; Activate(&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;ByVal&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt; addInSiteObject &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;As&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt; Inventor.&lt;/FONT&gt;&lt;FONT color="#2b91af" face="Consolas" size="2"&gt;ApplicationAddInSite&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;, &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;ByVal&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt; firstTime &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;As&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Consolas" size="2"&gt;Boolean&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;) &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;Implements&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt; Inventor.&lt;/FONT&gt;&lt;FONT color="#2b91af" face="Consolas" size="2"&gt;ApplicationAddInServer&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;.Activate&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2016 04:14:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/sample-code-for-inventor-add-in-dll-for-vb-net/m-p/6269962#M110696</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-14T04:14:28Z</dc:date>
    </item>
    <item>
      <title>Re: Sample code for Inventor Add in DLL for VB .NET</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/sample-code-for-inventor-add-in-dll-for-vb-net/m-p/6269968#M110697</link>
      <description>&lt;P&gt;Thanks for your templates. Your batch file worked like a charm.&lt;/P&gt;&lt;P&gt;When I built the project using VS Professional 2012 got few errors&lt;/P&gt;&lt;P&gt;All the errors are related to m_AppEvents is not declared. I have attached the project that was created my running your batch file, as a zip file. The zip file includes a snapshot (jpeg image) of the error message from Visual Studio 2012.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please let me know how to fix these errors?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Error&amp;nbsp;10&amp;nbsp;'m_AppEvents' is not declared. It may be inaccessible due to its protection level.&amp;nbsp;D:\DesignAutomation\AutodeskInventor_CodeDevelopment\InventorSampleProg\ClassModules\StandardAddInServer.vb&amp;nbsp;38&amp;nbsp;15&amp;nbsp;InventorSampleProg&amp;nbsp;&lt;/P&gt;&lt;P&gt;Error&amp;nbsp;11&amp;nbsp;'m_AppEvents' is not declared. It may be inaccessible due to its protection level.&amp;nbsp;D:\DesignAutomation\AutodeskInventor_CodeDevelopment\InventorSampleProg\ClassModules\StandardAddInServer.vb&amp;nbsp;39&amp;nbsp;15&amp;nbsp;InventorSampleProg&lt;/P&gt;&lt;P&gt;Error&amp;nbsp;12&amp;nbsp;'m_AppEvents' is not declared. It may be inaccessible due to its protection level.&amp;nbsp;D:\DesignAutomation\AutodeskInventor_CodeDevelopment\InventorSampleProg\ClassModules\StandardAddInServer.vb&amp;nbsp;40&amp;nbsp;15&amp;nbsp;InventorSampleProg&lt;/P&gt;&lt;P&gt;Error&amp;nbsp;13&amp;nbsp;'AddresOf' is not declared. It may be inaccessible due to its protection level.&amp;nbsp;D:\DesignAutomation\AutodeskInventor_CodeDevelopment\InventorSampleProg\ClassModules\StandardAddInServer.vb&amp;nbsp;40&amp;nbsp;42&amp;nbsp;InventorSampleProg&lt;/P&gt;&lt;P&gt;Error&amp;nbsp;14&amp;nbsp;End of statement expected.&amp;nbsp;D:\DesignAutomation\AutodeskInventor_CodeDevelopment\InventorSampleProg\ClassModules\StandardAddInServer.vb&amp;nbsp;40&amp;nbsp;51&amp;nbsp;InventorSampleProg&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, 14 Apr 2016 04:21:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/sample-code-for-inventor-add-in-dll-for-vb-net/m-p/6269968#M110697</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-14T04:21:35Z</dc:date>
    </item>
    <item>
      <title>Re: Sample code for Inventor Add in DLL for VB .NET</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/sample-code-for-inventor-add-in-dll-for-vb-net/m-p/6270002#M110698</link>
      <description>&lt;P&gt;Hi, try it now. There've been some lines missing or broken n the template (probably hapened when I was cleaning it&amp;nbsp;&lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://forums.autodesk.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt; ).&lt;/P&gt;&lt;P&gt;I'm sending you also the corrected template.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2016 05:30:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/sample-code-for-inventor-add-in-dll-for-vb-net/m-p/6270002#M110698</guid>
      <dc:creator>Owner2229</dc:creator>
      <dc:date>2016-04-14T05:30:55Z</dc:date>
    </item>
    <item>
      <title>Re: Sample code for Inventor Add in DLL for VB .NET</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/sample-code-for-inventor-add-in-dll-for-vb-net/m-p/6270070#M110699</link>
      <description>&lt;P&gt;By the way, I am trying to run the Visual Studio 2012 VB .NET code in Autodesk Inventor 2014 Professional&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2016 06:45:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/sample-code-for-inventor-add-in-dll-for-vb-net/m-p/6270070#M110699</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-14T06:45:48Z</dc:date>
    </item>
    <item>
      <title>Re: Sample code for Inventor Add in DLL for VB .NET</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/sample-code-for-inventor-add-in-dll-for-vb-net/m-p/6270168#M110700</link>
      <description>&lt;P&gt;Thanks a lot for the updated template. One last compilation error. I have attached the JPEG.&lt;/P&gt;&lt;P&gt;I am using Visual Studio 2012; I also have Visual Studio 2010. Looks like the VS 2012 is compiling using VS 2010 compiler. Unfortunately there is some issue in accessing the MSDN forum. In case you know a quick fix for this please let me know.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Error&amp;nbsp;1&amp;nbsp;The command "call "C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\Tools\vsvars32.bat" mt.exe -manifest "D:\DesignAutomation\AutodeskInventor_CodeDevelopment\InventorSampleProg\InventorSampleProg.X.manifest" -outputresource:"D:\DesignAutomation\AutodeskInventor_CodeDevelopment\InventorSampleProg\bin\InventorSampleProg.dll";#2&lt;BR /&gt;copy D:\DesignAutomation\AutodeskInventor_CodeDevelopment\InventorSampleProg\bin\InventorSampleProg.dll "C:\Program Files\Autodesk\ApplicationPlugins\"&lt;BR /&gt;copy D:\DesignAutomation\AutodeskInventor_CodeDevelopment\InventorSampleProg\bin\SVOS.InventorSampleProg.Inventor.addin "C:\ProgramData\Autodesk\Inventor Addins\"" exited with code 1.&amp;nbsp;InventorSampleProg&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2016 08:07:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/sample-code-for-inventor-add-in-dll-for-vb-net/m-p/6270168#M110700</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-14T08:07:13Z</dc:date>
    </item>
    <item>
      <title>Re: Sample code for Inventor Add in DLL for VB .NET</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/sample-code-for-inventor-add-in-dll-for-vb-net/m-p/6270180#M110701</link>
      <description>&lt;P&gt;I tried using Visual Studio 2010 Express and the same compilation error. Please find attached the image of the error&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The error message is&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Error&amp;nbsp;1&amp;nbsp;The command "call "C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\Tools\vsvars32.bat" mt.exe -manifest "D:\DesignAutomation\AutodeskInventor_CodeDevelopment\InventorSampleProg\InventorSampleProg.X.manifest" -outputresource:"D:\DesignAutomation\AutodeskInventor_CodeDevelopment\InventorSampleProg\bin\InventorSampleProg.dll";#2&lt;BR /&gt;copy D:\DesignAutomation\AutodeskInventor_CodeDevelopment\InventorSampleProg\bin\InventorSampleProg.dll "C:\Program Files\Autodesk\ApplicationPlugins\"&lt;BR /&gt;copy D:\DesignAutomation\AutodeskInventor_CodeDevelopment\InventorSampleProg\bin\SVOS.InventorSampleProg.Inventor.addin "C:\ProgramData\Autodesk\Inventor Addins\"" exited with code 1.&amp;nbsp;InventorSampleProg&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2016 08:14:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/sample-code-for-inventor-add-in-dll-for-vb-net/m-p/6270180#M110701</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-14T08:14:17Z</dc:date>
    </item>
    <item>
      <title>Re: Sample code for Inventor Add in DLL for VB .NET</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/sample-code-for-inventor-add-in-dll-for-vb-net/m-p/6270182#M110702</link>
      <description>&lt;P&gt;The error is generated because the file probably doesnt exist at this location? Please check.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;call "C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\Tools\vsvars32.bat" mt.exe -manifest "$(ProjectDir)$(AssemblyName).X.manifest" -outputresource:"$(TargetPath)";#2&lt;/PRE&gt;</description>
      <pubDate>Thu, 14 Apr 2016 08:15:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/sample-code-for-inventor-add-in-dll-for-vb-net/m-p/6270182#M110702</guid>
      <dc:creator>Jef_E</dc:creator>
      <dc:date>2016-04-14T08:15:11Z</dc:date>
    </item>
    <item>
      <title>Re: Sample code for Inventor Add in DLL for VB .NET</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/sample-code-for-inventor-add-in-dll-for-vb-net/m-p/6270981#M110703</link>
      <description>&lt;P&gt;Yes. You are right . C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\Tools\vsvars32.bat is missing.&lt;/P&gt;&lt;P&gt;Can you please tell me how to fix this? I think this&amp;nbsp;was part of the template provided by&lt;/P&gt;&lt;DIV class="username_area"&gt;&lt;A href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3072914" target="_self"&gt;&lt;SPAN&gt;Owner2229&lt;/SPAN&gt;&lt;/A&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;THanks&lt;/P&gt;&lt;P&gt;PV Subramanian&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2016 14:42:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/sample-code-for-inventor-add-in-dll-for-vb-net/m-p/6270981#M110703</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-14T14:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: Sample code for Inventor Add in DLL for VB .NET</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/sample-code-for-inventor-add-in-dll-for-vb-net/m-p/6271513#M110704</link>
      <description>&lt;P&gt;The Sample Invetor Add in program worked.&lt;/P&gt;&lt;P&gt;The attached zip file contains a working Inventor Add-in sample program. I have also attached a image showing that the InventorSampleProg worked successfully. I changed the Message from&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Some cool stuff happenin' here...&lt;/P&gt;&lt;P&gt;to&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Some cool stuff happenin' here... Successfully Launched Inventor Sample Prog&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is what I did&lt;/P&gt;&lt;DIV class="username_area"&gt;I took the modified Template Addin_Template.zip provided by &lt;A href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3072914" target="_self"&gt;&lt;SPAN&gt;Owner2229&lt;/SPAN&gt;&lt;/A&gt;&lt;/DIV&gt;&lt;DIV class="username_area"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="username_area"&gt;I did the following steps&lt;/DIV&gt;&lt;DIV class="username_area"&gt;1) Modified _New Inventor Addin.bat in which the last line was modified : replaced %InputFile4% with %InputFile5%&lt;/DIV&gt;&lt;DIV class="username_area"&gt;2) Ran the _New Inventor Addin.bat&amp;nbsp;and created the InventorSampleProg project/solution&lt;/DIV&gt;&lt;DIV class="username_area"&gt;3) Launched Visual Studio 2012&lt;/DIV&gt;&lt;P&gt;4) Opened the solution InventorSampleProg.sln. There were few Visual Studio pop-up messages (like One Way Upgrade), which I accepted&lt;/P&gt;&lt;P&gt;5) Ensured that the reference Autodesk.Inventor.Interop.dll&amp;nbsp;added correctly (the path)&lt;/P&gt;&lt;P&gt;6) Then opened the Compile tab of the Project Properties by right clicking on the project. Scrolled to the bottom and clicked on the&amp;nbsp;"Build Events" button on the right side&amp;nbsp;&lt;/P&gt;&lt;P&gt;7) Deleted all the lines in "Post-build event command line" and clicked on "OK". This post-build event was causing the error of "Error&amp;nbsp;1&amp;nbsp;The command "call "C:\Program File.........."&lt;/P&gt;&lt;P&gt;8) Successfully ran the "Build Solution" which compiled and created the InventorSampleProg.dll&amp;nbsp;&lt;/P&gt;&lt;P&gt;9) Read the "Getting Started with Inventor's API" by clicking&amp;nbsp;on the Help--&amp;gt;Community&amp;nbsp;Resources--&amp;gt; Programming Help . Created a folder named InventorSampleProg in C:\Users\&amp;lt;UserID&amp;gt;\AppData\Roaming\Autodesk\ApplicationPlugins . In the InventorSampleProg folder I copied the InventorSampleProg.dll and the SVOS.InventorSampleProg.Inventor.addin.&lt;/P&gt;&lt;P&gt;10) Renamed SVOS.InventorSampleProg.Inventor.addin to Autodesk.InventorSampleProg.Inventor.addin&lt;/P&gt;&lt;P&gt;11) Edited the Autodesk.InventorSampleProg.Inventor.addin file. In the &amp;lt;Assembly&amp;gt; tag removed the Folder Location (Path) to InventorSampleProg.dll.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The line should look like this &amp;nbsp;&amp;lt;Assembly&amp;gt;InventorSampleProg.dll&amp;lt;/Assembly&amp;gt;&lt;/P&gt;&lt;P&gt;12) Launched Inventor 2014 Pro&lt;/P&gt;&lt;P&gt;13) Opened an assembly and in the Assemble Tab, saw the InventorSampleProg button with "I" ICON.&lt;/P&gt;&lt;P&gt;14) Clicked on the&amp;nbsp; InventorSampleProg button&amp;nbsp;and got the message " Some cool stuff happenin' here...&amp;nbsp;". Then modified the message, and repeated the process and successfully saw the updated message.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot for Owner2229 for providing the updated / fixed AddIn Templates and for Jef_E pointing out to the possible issue.&lt;/P&gt;&lt;P&gt;PV Subramanian&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2016 18:22:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/sample-code-for-inventor-add-in-dll-for-vb-net/m-p/6271513#M110704</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-14T18:22:21Z</dc:date>
    </item>
    <item>
      <title>Re: Sample code for Inventor Add in DLL for VB .NET</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/sample-code-for-inventor-add-in-dll-for-vb-net/m-p/6283620#M110705</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;It looks Owner2229  and  Jef_E have helped you with the solution. And thank you for sharing the updated samples and steps. I believe other developers can also benefit from this material:)</description>
      <pubDate>Thu, 21 Apr 2016 07:03:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/sample-code-for-inventor-add-in-dll-for-vb-net/m-p/6283620#M110705</guid>
      <dc:creator>xiaodong_liang</dc:creator>
      <dc:date>2016-04-21T07:03:26Z</dc:date>
    </item>
  </channel>
</rss>

