<?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: FORM - AUTO OPEN in Inventor Programming Forum</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-forum/form-auto-open/m-p/3594740#M134879</link>
    <description>&lt;P&gt;Agreed, there may be a better solution, but that's how I'd do it too &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 24 Aug 2012 15:59:26 GMT</pubDate>
    <dc:creator>jdkriek</dc:creator>
    <dc:date>2012-08-24T15:59:26Z</dc:date>
    <item>
      <title>FORM - AUTO OPEN</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/form-auto-open/m-p/3591778#M134876</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible to have iLogic form automatically open, when iLogic part/assembly opens?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;</description>
      <pubDate>Wed, 22 Aug 2012 21:18:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/form-auto-open/m-p/3591778#M134876</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-08-22T21:18:56Z</dc:date>
    </item>
    <item>
      <title>Re: FORM - AUTO OPEN</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/form-auto-open/m-p/3592078#M134877</link>
      <description>&lt;P&gt;I'm not sure if there is an easier way to do this, but you could always create a new ilogic rule, and use the code snippet for form opening --&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;iLogicForm&lt;/SPAN&gt;.&lt;SPAN&gt;Show&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;Form 1&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then go to Manage -&amp;gt; Event Triggers, and add that newly created rule to the After Open selection.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's not elegant, but I haven't had much of a chance to really dig into the forms too much so there might be a way more obviously easy way of doing this...&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Aug 2012 03:35:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/form-auto-open/m-p/3592078#M134877</guid>
      <dc:creator>MegaJerk</dc:creator>
      <dc:date>2012-08-23T03:35:37Z</dc:date>
    </item>
    <item>
      <title>Re: FORM - AUTO OPEN</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/form-auto-open/m-p/3594488#M134878</link>
      <description>Excellent, thanks!</description>
      <pubDate>Fri, 24 Aug 2012 14:12:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/form-auto-open/m-p/3594488#M134878</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-08-24T14:12:41Z</dc:date>
    </item>
    <item>
      <title>Re: FORM - AUTO OPEN</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/form-auto-open/m-p/3594740#M134879</link>
      <description>&lt;P&gt;Agreed, there may be a better solution, but that's how I'd do it too &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Aug 2012 15:59:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/form-auto-open/m-p/3594740#M134879</guid>
      <dc:creator>jdkriek</dc:creator>
      <dc:date>2012-08-24T15:59:26Z</dc:date>
    </item>
    <item>
      <title>Re: FORM - AUTO OPEN</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/form-auto-open/m-p/5024578#M134880</link>
      <description>&lt;P&gt;I've tried to do that in 2015 and set the ilogic rule to open my form on "new". The form will not open and get dirty. It works nicely when i run the rules, also the open form ilogic, but as soom as i use the template with the rule to open the form the form gets unusable..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's the code :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;iLogicForm&lt;/SPAN&gt;.&lt;SPAN&gt;Show&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;Select Company&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;Here's the ilogic error :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;iLogic Event-Driven Rule&lt;/P&gt;&lt;P&gt;Unspecified error (Exception from HRESULT: 0x80004005 (E_FAIL))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's the NET error message :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See the end of this message for details on invoking&lt;BR /&gt;just-in-time (JIT) debugging instead of this dialog box.&lt;/P&gt;&lt;P&gt;************** Exception Text **************&lt;BR /&gt;System.Runtime.InteropServices.COMException (0x80004005): Unspecified error (Exception from HRESULT: 0x80004005 (E_FAIL))&lt;BR /&gt;at System.RuntimeType.ForwardCallToInvokeMember(String memberName, BindingFlags flags, Object target, Int32[] aWrapperTypes, MessageData&amp;amp; msgData)&lt;BR /&gt;at Inventor._DocumentClass.get_RevisionId()&lt;BR /&gt;at iLogic.UiBuilderConnect.NonModalEventsManager..ctor(InventorDocumentConnector documentConnector, DynamicForm form, Boolean hasPropertyControls)&lt;BR /&gt;at iLogic.UiBuilderConnect.InventorDocumentConnector.ShowForm(FormSpecification formSpec, UiStorage storage)&lt;BR /&gt;at DevExpress.XtraEditors.BaseButton.OnMouseUp(MouseEventArgs e)&lt;BR /&gt;at System.Windows.Forms.Control.WmMouseUp(Message&amp;amp; m, MouseButtons button, Int32 clicks)&lt;BR /&gt;at System.Windows.Forms.Control.WndProc(Message&amp;amp; m)&lt;BR /&gt;at DevExpress.Utils.Controls.ControlBase.WndProc(Message&amp;amp; m)&lt;BR /&gt;at DevExpress.XtraEditors.BaseControl.WndProc(Message&amp;amp; msg)&lt;BR /&gt;at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;************** Loaded Assemblies **************&lt;BR /&gt;mscorlib&lt;BR /&gt;Assembly Version: 4.0.0.0&lt;BR /&gt;Win32 Version: 4.0.30319.18444 built by: FX451RTMGDR&lt;BR /&gt;CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;WpfHost&lt;BR /&gt;Assembly Version: 0.0.0.0&lt;BR /&gt;Win32 Version: 19, 0, 15900, 0000&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202015/Bin/WpfHost.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;System&lt;BR /&gt;Assembly Version: 4.0.0.0&lt;BR /&gt;Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL&lt;BR /&gt;CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;InvAIRLookContent&lt;BR /&gt;Assembly Version: 19.0.15900.0&lt;BR /&gt;Win32 Version: 19.0.15900.0000&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202015/Bin/InvAIRLookContent.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;System.Core&lt;BR /&gt;Assembly Version: 4.0.0.0&lt;BR /&gt;Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL&lt;BR /&gt;CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;PresentationFramework&lt;BR /&gt;Assembly Version: 4.0.0.0&lt;BR /&gt;Win32 Version: 4.0.30319.18408&lt;BR /&gt;CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework/v4.0_4.0.0.0__31bf3856ad364e35/PresentationFramework.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;WindowsBase&lt;BR /&gt;Assembly Version: 4.0.0.0&lt;BR /&gt;Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL&lt;BR /&gt;CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/WindowsBase/v4.0_4.0.0.0__31bf3856ad364e35/WindowsBase.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;PresentationCore&lt;BR /&gt;Assembly Version: 4.0.0.0&lt;BR /&gt;Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL&lt;BR /&gt;CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_64/PresentationCore/v4.0_4.0.0.0__31bf3856ad364e35/PresentationCore.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;System.Xaml&lt;BR /&gt;Assembly Version: 4.0.0.0&lt;BR /&gt;Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL&lt;BR /&gt;CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xaml/v4.0_4.0.0.0__b77a5c561934e089/System.Xaml.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;WpfAppPage&lt;BR /&gt;Assembly Version: 19.0.15900.0&lt;BR /&gt;Win32 Version: 19.0.15900.0000&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202015/Bin/WpfAppPage.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;InvAIRLookResources&lt;BR /&gt;Assembly Version: 19.0.15900.0&lt;BR /&gt;Win32 Version: 19.0.15900.0000&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202015/Bin/InvAIRLookResources.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;FlowRibbon&lt;BR /&gt;Assembly Version: 19.0.15900.0&lt;BR /&gt;Win32 Version: 19.0.15900.0000&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202015/Bin/FlowRibbon.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;AdWindows&lt;BR /&gt;Assembly Version: 5.2.8.100&lt;BR /&gt;Win32 Version: 5.2.8.100&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202015/Bin/AdWindows.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;InvRibbonUIResources&lt;BR /&gt;Assembly Version: 19.0.15900.0&lt;BR /&gt;Win32 Version: 19.0.15900.0000&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202015/Bin/InvRibbonUIResources.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;System.Xml&lt;BR /&gt;Assembly Version: 4.0.0.0&lt;BR /&gt;Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL&lt;BR /&gt;CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;InvAIRLookContent.resources&lt;BR /&gt;Assembly Version: 19.0.15900.0&lt;BR /&gt;Win32 Version: 19.0.15900.0000&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202015/Bin/en-US/InvAIRLookContent.resources.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;InvAIRLookColorImages&lt;BR /&gt;Assembly Version: 19.0.15900.0&lt;BR /&gt;Win32 Version: 19.0.15900.0000&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202015/Bin/InvAIRLookColorImages.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;System.Configuration&lt;BR /&gt;Assembly Version: 4.0.0.0&lt;BR /&gt;Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL&lt;BR /&gt;CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;InvRibbonUIResources.resources&lt;BR /&gt;Assembly Version: 19.0.15900.0&lt;BR /&gt;Win32 Version: 19.0.15900.0000&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202015/Bin/en-US/InvRibbonUIResources.resources.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;WpfAppPage.resources&lt;BR /&gt;Assembly Version: 19.0.15900.0&lt;BR /&gt;Win32 Version: 19.0.15900.0000&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202015/Bin/en-US/WpfAppPage.resources.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;PresentationFramework.Aero&lt;BR /&gt;Assembly Version: 4.0.0.0&lt;BR /&gt;Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL&lt;BR /&gt;CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework.Aero/v4.0_4.0.0.0__31bf3856ad364e35/PresentationFramework.Aero.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;AdApplicationFrame&lt;BR /&gt;Assembly Version: 0.0.0.0&lt;BR /&gt;Win32 Version: 5.2.8.100&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202015/Bin/AdApplicationFrame.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;PresentationFramework-SystemCore&lt;BR /&gt;Assembly Version: 4.0.0.0&lt;BR /&gt;Win32 Version: 4.0.30319.18408&lt;BR /&gt;CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework-SystemCore/v4.0_4.0.0.0__b77a5c561934e089/PresentationFramework-SystemCore.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Microsoft.Expression.Interactions&lt;BR /&gt;Assembly Version: 4.5.0.0&lt;BR /&gt;Win32 Version: 3.0.40218.0&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202015/Bin/Microsoft.Expression.Interactions.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;WindowsFormsIntegration&lt;BR /&gt;Assembly Version: 4.0.0.0&lt;BR /&gt;Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL&lt;BR /&gt;CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/WindowsFormsIntegration/v4.0_4.0.0.0__31bf3856ad364e35/WindowsFormsIntegration.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;ManagedMC3&lt;BR /&gt;Assembly Version: 8.2.0.0&lt;BR /&gt;Win32 Version: 8.2.0.0&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202015/Bin/ManagedMC3.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;System.Windows.Forms&lt;BR /&gt;Assembly Version: 4.0.0.0&lt;BR /&gt;Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL&lt;BR /&gt;CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;System.Drawing&lt;BR /&gt;Assembly Version: 4.0.0.0&lt;BR /&gt;Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL&lt;BR /&gt;CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;PresentationFramework-SystemXml&lt;BR /&gt;Assembly Version: 4.0.0.0&lt;BR /&gt;Win32 Version: 4.0.30319.18408&lt;BR /&gt;CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework-SystemXml/v4.0_4.0.0.0__b77a5c561934e089/PresentationFramework-SystemXml.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;InvTutorial&lt;BR /&gt;Assembly Version: 19.0.15900.0&lt;BR /&gt;Win32 Version: 19.0.15900.0000&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202015/Bin/InvTutorial.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;ClrAddinLoader&lt;BR /&gt;Assembly Version: 0.0.0.0&lt;BR /&gt;Win32 Version: 19, 0, 15900, 0000&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202015/Bin/ClrAddinLoader.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Naviate.Pos&lt;BR /&gt;Assembly Version: 2014.2.9.0&lt;BR /&gt;Win32 Version: 2014.2.9&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/CAD-Q/Naviate/Manufacturing%202014/Naviate.Pos.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Naviate.ConfiguratorData&lt;BR /&gt;Assembly Version: 2014.2.9.0&lt;BR /&gt;Win32 Version: 2014.2.9&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/CAD-Q/Naviate/Manufacturing%202014/Naviate.ConfiguratorData.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;InventorUtils&lt;BR /&gt;Assembly Version: 2014.2.9.0&lt;BR /&gt;Win32 Version: 2014.2.9&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/CAD-Q/Naviate/Manufacturing%202014/InventorUtils.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Autodesk.Inventor.Interop&lt;BR /&gt;Assembly Version: 17.0.0.0&lt;BR /&gt;Win32 Version: 17.0.0.0&lt;BR /&gt;CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Autodesk.Inventor.Interop/v4.0_17.0.0.0__d84147f8b4276564/Autodesk.Inventor.Interop.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Microsoft.VisualBasic&lt;BR /&gt;Assembly Version: 10.0.0.0&lt;BR /&gt;Win32 Version: 11.0.50938.18408 built by: FX451RTMGREL&lt;BR /&gt;CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualBasic/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;NVLicensing&lt;BR /&gt;Assembly Version: 2014.2.1.5879&lt;BR /&gt;Win32 Version: 2014.2.9&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/CAD-Q/Naviate/Manufacturing%202014/Naviate.Pos.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;{c898180a-1dd0-4330-983c-7f5cb3dfb18a}&lt;BR /&gt;Assembly Version: 0.0.0.0&lt;BR /&gt;Win32 Version: 2014.2.9&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/CAD-Q/Naviate/Manufacturing%202014/Naviate.Pos.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;System.Management&lt;BR /&gt;Assembly Version: 4.0.0.0&lt;BR /&gt;Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL&lt;BR /&gt;CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Management/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Management.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;System.Web&lt;BR /&gt;Assembly Version: 4.0.0.0&lt;BR /&gt;Win32 Version: 4.0.30319.18446 built by: FX451RTMGDR&lt;BR /&gt;CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_64/System.Web/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Web.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Naviate.ERPLookup&lt;BR /&gt;Assembly Version: 2014.2.9.0&lt;BR /&gt;Win32 Version: 2014.2.9&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/CAD-Q/Naviate/Manufacturing%202014/Naviate.ERPLookup.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;ADODB&lt;BR /&gt;Assembly Version: 7.0.3300.0&lt;BR /&gt;Win32 Version: 7.10.6070&lt;BR /&gt;CodeBase: file:///C:/Windows/assembly/GAC/ADODB/7.0.3300.0__b03f5f7f11d50a3a/ADODB.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;CQ.Navigator&lt;BR /&gt;Assembly Version: 2014.2.9.0&lt;BR /&gt;Win32 Version: 2014.2.9&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/CAD-Q/Naviate/Manufacturing%202014/CQ.Navigator.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;ObjectListView&lt;BR /&gt;Assembly Version: 2.5.1.19572&lt;BR /&gt;Win32 Version: 2.5.1.0&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/CAD-Q/Naviate/Manufacturing%202014/ObjectListView.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;edtFTPnet&lt;BR /&gt;Assembly Version: 2.0.1.0&lt;BR /&gt;Win32 Version: 2.0.1.0&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/CAD-Q/Naviate/Manufacturing%202014/edtFTPnet.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Interop.CQ_ODWBundleComponent&lt;BR /&gt;Assembly Version: 1.1.0.0&lt;BR /&gt;Win32 Version: 1.1.0.0&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/CAD-Q/Naviate/Manufacturing%202014/Interop.CQ_ODWBundleComponent.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Ionic.Zip&lt;BR /&gt;Assembly Version: 1.9.1.5&lt;BR /&gt;Win32 Version: 1.9.1.5&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/CAD-Q/Naviate/Manufacturing%202014/Ionic.Zip.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Naviate.AutoDXF&lt;BR /&gt;Assembly Version: 2014.2.9.0&lt;BR /&gt;Win32 Version: 2014.2.9&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/CAD-Q/Naviate/Manufacturing%202014/Naviate.AutoDXF.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Naviate.CenterOfGravity&lt;BR /&gt;Assembly Version: 2014.2.9.0&lt;BR /&gt;Win32 Version: 2014.2.9&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/CAD-Q/Naviate/Manufacturing%202014/Naviate.CenterOfGravity.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Naviate.ConfiguratorControls&lt;BR /&gt;Assembly Version: 2014.2.9.0&lt;BR /&gt;Win32 Version: 2014.2.9&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/CAD-Q/Naviate/Manufacturing%202014/Naviate.ConfiguratorControls.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;System.Configuration.Install&lt;BR /&gt;Assembly Version: 4.0.0.0&lt;BR /&gt;Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL&lt;BR /&gt;CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration.Install/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.Install.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Naviate.DBL&lt;BR /&gt;Assembly Version: 2014.2.9.0&lt;BR /&gt;Win32 Version: 2014.2.9&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/CAD-Q/Naviate/Manufacturing%202014/Naviate.DBL.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Naviate.DCC&lt;BR /&gt;Assembly Version: 2014.2.9.0&lt;BR /&gt;Win32 Version: 2014.2.9&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/CAD-Q/Naviate/Manufacturing%202014/Naviate.DCC.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Naviate.drawRectangle&lt;BR /&gt;Assembly Version: 2014.2.9.0&lt;BR /&gt;Win32 Version: 2014.2.9&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/CAD-Q/Naviate/Manufacturing%202014/Naviate.drawRectangle.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Naviate.DRC&lt;BR /&gt;Assembly Version: 2014.2.9.0&lt;BR /&gt;Win32 Version: 2014.2.9&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/CAD-Q/Naviate/Manufacturing%202014/Naviate.DRC.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Naviate.Export&lt;BR /&gt;Assembly Version: 2014.2.9.0&lt;BR /&gt;Win32 Version: 2014.2.9&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/CAD-Q/Naviate/Manufacturing%202014/Naviate.Export.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Naviate.FWO&lt;BR /&gt;Assembly Version: 2014.2.9.0&lt;BR /&gt;Win32 Version: 2014.2.9&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/CAD-Q/Naviate/Manufacturing%202014/Naviate.FWO.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Naviate.GroundToOrigin&lt;BR /&gt;Assembly Version: 2014.2.9.0&lt;BR /&gt;Win32 Version: 2014.2.9&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/CAD-Q/Naviate/Manufacturing%202014/Naviate.GroundToOrigin.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Naviate.Help&lt;BR /&gt;Assembly Version: 2014.2.9.0&lt;BR /&gt;Win32 Version: 2014.2.9&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/CAD-Q/Naviate/Manufacturing%202014/Naviate.Help.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Naviate.InventorQuickOpen&lt;BR /&gt;Assembly Version: 2014.2.9.0&lt;BR /&gt;Win32 Version: 2014.2.9&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/CAD-Q/Naviate/Manufacturing%202014/Naviate.InventorQuickOpen.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Naviate.MakeDrawing&lt;BR /&gt;Assembly Version: 2014.2.9.0&lt;BR /&gt;Win32 Version: 2014.2.9&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/CAD-Q/Naviate/Manufacturing%202014/Naviate.MakeDrawing.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Naviate.Navigator&lt;BR /&gt;Assembly Version: 2014.2.9.0&lt;BR /&gt;Win32 Version: 2014.2.9&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/CAD-Q/Naviate/Manufacturing%202014/Naviate.Navigator.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Naviate.Navigator.Settings&lt;BR /&gt;Assembly Version: 2014.2.9.0&lt;BR /&gt;Win32 Version: 2014.2.9&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/CAD-Q/Naviate/Manufacturing%202014/Naviate.Navigator.Settings.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Naviate.numberGenerator&lt;BR /&gt;Assembly Version: 2014.2.9.0&lt;BR /&gt;Win32 Version: 2014.2.9&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/CAD-Q/Naviate/Manufacturing%202014/Naviate.numberGenerator.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Naviate.PCP&lt;BR /&gt;Assembly Version: 2014.2.9.0&lt;BR /&gt;Win32 Version: 2014.2.9&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/CAD-Q/Naviate/Manufacturing%202014/Naviate.PCP.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Naviate.Properties&lt;BR /&gt;Assembly Version: 2014.2.9.0&lt;BR /&gt;Win32 Version: 2014.2.9&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/CAD-Q/Naviate/Manufacturing%202014/Naviate.Properties.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Naviate.QuickOpen&lt;BR /&gt;Assembly Version: 2014.2.9.0&lt;BR /&gt;Win32 Version: 2014.2.9&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/CAD-Q/Naviate/Manufacturing%202014/Naviate.QuickOpen.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Naviate.QuickPrint&lt;BR /&gt;Assembly Version: 2014.2.9.0&lt;BR /&gt;Win32 Version: 2014.2.9&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/CAD-Q/Naviate/Manufacturing%202014/Naviate.QuickPrint.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Naviate.RWC&lt;BR /&gt;Assembly Version: 2014.2.9.0&lt;BR /&gt;Win32 Version: 2014.2.9&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/CAD-Q/Naviate/Manufacturing%202014/Naviate.RWC.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Naviate.UUP&lt;BR /&gt;Assembly Version: 2014.2.9.0&lt;BR /&gt;Win32 Version: 2014.2.9&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/CAD-Q/Naviate/Manufacturing%202014/Naviate.UUP.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;System.Design&lt;BR /&gt;Assembly Version: 4.0.0.0&lt;BR /&gt;Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL&lt;BR /&gt;CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Design/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Design.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;stdole&lt;BR /&gt;Assembly Version: 7.0.3300.0&lt;BR /&gt;Win32 Version: 7.00.9466&lt;BR /&gt;CodeBase: file:///C:/Windows/assembly/GAC/stdole/7.0.3300.0__b03f5f7f11d50a3a/stdole.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;CustomMarshalers&lt;BR /&gt;Assembly Version: 4.0.0.0&lt;BR /&gt;Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL&lt;BR /&gt;CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_64/CustomMarshalers/v4.0_4.0.0.0__b03f5f7f11d50a3a/CustomMarshalers.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Autodesk.iLogic&lt;BR /&gt;Assembly Version: 19.0.15900.0&lt;BR /&gt;Win32 Version: 19.0.15900.0&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202015/Bin/Autodesk.iLogic.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Autodesk.iLogic.CommonUI&lt;BR /&gt;Assembly Version: 19.0.15900.0&lt;BR /&gt;Win32 Version: 19.0.15900.0&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202015/Bin/Autodesk.iLogic.CommonUI.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Autodesk.iLogic.Interfaces&lt;BR /&gt;Assembly Version: 19.0.15900.0&lt;BR /&gt;Win32 Version: 19.0.15900.0&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202015/Bin/Autodesk.iLogic.Interfaces.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Autodesk.iLogic.UiBuilder&lt;BR /&gt;Assembly Version: 19.0.15900.0&lt;BR /&gt;Win32 Version: 19.0.15900.0&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202015/Bin/Autodesk.iLogic.UiBuilder.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Autodesk.Inventor.Interop&lt;BR /&gt;Assembly Version: 19.0.0.0&lt;BR /&gt;Win32 Version: 19.0.0.0&lt;BR /&gt;CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Autodesk.Inventor.Interop/v4.0_19.0.0.0__d84147f8b4276564/Autodesk.Inventor.Interop.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Autodesk.iLogic.Core&lt;BR /&gt;Assembly Version: 19.0.15900.0&lt;BR /&gt;Win32 Version: 19.0.15900.0&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202015/Bin/Autodesk.iLogic.Core.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Autodesk.iLogic.Common&lt;BR /&gt;Assembly Version: 19.0.15900.0&lt;BR /&gt;Win32 Version: 19.0.15900.0&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202015/Bin/Autodesk.iLogic.Common.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Autodesk.iLogic.DesignCopy&lt;BR /&gt;Assembly Version: 19.0.15900.0&lt;BR /&gt;Win32 Version: 19.0.15900.0&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202015/Bin/Autodesk.iLogic.DesignCopy.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Connectivity.InventorAddin.EdmAddin&lt;BR /&gt;Assembly Version: 19.0.49.0&lt;BR /&gt;Win32 Version: 19.0.49.0&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202015/Bin/Connectivity.InventorAddin.EdmAddin.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Connectivity.Common&lt;BR /&gt;Assembly Version: 19.0.49.0&lt;BR /&gt;Win32 Version: 19.0.49.0&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202015/Bin/Connectivity.Common.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Autodesk.DataManagement.Addin.Framework&lt;BR /&gt;Assembly Version: 19.0.49.0&lt;BR /&gt;Win32 Version: 19.0.49.0&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202015/Bin/Autodesk.DataManagement.Addin.Framework.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Autodesk.DataManagement.Addin.Vault&lt;BR /&gt;Assembly Version: 19.0.49.0&lt;BR /&gt;Win32 Version: 19.0.49.0&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202015/Bin/Autodesk.DataManagement.Addin.Vault.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Autodesk.DataManagement.Client.Framework&lt;BR /&gt;Assembly Version: 19.0.0.0&lt;BR /&gt;Win32 Version: 19.0.49.0&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202015/Bin/Autodesk.DataManagement.Client.Framework.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Autodesk.DataManagement.Client.Framework.Forms&lt;BR /&gt;Assembly Version: 19.0.0.0&lt;BR /&gt;Win32 Version: 19.0.49.0&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202015/Bin/Autodesk.DataManagement.Client.Framework.Forms.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;DevExpress.Utils.v13.1&lt;BR /&gt;Assembly Version: 13.1.5.0&lt;BR /&gt;Win32 Version: 13.1.5.0&lt;BR /&gt;CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/DevExpress.Utils.v13.1/v4.0_13.1.5.0__b88d1754d700e49a/DevExpress.Utils.v13.1.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Autodesk.DataManagement.Client.Framework.Vault&lt;BR /&gt;Assembly Version: 19.0.0.0&lt;BR /&gt;Win32 Version: 19.0.49.0&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202015/Bin/Autodesk.DataManagement.Client.Framework.Vault.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;DevExpress.Data.v13.1&lt;BR /&gt;Assembly Version: 13.1.5.0&lt;BR /&gt;Win32 Version: 13.1.5.0&lt;BR /&gt;CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/DevExpress.Data.v13.1/v4.0_13.1.5.0__b88d1754d700e49a/DevExpress.Data.v13.1.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Microsoft.VisualBasic.Compatibility&lt;BR /&gt;Assembly Version: 10.0.0.0&lt;BR /&gt;Win32 Version: 11.0.50938.18408 built by: FX451RTMGREL&lt;BR /&gt;CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualBasic.Compatibility/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.Compatibility.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Autodesk.Connectivity.WebServices&lt;BR /&gt;Assembly Version: 19.0.0.0&lt;BR /&gt;Win32 Version: 19.0.49.0&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202015/Bin/Autodesk.Connectivity.WebServices.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;InventorVault&lt;BR /&gt;Assembly Version: 0.0.0.0&lt;BR /&gt;Win32 Version: 19,0,49,0&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202015/Bin/InventorVault.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Connectivity.Common.Vault&lt;BR /&gt;Assembly Version: 19.0.49.0&lt;BR /&gt;Win32 Version: 19.0.49.0&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202015/Bin/Connectivity.Common.Vault.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Connectivity.Request.Vault&lt;BR /&gt;Assembly Version: 19.0.49.0&lt;BR /&gt;Win32 Version: 19.0.49.0&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202015/Bin/Connectivity.Request.Vault.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Connectivity.Request.Common&lt;BR /&gt;Assembly Version: 19.0.49.0&lt;BR /&gt;Win32 Version: 19.0.49.0&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202015/Bin/Connectivity.Request.Common.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Connectivity.Request.Runtime&lt;BR /&gt;Assembly Version: 19.0.49.0&lt;BR /&gt;Win32 Version: 19.0.49.0&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202015/Bin/Connectivity.Request.Runtime.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Connectivity.Inventor.Forms&lt;BR /&gt;Assembly Version: 19.0.49.0&lt;BR /&gt;Win32 Version: 19.0.49.0&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202015/Bin/Connectivity.Inventor.Forms.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Microsoft.Web.Services3&lt;BR /&gt;Assembly Version: 3.0.0.0&lt;BR /&gt;Win32 Version: 3.0.5305.0&lt;BR /&gt;CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Microsoft.Web.Services3/3.0.0.0__31bf3856ad364e35/Microsoft.Web.Services3.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Autodesk.Connectivity.Extensibility.Framework&lt;BR /&gt;Assembly Version: 19.0.0.0&lt;BR /&gt;Win32 Version: 19.0.49.0&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202015/Bin/Autodesk.Connectivity.Extensibility.Framework.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;System.Web.Services&lt;BR /&gt;Assembly Version: 4.0.0.0&lt;BR /&gt;Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL&lt;BR /&gt;CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Web.Services/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Web.Services.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;EMA2015&lt;BR /&gt;Assembly Version: 5.1.2.0&lt;BR /&gt;Win32 Version: 5.1.2.0&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202015/Bin/EMA2015.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Granta.Gateway.DotNetInterface&lt;BR /&gt;Assembly Version: 5.1.2.0&lt;BR /&gt;Win32 Version: 5.1.2.0&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202015/Bin/Granta.Gateway.DotNetInterface.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;ADICommon&lt;BR /&gt;Assembly Version: 5.1.2.0&lt;BR /&gt;Win32 Version: 5.1.2.0&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202015/Bin/ADICommon.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;InvWorkflowMgd&lt;BR /&gt;Assembly Version: 1.0.0.0&lt;BR /&gt;Win32 Version: 19, 0, 15900, 0000&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202015/Bin/InvWorkflowMgd.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;UIAutomationTypes&lt;BR /&gt;Assembly Version: 4.0.0.0&lt;BR /&gt;Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL&lt;BR /&gt;CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/UIAutomationTypes/v4.0_4.0.0.0__31bf3856ad364e35/UIAutomationTypes.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;CCAddIn&lt;BR /&gt;Assembly Version: 0.0.0.0&lt;BR /&gt;Win32 Version: 19, 0, 15900, 0000&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202015/Bin/CCAddIn.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Mockup360Addin&lt;BR /&gt;Assembly Version: 18.0.17000.0&lt;BR /&gt;Win32 Version: 18.0.17000.0&lt;BR /&gt;CodeBase: file:///C:/ProgramData/Autodesk/ApplicationPlugins/Mockup360Addin2015.bundle/Contents/Mockup%20360/Mockup360Addin.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Mockup360AddinClient&lt;BR /&gt;Assembly Version: 4.0.23190.1002&lt;BR /&gt;Win32 Version: 4.0.23190.1002&lt;BR /&gt;CodeBase: file:///C:/ProgramData/Autodesk/ApplicationPlugins/Mockup360Addin2015.bundle/Contents/Mockup%20360/Mockup360AddinClient.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Microsoft.GeneratedCode&lt;BR /&gt;Assembly Version: 1.0.0.0&lt;BR /&gt;Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL&lt;BR /&gt;CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Naviate.Navigator.AddPropsToIDW.Addin&lt;BR /&gt;Assembly Version: 2014.2.9.0&lt;BR /&gt;Win32 Version: 2014.2.9&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/CAD-Q/Naviate/Manufacturing%202014/Addins/Naviate.Navigator.AddPropsToIDW.Addin.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Naviate.Navigator.RenameCustomProperties.Addin&lt;BR /&gt;Assembly Version: 2014.2.9.0&lt;BR /&gt;Win32 Version: 2014.2.9&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/CAD-Q/Naviate/Manufacturing%202014/Addins/Naviate.Navigator.RenameCustomProperties.Addin.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Naviate.Navigator.ScaleInDrawing.Addin&lt;BR /&gt;Assembly Version: 2014.2.9.0&lt;BR /&gt;Win32 Version: 2014.2.9&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/CAD-Q/Naviate/Manufacturing%202014/Addins/Naviate.Navigator.ScaleInDrawing.Addin.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Naviate.Navigator.SheetMetalXYZLength.Addin&lt;BR /&gt;Assembly Version: 2014.2.9.0&lt;BR /&gt;Win32 Version: 2014.2.9&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/CAD-Q/Naviate/Manufacturing%202014/Addins/Naviate.Navigator.SheetMetalXYZLength.Addin.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Naviate.Navigator.SweepLength.Addin&lt;BR /&gt;Assembly Version: 2014.2.9.0&lt;BR /&gt;Win32 Version: 2014.2.9&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/CAD-Q/Naviate/Manufacturing%202014/Addins/Naviate.Navigator.SweepLength.Addin.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Naviate.Navigator.Weight.Addin&lt;BR /&gt;Assembly Version: 2014.2.9.0&lt;BR /&gt;Win32 Version: 2014.2.9&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/CAD-Q/Naviate/Manufacturing%202014/Addins/Naviate.Navigator.Weight.Addin.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Naviate.Navigator.XYZLength.Addin&lt;BR /&gt;Assembly Version: 2014.2.9.0&lt;BR /&gt;Win32 Version: 2014.2.9&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/CAD-Q/Naviate/Manufacturing%202014/Addins/Naviate.Navigator.XYZLength.Addin.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;PresentationFramework.Luna&lt;BR /&gt;Assembly Version: 4.0.0.0&lt;BR /&gt;Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL&lt;BR /&gt;CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework.Luna/v4.0_4.0.0.0__31bf3856ad364e35/PresentationFramework.Luna.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Autodesk.DataManagement.Addin.Workflow&lt;BR /&gt;Assembly Version: 19.0.49.0&lt;BR /&gt;Win32 Version: 19.0.49.0&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202015/Bin/Autodesk.DataManagement.Addin.Workflow.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Autodesk.DataManagement.Client.Framework.Vault.Forms&lt;BR /&gt;Assembly Version: 19.0.0.0&lt;BR /&gt;Win32 Version: 19.0.49.0&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202015/Bin/Autodesk.DataManagement.Client.Framework.Vault.Forms.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Connectivity.Application.VaultBase&lt;BR /&gt;Assembly Version: 19.0.49.0&lt;BR /&gt;Win32 Version: 19.0.49.0&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202015/Bin/Connectivity.Application.VaultBase.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Connectivity.Explorer.Framework&lt;BR /&gt;Assembly Version: 19.0.49.0&lt;BR /&gt;Win32 Version: 19.0.49.0&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202015/Bin/Connectivity.Explorer.Framework.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Connectivity.Explorer.Document.Objects&lt;BR /&gt;Assembly Version: 19.0.49.0&lt;BR /&gt;Win32 Version: 19.0.49.0&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202015/Bin/Connectivity.Explorer.Document.Objects.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Connectivity.Common.SharedLibCSharp&lt;BR /&gt;Assembly Version: 19.0.49.0&lt;BR /&gt;Win32 Version: 19.0.49.0&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202015/Bin/Connectivity.Common.SharedLibCSharp.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Autodesk.DataManagement.Addin.UI&lt;BR /&gt;Assembly Version: 19.0.49.0&lt;BR /&gt;Win32 Version: 19.0.49.0&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202015/Bin/Autodesk.DataManagement.Addin.UI.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Connectivity.Request.Foundation&lt;BR /&gt;Assembly Version: 19.0.49.0&lt;BR /&gt;Win32 Version: 19.0.49.0&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202015/Bin/Connectivity.Request.Foundation.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Connectivity.Explorer.Item&lt;BR /&gt;Assembly Version: 19.0.49.0&lt;BR /&gt;Win32 Version: 19.0.49.0&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202015/Bin/Connectivity.Explorer.Item.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;DevExpress.XtraEditors.v13.1&lt;BR /&gt;Assembly Version: 13.1.5.0&lt;BR /&gt;Win32 Version: 13.1.5.0&lt;BR /&gt;CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/DevExpress.XtraEditors.v13.1/v4.0_13.1.5.0__b88d1754d700e49a/DevExpress.XtraEditors.v13.1.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Connectivity.Request.Document&lt;BR /&gt;Assembly Version: 19.0.49.0&lt;BR /&gt;Win32 Version: 19.0.49.0&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202015/Bin/Connectivity.Request.Document.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Connectivity.Proxies.Utils&lt;BR /&gt;Assembly Version: 19.0.49.0&lt;BR /&gt;Win32 Version: 19.0.49.0&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202015/Bin/Connectivity.Proxies.Utils.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Connectivity.Request.Item&lt;BR /&gt;Assembly Version: 19.0.49.0&lt;BR /&gt;Win32 Version: 19.0.49.0&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202015/Bin/Connectivity.Request.Item.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Connectivity.Request.ChangeOrder&lt;BR /&gt;Assembly Version: 19.0.49.0&lt;BR /&gt;Win32 Version: 19.0.49.0&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202015/Bin/Connectivity.Request.ChangeOrder.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Connectivity.Common.Windows&lt;BR /&gt;Assembly Version: 1.0.5163.32579&lt;BR /&gt;Win32 Version: 19,0,49,0&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202015/Bin/Connectivity.Common.Windows.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Connectivity.Explorer.Foundation&lt;BR /&gt;Assembly Version: 19.0.49.0&lt;BR /&gt;Win32 Version: 19.0.49.0&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202015/Bin/Connectivity.Explorer.Foundation.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;DevExpress.XtraBars.v13.1&lt;BR /&gt;Assembly Version: 13.1.5.0&lt;BR /&gt;Win32 Version: 13.1.5.0&lt;BR /&gt;CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/DevExpress.XtraBars.v13.1/v4.0_13.1.5.0__b88d1754d700e49a/DevExpress.XtraBars.v13.1.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Microsoft.GeneratedCode&lt;BR /&gt;Assembly Version: 1.0.0.0&lt;BR /&gt;Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL&lt;BR /&gt;CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Microsoft.GeneratedCode&lt;BR /&gt;Assembly Version: 1.0.0.0&lt;BR /&gt;Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL&lt;BR /&gt;CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;DataManagement.Common.Logging&lt;BR /&gt;Assembly Version: 19.0.49.0&lt;BR /&gt;Win32 Version: 19.0.49.0&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202015/Bin/DataManagement.Common.Logging.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Connectivity.Common.BatchPlot&lt;BR /&gt;Assembly Version: 19.0.49.0&lt;BR /&gt;Win32 Version: 19.0.49.0&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202015/Bin/Connectivity.Common.BatchPlot.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Microsoft.GeneratedCode&lt;BR /&gt;Assembly Version: 1.0.0.0&lt;BR /&gt;Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL&lt;BR /&gt;CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Accessibility&lt;BR /&gt;Assembly Version: 4.0.0.0&lt;BR /&gt;Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL&lt;BR /&gt;CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Accessibility/v4.0_4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Microsoft.GeneratedCode&lt;BR /&gt;Assembly Version: 1.0.0.0&lt;BR /&gt;Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL&lt;BR /&gt;CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Microsoft.GeneratedCode&lt;BR /&gt;Assembly Version: 1.0.0.0&lt;BR /&gt;Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL&lt;BR /&gt;CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Microsoft.GeneratedCode&lt;BR /&gt;Assembly Version: 1.0.0.0&lt;BR /&gt;Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL&lt;BR /&gt;CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Microsoft.GeneratedCode&lt;BR /&gt;Assembly Version: 1.0.0.0&lt;BR /&gt;Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL&lt;BR /&gt;CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Microsoft.GeneratedCode&lt;BR /&gt;Assembly Version: 1.0.0.0&lt;BR /&gt;Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL&lt;BR /&gt;CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Microsoft.GeneratedCode&lt;BR /&gt;Assembly Version: 1.0.0.0&lt;BR /&gt;Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL&lt;BR /&gt;CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Microsoft.GeneratedCode&lt;BR /&gt;Assembly Version: 1.0.0.0&lt;BR /&gt;Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL&lt;BR /&gt;CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Microsoft.GeneratedCode&lt;BR /&gt;Assembly Version: 1.0.0.0&lt;BR /&gt;Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL&lt;BR /&gt;CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;DevExpress.XtraNavBar.v13.1&lt;BR /&gt;Assembly Version: 13.1.5.0&lt;BR /&gt;Win32 Version: 13.1.5.0&lt;BR /&gt;CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/DevExpress.XtraNavBar.v13.1/v4.0_13.1.5.0__b88d1754d700e49a/DevExpress.XtraNavBar.v13.1.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Connectivity.Proxies.KnowledgeVault&lt;BR /&gt;Assembly Version: 19.0.49.0&lt;BR /&gt;Win32 Version: 19.0.49.0&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202015/Bin/Connectivity.Proxies.KnowledgeVault.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Connectivity.Proxies.Admin&lt;BR /&gt;Assembly Version: 19.0.49.0&lt;BR /&gt;Win32 Version: 19.0.49.0&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202015/Bin/Connectivity.Proxies.Admin.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Connectivity.Proxies.Replication&lt;BR /&gt;Assembly Version: 19.0.49.0&lt;BR /&gt;Win32 Version: 19.0.49.0&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202015/Bin/Connectivity.Proxies.Replication.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Connectivity.Proxies.Security&lt;BR /&gt;Assembly Version: 19.0.49.0&lt;BR /&gt;Win32 Version: 19.0.49.0&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202015/Bin/Connectivity.Proxies.Security.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Connectivity.Proxies.Information&lt;BR /&gt;Assembly Version: 19.0.49.0&lt;BR /&gt;Win32 Version: 19.0.49.0&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202015/Bin/Connectivity.Proxies.Information.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Microsoft.GeneratedCode&lt;BR /&gt;Assembly Version: 1.0.0.0&lt;BR /&gt;Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL&lt;BR /&gt;CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Microsoft.GeneratedCode&lt;BR /&gt;Assembly Version: 1.0.0.0&lt;BR /&gt;Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL&lt;BR /&gt;CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Microsoft.GeneratedCode&lt;BR /&gt;Assembly Version: 1.0.0.0&lt;BR /&gt;Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL&lt;BR /&gt;CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Microsoft.GeneratedCode&lt;BR /&gt;Assembly Version: 1.0.0.0&lt;BR /&gt;Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL&lt;BR /&gt;CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Microsoft.GeneratedCode&lt;BR /&gt;Assembly Version: 1.0.0.0&lt;BR /&gt;Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL&lt;BR /&gt;CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Connectivity.Services.Item&lt;BR /&gt;Assembly Version: 19.0.49.0&lt;BR /&gt;Win32 Version: 19.0.49.0&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202015/Bin/Connectivity.Services.Item.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Microsoft.GeneratedCode&lt;BR /&gt;Assembly Version: 1.0.0.0&lt;BR /&gt;Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL&lt;BR /&gt;CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Microsoft.GeneratedCode&lt;BR /&gt;Assembly Version: 1.0.0.0&lt;BR /&gt;Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL&lt;BR /&gt;CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Microsoft.GeneratedCode&lt;BR /&gt;Assembly Version: 1.0.0.0&lt;BR /&gt;Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL&lt;BR /&gt;CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Microsoft.GeneratedCode&lt;BR /&gt;Assembly Version: 1.0.0.0&lt;BR /&gt;Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL&lt;BR /&gt;CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Connectivity.Common.SharedLib&lt;BR /&gt;Assembly Version: 0.0.0.0&lt;BR /&gt;Win32 Version: 9.0.11.0&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202015/Bin/Connectivity.Common.SharedLib.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;InventorServiceWrapper&lt;BR /&gt;Assembly Version: 19.0.49.0&lt;BR /&gt;Win32 Version: 19.0.49.0&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202015/Bin/InventorServiceWrapper.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Connectivity.ClientShared.Doc.API&lt;BR /&gt;Assembly Version: 19.0.49.0&lt;BR /&gt;Win32 Version: 19.0.49.0&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202015/Bin/Connectivity.ClientShared.Doc.API.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Microsoft.GeneratedCode&lt;BR /&gt;Assembly Version: 1.0.0.0&lt;BR /&gt;Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL&lt;BR /&gt;CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Microsoft.GeneratedCode&lt;BR /&gt;Assembly Version: 1.0.0.0&lt;BR /&gt;Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL&lt;BR /&gt;CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Connectivity.Proxies.Job&lt;BR /&gt;Assembly Version: 19.0.49.0&lt;BR /&gt;Win32 Version: 19.0.49.0&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202015/Bin/Connectivity.Proxies.Job.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Microsoft.GeneratedCode&lt;BR /&gt;Assembly Version: 1.0.0.0&lt;BR /&gt;Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL&lt;BR /&gt;CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;DWFGenerator&lt;BR /&gt;Assembly Version: 19.0.49.0&lt;BR /&gt;Win32 Version: 19.0.49.0&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202015/Bin/DWFGenerator.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;DWFLibrary&lt;BR /&gt;Assembly Version: 19.0.49.0&lt;BR /&gt;Win32 Version: 19.0.49.0&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202015/Bin/DWFLibrary.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;System.Xml.Linq&lt;BR /&gt;Assembly Version: 4.0.0.0&lt;BR /&gt;Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL&lt;BR /&gt;CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml.Linq/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.Linq.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;LegacyPipeline&lt;BR /&gt;Assembly Version: 19.0.15900.0&lt;BR /&gt;Win32 Version: 19.0.15900.0000&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202015/Bin/LegacyPipeline.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;CCCBL&lt;BR /&gt;Assembly Version: 0.0.0.0&lt;BR /&gt;Win32 Version: 19, 0, 15900, 0000&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202015/Bin/CCCBL.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;CCServerProxies.Object&lt;BR /&gt;Assembly Version: 19.0.15900.0&lt;BR /&gt;Win32 Version: 19.0.15900.0000&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202015/Bin/CCServerProxies.Object.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;AssemblyBonusTools&lt;BR /&gt;Assembly Version: 19.0.15900.0&lt;BR /&gt;Win32 Version: 19.0.15900.0&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202015/Bin/assemblybonustools.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;AssemblyBonusToolsRes&lt;BR /&gt;Assembly Version: 19.0.15900.0&lt;BR /&gt;Win32 Version: 19.0.15900.0&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202015/Bin/en-US/AssemblyBonusToolsRes.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;QuickViewsAddin&lt;BR /&gt;Assembly Version: 1.4.0.0&lt;BR /&gt;Win32 Version: 1.4.0.0&lt;BR /&gt;CodeBase: file:///C:/ProgramData/Autodesk/ApplicationPlugins/CadQualityEuropeAB_QuickViews.bundle/Contents/QuickViewsAddin.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Autodesk.Inventor.Interop&lt;BR /&gt;Assembly Version: 18.0.0.0&lt;BR /&gt;Win32 Version: 18.0.0.0&lt;BR /&gt;CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Autodesk.Inventor.Interop/v4.0_18.0.0.0__d84147f8b4276564/Autodesk.Inventor.Interop.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;QuickViews&lt;BR /&gt;Assembly Version: 1.2.0.0&lt;BR /&gt;Win32 Version: 1.2.0.0&lt;BR /&gt;CodeBase: file:///C:/ProgramData/Autodesk/ApplicationPlugins/CadQualityEuropeAB_QuickViews.bundle/Contents/QuickViews.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;SerialCheck&lt;BR /&gt;Assembly Version: 1.0.0.0&lt;BR /&gt;Win32 Version: 1.0.0.0&lt;BR /&gt;CodeBase: file:///C:/ProgramData/Autodesk/ApplicationPlugins/CadQualityEuropeAB_QuickViews.bundle/Contents/SerialCheck.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;PresentationFramework-SystemXmlLinq&lt;BR /&gt;Assembly Version: 4.0.0.0&lt;BR /&gt;Win32 Version: 4.0.30319.18408&lt;BR /&gt;CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework-SystemXmlLinq/v4.0_4.0.0.0__b77a5c561934e089/PresentationFramework-SystemXmlLinq.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;DevExpress.XtraLayout.v13.1&lt;BR /&gt;Assembly Version: 13.1.5.0&lt;BR /&gt;Win32 Version: 13.1.5.0&lt;BR /&gt;CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/DevExpress.XtraLayout.v13.1/v4.0_13.1.5.0__b88d1754d700e49a/DevExpress.XtraLayout.v13.1.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;WindowsFormsUtils&lt;BR /&gt;Assembly Version: 19.0.15900.0&lt;BR /&gt;Win32 Version: 19.0.15900.0&lt;BR /&gt;CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202015/Bin/WindowsFormsUtils.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Microsoft.GeneratedCode&lt;BR /&gt;Assembly Version: 1.0.0.0&lt;BR /&gt;Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL&lt;BR /&gt;CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Microsoft.GeneratedCode&lt;BR /&gt;Assembly Version: 1.0.0.0&lt;BR /&gt;Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL&lt;BR /&gt;CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Microsoft.GeneratedCode&lt;BR /&gt;Assembly Version: 1.0.0.0&lt;BR /&gt;Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL&lt;BR /&gt;CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Microsoft.GeneratedCode&lt;BR /&gt;Assembly Version: 1.0.0.0&lt;BR /&gt;Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL&lt;BR /&gt;CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll&lt;BR /&gt;----------------------------------------&lt;/P&gt;&lt;P&gt;************** JIT Debugging **************&lt;BR /&gt;To enable just-in-time (JIT) debugging, the .config file for this&lt;BR /&gt;application or computer (machine.config) must have the&lt;BR /&gt;jitDebugging value set in the system.windows.forms section.&lt;BR /&gt;The application must also be compiled with debugging&lt;BR /&gt;enabled.&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;&amp;lt;configuration&amp;gt;&lt;BR /&gt;&amp;lt;system.windows.forms jitDebugging="true" /&amp;gt;&lt;BR /&gt;&amp;lt;/configuration&amp;gt;&lt;/P&gt;&lt;P&gt;When JIT debugging is enabled, any unhandled exception&lt;BR /&gt;will be sent to the JIT debugger registered on the computer&lt;BR /&gt;rather than be handled by this dialog box.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 11 May 2014 09:08:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/form-auto-open/m-p/5024578#M134880</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-11T09:08:22Z</dc:date>
    </item>
  </channel>
</rss>

