<?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: Creating apprentice application - Inventor not installed in Inventor Programming Forum</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-forum/creating-apprentice-application-inventor-not-installed/m-p/8044093#M88269</link>
    <description>&lt;P&gt;I have Inventor view installed but it's version 2019. My Addin interop version is 2014. Could this be the problem?&lt;/P&gt;</description>
    <pubDate>Mon, 04 Jun 2018 05:28:38 GMT</pubDate>
    <dc:creator>Jef_E</dc:creator>
    <dc:date>2018-06-04T05:28:38Z</dc:date>
    <item>
      <title>Creating apprentice application - Inventor not installed</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/creating-apprentice-application-inventor-not-installed/m-p/8040397#M88267</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have been challenged to create a simple application for editing some specific iProperties. I made this application on my Desktop and everything runs smooth. Now I would like to run the application on a desktop that does not have Inventor installed.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;From the research I did, it seemed possible, but now I am not so sure as I am getting a error on this sub.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Public Sub New()

    ' This call is required by the designer.
    InitializeComponent()

    ' Setup a new apprentice server component
    ApprenticeServer = New ApprenticeServerComponent

End Sub&lt;/PRE&gt;&lt;P&gt;Well thats a bummer. Are there specific requirements for running apprentice on a desktop that don't have Iventor Installed?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I do have Inventor view 2019 Installed and the source was written on a 2014 Interop version.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Quote:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.autodesk.com/view/INVNTOR/2018/ENU/?guid=GUID-F2A12822-98DE-4638-B1C7-6BEEF821D50A" target="_blank"&gt;Another feature of Apprentice is the cost. Apprentice is freely available and is distributed as part of Design Tracking, which is available for download from the Autodesk website. Much of Design Tracking actually uses Apprentice.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jun 2018 08:41:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/creating-apprentice-application-inventor-not-installed/m-p/8040397#M88267</guid>
      <dc:creator>Jef_E</dc:creator>
      <dc:date>2018-06-01T08:41:02Z</dc:date>
    </item>
    <item>
      <title>Re: Creating apprentice application - Inventor not installed</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/creating-apprentice-application-inventor-not-installed/m-p/8041850#M88268</link>
      <description>You need inventorview this is freeware. Than apprentice is installed too</description>
      <pubDate>Fri, 01 Jun 2018 19:14:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/creating-apprentice-application-inventor-not-installed/m-p/8041850#M88268</guid>
      <dc:creator>bradeneuropeArthur</dc:creator>
      <dc:date>2018-06-01T19:14:42Z</dc:date>
    </item>
    <item>
      <title>Re: Creating apprentice application - Inventor not installed</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/creating-apprentice-application-inventor-not-installed/m-p/8044093#M88269</link>
      <description>&lt;P&gt;I have Inventor view installed but it's version 2019. My Addin interop version is 2014. Could this be the problem?&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jun 2018 05:28:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/creating-apprentice-application-inventor-not-installed/m-p/8044093#M88269</guid>
      <dc:creator>Jef_E</dc:creator>
      <dc:date>2018-06-04T05:28:38Z</dc:date>
    </item>
    <item>
      <title>Re: Creating apprentice application - Inventor not installed</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/creating-apprentice-application-inventor-not-installed/m-p/8044219#M88270</link>
      <description>Why don't you copy the Autodesk interop dll with your application?&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Jun 2018 07:23:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/creating-apprentice-application-inventor-not-installed/m-p/8044219#M88270</guid>
      <dc:creator>bradeneuropeArthur</dc:creator>
      <dc:date>2018-06-04T07:23:48Z</dc:date>
    </item>
    <item>
      <title>Re: Creating apprentice application - Inventor not installed</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/creating-apprentice-application-inventor-not-installed/m-p/8044241#M88271</link>
      <description>&lt;P&gt;Same error,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;System.Runtime.InteropServices.COMException
  HResult=0x80040154
  Message=Retrieving the COM class factory for component with CLSID {C343ED84-A129-11D3-B799-0060B0F159EF} failed due to the following error: 80040154 Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)).
  Source=EllimetalXpress
  StackTrace:
   at EllimetalXpress.Xpress..ctor() in T:\ALGEMEEN\jeee\xpress\EllimetalXpress\Xpress.vb:line 29&lt;/PRE&gt;</description>
      <pubDate>Mon, 04 Jun 2018 07:36:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/creating-apprentice-application-inventor-not-installed/m-p/8044241#M88271</guid>
      <dc:creator>Jef_E</dc:creator>
      <dc:date>2018-06-04T07:36:41Z</dc:date>
    </item>
    <item>
      <title>Re: Creating apprentice application - Inventor not installed</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/creating-apprentice-application-inventor-not-installed/m-p/8044243#M88272</link>
      <description>try to compile your application with framework 4.7, since this is needed for inventor 2019.</description>
      <pubDate>Mon, 04 Jun 2018 07:39:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/creating-apprentice-application-inventor-not-installed/m-p/8044243#M88272</guid>
      <dc:creator>bradeneuropeArthur</dc:creator>
      <dc:date>2018-06-04T07:39:30Z</dc:date>
    </item>
    <item>
      <title>Re: Creating apprentice application - Inventor not installed</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/creating-apprentice-application-inventor-not-installed/m-p/8044296#M88273</link>
      <description>&lt;P&gt;Still the same error.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jun 2018 08:19:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/creating-apprentice-application-inventor-not-installed/m-p/8044296#M88273</guid>
      <dc:creator>Jef_E</dc:creator>
      <dc:date>2018-06-04T08:19:34Z</dc:date>
    </item>
    <item>
      <title>Re: Creating apprentice application - Inventor not installed</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/creating-apprentice-application-inventor-not-installed/m-p/8044298#M88274</link>
      <description>could you provide the code..</description>
      <pubDate>Mon, 04 Jun 2018 08:23:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/creating-apprentice-application-inventor-not-installed/m-p/8044298#M88274</guid>
      <dc:creator>bradeneuropeArthur</dc:creator>
      <dc:date>2018-06-04T08:23:06Z</dc:date>
    </item>
    <item>
      <title>Re: Creating apprentice application - Inventor not installed</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/creating-apprentice-application-inventor-not-installed/m-p/8044341#M88275</link>
      <description>&lt;PRE&gt;Imports Inventor

Public Class Xpress

    Private m_apprentice As ApprenticeServerComponent

    Public Sub New()

        ' This call is required by the designer.
        InitializeComponent()

        &lt;FONT color="#FF0000"&gt;m_apprentice = New ApprenticeServerComponent&lt;/FONT&gt;

    End Sub

End Class&lt;/PRE&gt;&lt;P&gt;Red line is the error line...&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jun 2018 08:44:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/creating-apprentice-application-inventor-not-installed/m-p/8044341#M88275</guid>
      <dc:creator>Jef_E</dc:creator>
      <dc:date>2018-06-04T08:44:47Z</dc:date>
    </item>
    <item>
      <title>Re: Creating apprentice application - Inventor not installed</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/creating-apprentice-application-inventor-not-installed/m-p/8044360#M88276</link>
      <description>&lt;P&gt;Have you really installed "&lt;A href="https://www.autodesk.com/viewers/all-viewers" target="_blank"&gt;https://www.autodesk.com/viewers/all-viewers&lt;/A&gt;"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://usa.autodesk.com/adsk/servlet/pc/index?id=10535296&amp;amp;siteID=123112" target="_blank"&gt;http://usa.autodesk.com/adsk/servlet/pc/index?id=10535296&amp;amp;siteID=123112&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jun 2018 08:59:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/creating-apprentice-application-inventor-not-installed/m-p/8044360#M88276</guid>
      <dc:creator>bradeneuropeArthur</dc:creator>
      <dc:date>2018-06-04T08:59:27Z</dc:date>
    </item>
    <item>
      <title>Re: Creating apprentice application - Inventor not installed</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/creating-apprentice-application-inventor-not-installed/m-p/8044376#M88277</link>
      <description>&lt;P&gt;Yes I have! even deleted it and installed it again. Will try at home I am sensing some permission issues..&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jun 2018 09:09:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/creating-apprentice-application-inventor-not-installed/m-p/8044376#M88277</guid>
      <dc:creator>Jef_E</dc:creator>
      <dc:date>2018-06-04T09:09:33Z</dc:date>
    </item>
    <item>
      <title>Re: Creating apprentice application - Inventor not installed</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/creating-apprentice-application-inventor-not-installed/m-p/8329527#M88278</link>
      <description>&lt;P&gt;Hello Jef,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I encountered same problem and solved it just now.&lt;/P&gt;&lt;P&gt;See follows,&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.autodesk.com/t5/inventor-customization/i-cannot-use-the-latest-apprenticeserver/td-p/8326821" target="_blank"&gt;https://forums.autodesk.com/t5/inventor-customization/i-cannot-use-the-latest-apprenticeserver/td-p/8326821&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.autodesk.com/t5/inventor-customization/apprenticeservercomponent-open-inventor-2019-files-and-windows/td-p/8000063" target="_blank"&gt;https://forums.autodesk.com/t5/inventor-customization/apprenticeservercomponent-open-inventor-2019-files-and-windows/td-p/8000063&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Oct 2018 05:12:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/creating-apprentice-application-inventor-not-installed/m-p/8329527#M88278</guid>
      <dc:creator>HideoYamada</dc:creator>
      <dc:date>2018-10-12T05:12:04Z</dc:date>
    </item>
  </channel>
</rss>

