Unhandled Exception error in iLogic since moving to 2018.

Unhandled Exception error in iLogic since moving to 2018.

SharkDesign
Mentor Mentor
2,379 Views
17 Replies
Message 1 of 18

Unhandled Exception error in iLogic since moving to 2018.

SharkDesign
Mentor
Mentor

Since moving to 2018, some of my iLogic code no longer works. I don't know enough about it to troubleshoot it myself. Has anyone any idea why this is happening? 

 

If I run the form and try to change the customer, I get an unhandled exception. 

Please note this issue only happens when opening direct from the library, if I move to a non-library folder it works fine. Is this a change in 2018, or a bug?

 

 

Part attached

 

iLogic code is triggered by a form. 

iLogic code:

 

Sub Main
ProjectFolder="\\FDSSVR1\Projects\Inventor\$PROJECT FILES\"
JN=iProperties.Value("Project", "Project")
Nm=myName
Nm=iProperties.Value("Summary", "Author")
Part=iProperties.Value("Summary", "Title")


targetFolder = getFolderByPrefix(JN, ProjectFolder)

If targetFolder = "" Then

    ' couldn't find directory - exit sub or panic and die here

MessageBox.Show("No job number entered","Error")
Else

If Not System.IO.Directory.Exists(targetFolder & "Angle") Then
    System.IO.Directory.CreateDirectory(targetFolder & "Angle")
End If

InventorVb.DocumentUpdate()



  	ThisDoc.Document.SaveAs(targetFolder & "\"&"Angle" & "\" & JN & " "& Part &(".ipt"), True)


MessageBox.Show("Part created", "Angle create")	

End If

End Sub




Function getFolderByPrefix(prefix As String, base_folder As String) As String

    Dim folder As String

    Dim prefixLength As Integer

    

    ' get the length of your prefix (e.g. length of 1234 is 4)

    prefixLength = Len(4)

    

    ' set folder to dir of your base_folder

    folder = Dir(base_folder & "\*", vbDirectory)

    ' loop through every immediate child item in folder

    Do While folder <> ""

        ' check it's a folder, and that it's first prefixLength (4) characters match the prefix

        If GetAttr(base_folder & "\" & folder) And vbDirectory And prefix = Left(folder, prefixLength) Then

            ' return this full path

            getFolderByPrefix = base_folder & folder & "\"

            ' stop searching - i.e. this will only find the *first* directory that matches prefix

            Exit Function

        End If

        ' go on to next one

        folder = Dir

        

    Loop

    getFolderByPrefix = ""

End Function

 

error.PNG

 

Details:

See the end of this message for details on invoking 
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.Runtime.InteropServices.COMException (0x80004005): Unspecified error (Exception from HRESULT: 0x80004005 (E_FAIL))
   at System.RuntimeType.ForwardCallToInvokeMember(String memberName, BindingFlags flags, Object target, Int32[] aWrapperTypes, MessageData& msgData)
   at Inventor.Property.set_Value(Object )
   at iLogic.UiBuilderConnect.iPropertyConnector.SetPropertyValue(String setName, String propertyName, Object value)
   at iLogic.UiBuilderConnect.InventorDocumentConnector.SetValues(IEnumerable`1 parameters, IEnumerable`1 iProperties, Boolean delayRules)
   at iLogic.UiBuilderConnect.InventorDocumentConnector.SetPropertyValue(iPropertyIdentifier id, Object value)
   at Autodesk.iLogic.UiBuilder.UiLayoutControl.SetPropertyValue(iPropertyControl controlSpec, Object value)
   at System.Windows.Forms.Control.OnValidated(EventArgs e)
   at DevExpress.XtraEditors.BaseEdit.OnValidated(EventArgs e)
   at DevExpress.XtraEditors.TextEdit.OnValidated(EventArgs e)
   at System.Windows.Forms.Control.PerformControlValidation(Boolean bulkValidation)


************** Loaded Assemblies **************
mscorlib
    Assembly Version: 4.0.0.0
    Win32 Version: 4.6.1590.0 built by: NETFXREL2
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll
----------------------------------------
WpfHost
    Assembly Version: 0.0.0.0
    Win32 Version: 22, 0, 11200, 0000
    CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202018/Bin/WpfHost.DLL
----------------------------------------
System
    Assembly Version: 4.0.0.0
    Win32 Version: 4.6.1590.0 built by: NETFXREL2
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
InvAIRLookContent
    Assembly Version: 22.0.11200.0
    Win32 Version: 22.0.11200.0000
    CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202018/Bin/InvAIRLookContent.DLL
----------------------------------------
System.Core
    Assembly Version: 4.0.0.0
    Win32 Version: 4.6.1590.0 built by: NETFXREL2
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
InvIPC
    Assembly Version: 22.0.11200.0
    Win32 Version: 22.0.11200.0000
    CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202018/Bin/InvIPC.DLL
----------------------------------------
InvUIModelBrowser
    Assembly Version: 22.0.11200.0
    Win32 Version: 22.0.11200.0000
    CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202018/Bin/InvUIModelBrowser.DLL
----------------------------------------
InvUIModelPropertyPanel
    Assembly Version: 22.0.11200.0
    Win32 Version: 22.0.11200.0000
    CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202018/Bin/InvUIModelPropertyPanel.DLL
----------------------------------------
WpfAppPage
    Assembly Version: 22.0.11200.0
    Win32 Version: 22.0.11200.0000
    CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202018/Bin/WpfAppPage.DLL
----------------------------------------
PresentationFramework
    Assembly Version: 4.0.0.0
    Win32 Version: 4.6.1590.0
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework/v4.0_4.0.0.0__31bf3856ad364e35/PresentationFramework.dll
----------------------------------------
WindowsBase
    Assembly Version: 4.0.0.0
    Win32 Version: 4.6.1590.0 built by: NETFXREL2
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/WindowsBase/v4.0_4.0.0.0__31bf3856ad364e35/WindowsBase.dll
----------------------------------------
PresentationCore
    Assembly Version: 4.0.0.0
    Win32 Version: 4.6.1590.0 built by: NETFXREL2
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_64/PresentationCore/v4.0_4.0.0.0__31bf3856ad364e35/PresentationCore.dll
----------------------------------------
System.Xaml
    Assembly Version: 4.0.0.0
    Win32 Version: 4.6.1590.0 built by: NETFXREL2
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System.Xaml/v4.0_4.0.0.0__b77a5c561934e089/System.Xaml.dll
----------------------------------------
InvAIRLookResources
    Assembly Version: 22.0.11200.0
    Win32 Version: 22.0.11200.0000
    CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202018/Bin/InvAIRLookResources.DLL
----------------------------------------
FlowRibbon
    Assembly Version: 22.0.11200.0
    Win32 Version: 22.0.11200.0000
    CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202018/Bin/FlowRibbon.DLL
----------------------------------------
AdWindows
    Assembly Version: 2016.11.4.0
    Win32 Version: 2016.11.4.0
    CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202018/Bin/AdWindows.DLL
----------------------------------------
WindowsFormsIntegration
    Assembly Version: 4.0.0.0
    Win32 Version: 4.6.1590.0 built by: NETFXREL2
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/WindowsFormsIntegration/v4.0_4.0.0.0__31bf3856ad364e35/WindowsFormsIntegration.dll
----------------------------------------
System.Xml
    Assembly Version: 4.0.0.0
    Win32 Version: 4.6.1590.0 built by: NETFXREL2
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
InvRibbonUIResources
    Assembly Version: 22.0.11200.0
    Win32 Version: 22.0.11200.0000
    CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202018/Bin/InvRibbonUIResources.DLL
----------------------------------------
System.Drawing
    Assembly Version: 4.0.0.0
    Win32 Version: 4.6.1590.0 built by: NETFXREL2
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
InvRibbonUIResources.resources
    Assembly Version: 22.0.11200.0
    Win32 Version: 22.0.11200.0000
    CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202018/Bin/en-US/InvRibbonUIResources.resources.DLL
----------------------------------------
WpfAppPage.resources
    Assembly Version: 22.0.11200.0
    Win32 Version: 22.0.11200.0000
    CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202018/Bin/en-US/WpfAppPage.resources.DLL
----------------------------------------
PresentationFramework.Aero
    Assembly Version: 4.0.0.0
    Win32 Version: 4.6.1590.0 built by: NETFXREL2
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework.Aero/v4.0_4.0.0.0__31bf3856ad364e35/PresentationFramework.Aero.dll
----------------------------------------
AdApplicationFrame
    Assembly Version: 0.0.0.0
    Win32 Version: 2016.11.12.0
    CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202018/Bin/AdApplicationFrame.DLL
----------------------------------------
InvAIRLookContent.resources
    Assembly Version: 22.0.11200.0
    Win32 Version: 22.0.11200.0000
    CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202018/Bin/en-US/InvAIRLookContent.resources.DLL
----------------------------------------
InvAIRLookColorImages
    Assembly Version: 22.0.11200.0
    Win32 Version: 22.0.11200.0000
    CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202018/Bin/InvAIRLookColorImages.DLL
----------------------------------------
System.Configuration
    Assembly Version: 4.0.0.0
    Win32 Version: 4.6.1590.0 built by: NETFXREL2
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
Microsoft.Expression.Interactions
    Assembly Version: 4.5.0.0
    Win32 Version: 3.0.40218.0
    CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202018/Bin/Microsoft.Expression.Interactions.DLL
----------------------------------------
System.Windows.Forms
    Assembly Version: 4.0.0.0
    Win32 Version: 4.6.1590.0 built by: NETFXREL2
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
PresentationFramework-SystemXml
    Assembly Version: 4.0.0.0
    Win32 Version: 4.6.1590.0
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework-SystemXml/v4.0_4.0.0.0__b77a5c561934e089/PresentationFramework-SystemXml.dll
----------------------------------------
PresentationFramework-SystemCore
    Assembly Version: 4.0.0.0
    Win32 Version: 4.6.1590.0
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework-SystemCore/v4.0_4.0.0.0__b77a5c561934e089/PresentationFramework-SystemCore.dll
----------------------------------------
PresentationFramework.Luna
    Assembly Version: 4.0.0.0
    Win32 Version: 4.6.1590.0 built by: NETFXREL2
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework.Luna/v4.0_4.0.0.0__31bf3856ad364e35/PresentationFramework.Luna.dll
----------------------------------------
UIAutomationTypes
    Assembly Version: 4.0.0.0
    Win32 Version: 4.6.1590.0 built by: NETFXREL2
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/UIAutomationTypes/v4.0_4.0.0.0__31bf3856ad364e35/UIAutomationTypes.dll
----------------------------------------
InvTutorial
    Assembly Version: 22.0.11200.0
    Win32 Version: 22.0.11200.0000
    CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202018/Bin/InvTutorial.DLL
----------------------------------------
ClrAddinLoader
    Assembly Version: 0.0.0.0
    Win32 Version: 22, 0, 11200, 0000
    CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202018/Bin/ClrAddinLoader.DLL
----------------------------------------
GeneralTools
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/ProgramData/Autodesk/ApplicationPlugins/GeneralTools/GeneralTools.dll
----------------------------------------
Autodesk.Inventor.Interop
    Assembly Version: 15.0.0.0
    Win32 Version: 15.0.0.0
    CodeBase: file:///C:/windows/assembly/GAC_MSIL/Autodesk.Inventor.Interop/15.0.0.0__d84147f8b4276564/Autodesk.Inventor.Interop.dll
----------------------------------------
stdole
    Assembly Version: 7.0.3300.0
    Win32 Version: 7.00.9466
    CodeBase: file:///C:/windows/assembly/GAC/stdole/7.0.3300.0__b03f5f7f11d50a3a/stdole.dll
----------------------------------------
Microsoft.VisualBasic
    Assembly Version: 10.0.0.0
    Win32 Version: 14.6.1590.0 built by: NETFXREL2
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualBasic/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
----------------------------------------
CustomMarshalers
    Assembly Version: 4.0.0.0
    Win32 Version: 4.6.1590.0 built by: NETFXREL2
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_64/CustomMarshalers/v4.0_4.0.0.0__b03f5f7f11d50a3a/CustomMarshalers.dll
----------------------------------------
Autodesk.iLogic
    Assembly Version: 22.0.11200.0
    Win32 Version: 22.0.11200.0
    CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202018/Bin/Autodesk.iLogic.DLL
----------------------------------------
DevExpress.Data.v16.1
    Assembly Version: 16.1.5.0
    Win32 Version: 16.1.5.0
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/DevExpress.Data.v16.1/v4.0_16.1.5.0__b88d1754d700e49a/DevExpress.Data.v16.1.dll
----------------------------------------
Autodesk.iLogic.CommonUI
    Assembly Version: 22.0.11200.0
    Win32 Version: 22.0.11200.0
    CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202018/Bin/Autodesk.iLogic.CommonUI.DLL
----------------------------------------
Autodesk.iLogic.Interfaces
    Assembly Version: 22.0.11200.0
    Win32 Version: 22.0.11200.0
    CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202018/Bin/Autodesk.iLogic.Interfaces.DLL
----------------------------------------
Autodesk.Inventor.Interop
    Assembly Version: 22.0.0.0
    Win32 Version: 22.0.0.0
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/Autodesk.Inventor.Interop/v4.0_22.0.0.0__d84147f8b4276564/Autodesk.Inventor.Interop.dll
----------------------------------------
Autodesk.iLogic.Core
    Assembly Version: 22.0.11292.0
    Win32 Version: 22.0.11292.0
    CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202018/Bin/Autodesk.iLogic.Core.DLL
----------------------------------------
Autodesk.iLogic.UiBuilder
    Assembly Version: 22.0.11200.0
    Win32 Version: 22.0.11200.0
    CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202018/Bin/Autodesk.iLogic.UiBuilder.DLL
----------------------------------------
Autodesk.iLogic.Common
    Assembly Version: 22.0.11200.0
    Win32 Version: 22.0.11200.0
    CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202018/Bin/Autodesk.iLogic.Common.DLL
----------------------------------------
Autodesk.iLogic.DesignCopy
    Assembly Version: 22.0.11200.0
    Win32 Version: 22.0.11200.0
    CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202018/Bin/Autodesk.iLogic.DesignCopy.DLL
----------------------------------------
CCAddIn
    Assembly Version: 0.0.0.0
    Win32 Version: 22, 0, 11200, 0000
    CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202018/Bin/CCAddIn.DLL
----------------------------------------
EMA2018
    Assembly Version: 6.7.7.0
    Win32 Version: 6.7.7.0
    CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202018/Bin/EMA2018.DLL
----------------------------------------
Granta.Gateway.DotNetInterface
    Assembly Version: 6.7.7.0
    Win32 Version: 6.7.7.0
    CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202018/Bin/Granta.Gateway.DotNetInterface.DLL
----------------------------------------
ADICommon
    Assembly Version: 6.7.7.0
    Win32 Version: 6.7.7.0
    CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202018/Bin/ADICommon.DLL
----------------------------------------
InteractiveTutorial
    Assembly Version: 22.0.11200.0
    Win32 Version: 22.0.11200.0000
    CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202018/Bin/interactivetutorial.DLL
----------------------------------------
AddinNETFramework
    Assembly Version: 22.0.11200.0
    Win32 Version: 22.0.11200.0000
    CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202018/Bin/AddinNETFramework.DLL
----------------------------------------
ClicJsInfoCenter
    Assembly Version: 0.0.0.0
    Win32 Version: 5.1.4.0
    CodeBase: file:///C:/Program%20Files/Common%20Files/Autodesk%20Shared/CLM/V5/MSVC14/ClicJsInfoCenter.dll
----------------------------------------
Autodesk.iLogic.UiBuilderCore
    Assembly Version: 22.0.11200.0
    Win32 Version: 22.0.11200.0
    CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202018/Bin/Autodesk.iLogic.UiBuilderCore.DLL
----------------------------------------
AppCmdServer
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.16204.13207
    CodeBase: file:///C:/Program%20Files/3Dconnexion/3DxWare/3DxInventor64/AppCmdServer.dll
----------------------------------------
AdditiveMFG
    Assembly Version: 22.0.11200.0
    Win32 Version: 22.0.11200.0000
    CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202018/Bin/additivemfg.DLL
----------------------------------------
Configurator360Addin
    Assembly Version: 22.0.10400.9000
    Win32 Version: 22.0.10400.9000
    CodeBase: file:///C:/ProgramData/Autodesk/ApplicationPlugins/C360addin.bundle/Contents/x64/C360/Configurator360Addin.dll
----------------------------------------
Configurator360AddinBase
    Assembly Version: 22.0.10400.9000
    Win32 Version: 22.0.10400.9000
    CodeBase: file:///C:/ProgramData/Autodesk/ApplicationPlugins/C360addin.bundle/Contents/x64/C360/Configurator360AddinBase.DLL
----------------------------------------
Autodesk.ETO.AssemblyConnectors
    Assembly Version: 12.0.0.0
    Win32 Version: 12.0.0
    CodeBase: file:///C:/ProgramData/Autodesk/ApplicationPlugins/C360addin.bundle/Contents/x64/C360/Autodesk.ETO.AssemblyConnectors.DLL
----------------------------------------
Configurator360Addin.Connectors
    Assembly Version: 22.0.10400.9000
    Win32 Version: 22.0.10400.9000
    CodeBase: file:///C:/ProgramData/Autodesk/ApplicationPlugins/C360addin.bundle/Contents/x64/C360/Configurator360Addin.Connectors.DLL
----------------------------------------
AnarkCoreInventorAddIn
    Assembly Version: 4.5.8.13192
    Win32 Version: 4.5.8.13192
    CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202018/Bin/AnarkCoreInventorAddIn.DLL
----------------------------------------
AssemblyBonusTools
    Assembly Version: 22.0.11200.0
    Win32 Version: 22.0.11200.0
    CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202018/Bin/assemblybonustools.DLL
----------------------------------------
AssemblyBonusToolsRes
    Assembly Version: 22.0.11200.0
    Win32 Version: 22.0.11200.0
    CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202018/Bin/en-US/AssemblyBonusToolsRes.dll
----------------------------------------
AceInvAddIn
    Assembly Version: 15.0.50.0
    Win32 Version: 15.0.50.0
    CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202018/Bin/InventorElectrical/AceInvAddIn.dll
----------------------------------------
Autodesk.Inventor.Interop
    Assembly Version: 21.0.0.0
    Win32 Version: 21.0.0.0
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/Autodesk.Inventor.Interop/v4.0_21.0.0.0__d84147f8b4276564/Autodesk.Inventor.Interop.dll
----------------------------------------
AceCatalogBrowserCommonCtrl
    Assembly Version: 15.0.50.0
    Win32 Version: 15.0.50.0
    CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202018/Bin/InventorElectrical/AceCatalogBrowserCommonCtrl.DLL
----------------------------------------
AceDataStore
    Assembly Version: 15.0.50.0
    Win32 Version: 15.0.50.0
    CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202018/Bin/InventorElectrical/AceDataStore.DLL
----------------------------------------
System.Data
    Assembly Version: 4.0.0.0
    Win32 Version: 4.6.1590.0 built by: NETFXREL2
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_64/System.Data/v4.0_4.0.0.0__b77a5c561934e089/System.Data.dll
----------------------------------------
AceInvAddIn.resources
    Assembly Version: 15.0.50.0
    Win32 Version: 15.0.50.0
    CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202018/Bin/InventorElectrical/en-US/AceInvAddIn.resources.DLL
----------------------------------------
InvUIModelBrowser.resources
    Assembly Version: 22.0.11200.0
    Win32 Version: 22.0.11200.0000
    CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202018/Bin/en-US/InvUIModelBrowser.resources.DLL
----------------------------------------
AdUIModel
    Assembly Version: 22.0.11200.0
    Win32 Version: 22.0.11200.0000
    CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202018/Bin/AdUIModel.DLL
----------------------------------------
AdUIModel.resources
    Assembly Version: 22.0.11200.0
    Win32 Version: 22.0.11200.0000
    CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202018/Bin/en-US/AdUIModel.resources.DLL
----------------------------------------
PresentationFramework-SystemData
    Assembly Version: 4.0.0.0
    Win32 Version: 4.6.1590.0
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework-SystemData/v4.0_4.0.0.0__b77a5c561934e089/PresentationFramework-SystemData.dll
----------------------------------------
System.Numerics
    Assembly Version: 4.0.0.0
    Win32 Version: 4.6.1590.0 built by: NETFXREL2
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System.Numerics/v4.0_4.0.0.0__b77a5c561934e089/System.Numerics.dll
----------------------------------------
AceCatalogBrowserCommonCtrl.resources
    Assembly Version: 15.0.50.0
    Win32 Version: 15.0.50.0
    CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202018/Bin/InventorElectrical/en-US/AceCatalogBrowserCommonCtrl.resources.DLL
----------------------------------------
AdUiPalettes
    Assembly Version: 21.0.0.0
    Win32 Version: 21.0.49.0.0
    CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202018/Bin/AdUiPalettes.DLL
----------------------------------------
System.Web
    Assembly Version: 4.0.0.0
    Win32 Version: 4.6.1590.0 built by: NETFXREL2
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_64/System.Web/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Web.dll
----------------------------------------
Microsoft.GeneratedCode
    Assembly Version: 1.0.0.0
    Win32 Version: 4.6.1590.0 built by: NETFXREL2
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
Autodesk.iLogic.Exec
    Assembly Version: 22.0.11200.0
    Win32 Version: 22.0.11200.0
    CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202018/Bin/Autodesk.iLogic.Exec.DLL
----------------------------------------
vj0jexsf
    Assembly Version: 0.0.0.0
    Win32 Version: 4.6.1590.0 built by: NETFXREL2
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
Autodesk.iLogic.Runtime
    Assembly Version: 22.0.11200.0
    Win32 Version: 22.0.11200.0
    CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202018/Bin/Autodesk.iLogic.Runtime.DLL
----------------------------------------
kh1yan4c
    Assembly Version: 0.0.0.0
    Win32 Version: 4.6.1590.0 built by: NETFXREL2
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
4dx3up4o
    Assembly Version: 0.0.0.0
    Win32 Version: 4.6.1590.0 built by: NETFXREL2
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
UIAutomationProvider
    Assembly Version: 4.0.0.0
    Win32 Version: 4.6.1590.0 built by: NETFXREL2
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/UIAutomationProvider/v4.0_4.0.0.0__31bf3856ad364e35/UIAutomationProvider.dll
----------------------------------------
InvUIModelPropertyPanel.resources
    Assembly Version: 22.0.11200.0
    Win32 Version: 22.0.11200.0000
    CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202018/Bin/en-US/InvUIModelPropertyPanel.resources.DLL
----------------------------------------
Iop
    Assembly Version: 0.0.0.0
    Win32 Version: 22, 0, 11200, 0000
    CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202018/Bin/Iop.DLL
----------------------------------------
TreeControlDotNET
    Assembly Version: 22.0.11200.0
    Win32 Version: 22.0.11200.0
    CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202018/Bin/TreeControlDotNET.DLL
----------------------------------------
DevExpress.XtraTreeList.v16.1
    Assembly Version: 16.1.5.0
    Win32 Version: 16.1.5.0
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/DevExpress.XtraTreeList.v16.1/v4.0_16.1.5.0__b88d1754d700e49a/DevExpress.XtraTreeList.v16.1.dll
----------------------------------------
DevExpress.XtraEditors.v16.1
    Assembly Version: 16.1.5.0
    Win32 Version: 16.1.5.0
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/DevExpress.XtraEditors.v16.1/v4.0_16.1.5.0__b88d1754d700e49a/DevExpress.XtraEditors.v16.1.dll
----------------------------------------
DevExpress.Utils.v16.1
    Assembly Version: 16.1.5.0
    Win32 Version: 16.1.5.0
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/DevExpress.Utils.v16.1/v4.0_16.1.5.0__b88d1754d700e49a/DevExpress.Utils.v16.1.dll
----------------------------------------
System.Data.Linq
    Assembly Version: 4.0.0.0
    Win32 Version: 4.6.1590.0
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System.Data.Linq/v4.0_4.0.0.0__b77a5c561934e089/System.Data.Linq.dll
----------------------------------------
System.ComponentModel.DataAnnotations
    Assembly Version: 4.0.0.0
    Win32 Version: 4.6.1590.0
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System.ComponentModel.DataAnnotations/v4.0_4.0.0.0__31bf3856ad364e35/System.ComponentModel.DataAnnotations.dll
----------------------------------------
yacv3wj0
    Assembly Version: 0.0.0.0
    Win32 Version: 4.6.1590.0 built by: NETFXREL2
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
222r54mn
    Assembly Version: 0.0.0.0
    Win32 Version: 4.6.1590.0 built by: NETFXREL2
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
t2mbnzdq
    Assembly Version: 0.0.0.0
    Win32 Version: 4.6.1590.0 built by: NETFXREL2
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
jjw0kzuw
    Assembly Version: 0.0.0.0
    Win32 Version: 4.6.1590.0 built by: NETFXREL2
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
3cfdxpz1
    Assembly Version: 0.0.0.0
    Win32 Version: 4.6.1590.0 built by: NETFXREL2
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
ptmeksa5
    Assembly Version: 0.0.0.0
    Win32 Version: 4.6.1590.0 built by: NETFXREL2
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
eea3g2ls
    Assembly Version: 0.0.0.0
    Win32 Version: 4.6.1590.0 built by: NETFXREL2
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
oaegabxn
    Assembly Version: 0.0.0.0
    Win32 Version: 4.6.1590.0 built by: NETFXREL2
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
0d3mznkp
    Assembly Version: 0.0.0.0
    Win32 Version: 4.6.1590.0 built by: NETFXREL2
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
sesyu0cv
    Assembly Version: 0.0.0.0
    Win32 Version: 4.6.1590.0 built by: NETFXREL2
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
eh4ea2fo
    Assembly Version: 0.0.0.0
    Win32 Version: 4.6.1590.0 built by: NETFXREL2
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
5fsotutn
    Assembly Version: 0.0.0.0
    Win32 Version: 4.6.1590.0 built by: NETFXREL2
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
1bc2jevq
    Assembly Version: 0.0.0.0
    Win32 Version: 4.6.1590.0 built by: NETFXREL2
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
2wiep1um
    Assembly Version: 0.0.0.0
    Win32 Version: 4.6.1590.0 built by: NETFXREL2
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
InvTaskDialog
    Assembly Version: 0.0.0.0
    Win32 Version: 22, 0, 11200, 0000
    CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202018/Bin/InvTaskDialog.DLL
----------------------------------------
2w111w4y
    Assembly Version: 0.0.0.0
    Win32 Version: 4.6.1590.0 built by: NETFXREL2
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
btvfster
    Assembly Version: 0.0.0.0
    Win32 Version: 4.6.1590.0 built by: NETFXREL2
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
uketl5p4
    Assembly Version: 0.0.0.0
    Win32 Version: 4.6.1590.0 built by: NETFXREL2
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
q3kc24ba
    Assembly Version: 0.0.0.0
    Win32 Version: 4.6.1590.0 built by: NETFXREL2
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
vxn4b40n
    Assembly Version: 0.0.0.0
    Win32 Version: 4.6.1590.0 built by: NETFXREL2
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
kbys0mbz
    Assembly Version: 0.0.0.0
    Win32 Version: 4.6.1590.0 built by: NETFXREL2
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
dyqdletg
    Assembly Version: 0.0.0.0
    Win32 Version: 4.6.1590.0 built by: NETFXREL2
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
jgc5lu5m
    Assembly Version: 0.0.0.0
    Win32 Version: 4.6.1590.0 built by: NETFXREL2
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
zcl3strj
    Assembly Version: 0.0.0.0
    Win32 Version: 4.6.1590.0 built by: NETFXREL2
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
a0bw15tw
    Assembly Version: 0.0.0.0
    Win32 Version: 4.6.1590.0 built by: NETFXREL2
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
3vo515vh
    Assembly Version: 0.0.0.0
    Win32 Version: 4.6.1590.0 built by: NETFXREL2
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
hpmgsbsc
    Assembly Version: 0.0.0.0
    Win32 Version: 4.6.1590.0 built by: NETFXREL2
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
MFCM140U
    Assembly Version: 14.0.24212.0
    Win32 Version: 14.0.24212.0 built by: VCTOOLSD14ULDR
    CodeBase: file:///C:/windows/system32/MFCM140U.dll
----------------------------------------
bednm2ca
    Assembly Version: 0.0.0.0
    Win32 Version: 4.6.1590.0 built by: NETFXREL2
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
hptnadyp
    Assembly Version: 0.0.0.0
    Win32 Version: 4.6.1590.0 built by: NETFXREL2
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
wwbo35ea
    Assembly Version: 0.0.0.0
    Win32 Version: 4.6.1590.0 built by: NETFXREL2
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
ifkoposb
    Assembly Version: 0.0.0.0
    Win32 Version: 4.6.1590.0 built by: NETFXREL2
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
1xhg13cf
    Assembly Version: 0.0.0.0
    Win32 Version: 4.6.1590.0 built by: NETFXREL2
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
05l1smdu
    Assembly Version: 0.0.0.0
    Win32 Version: 4.6.1590.0 built by: NETFXREL2
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
vjeaukj1
    Assembly Version: 0.0.0.0
    Win32 Version: 4.6.1590.0 built by: NETFXREL2
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
osqheq1x
    Assembly Version: 0.0.0.0
    Win32 Version: 4.6.1590.0 built by: NETFXREL2
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
LegacyPipeline
    Assembly Version: 22.0.11200.0
    Win32 Version: 22.0.11200.0000
    CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202018/Bin/LegacyPipeline.DLL
----------------------------------------
CCCBL
    Assembly Version: 0.0.0.0
    Win32 Version: 22, 0, 11200, 0000
    CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202018/Bin/CCCBL.DLL
----------------------------------------
CCServerProxies.Object
    Assembly Version: 22.0.11200.0
    Win32 Version: 22.0.11200.0000
    CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202018/Bin/CCServerProxies.Object.DLL
----------------------------------------
CCServerProxies
    Assembly Version: 22.0.11200.0
    Win32 Version: 22.0.11200.0000
    CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202018/Bin/CCServerProxies.DLL
----------------------------------------
RemoteContentProxies
    Assembly Version: 22.0.11200.0
    Win32 Version: 22.0.11200.0000
    CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202018/Bin/RemoteContentProxies.DLL
----------------------------------------
DesktopServerProxies
    Assembly Version: 22.0.11200.0
    Win32 Version: 22.0.11200.0000
    CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202018/Bin/DesktopServerProxies.DLL
----------------------------------------
Connectivity.Platform
    Assembly Version: 22.0.11200.0
    Win32 Version: 22.0.11200.0000
    CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202018/Bin/Connectivity.Platform.DLL
----------------------------------------
System.Data.SQLite
    Assembly Version: 1.0.88.0
    Win32 Version: 1.0.88.0
    CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202018/Bin/System.Data.SQLite.DLL
----------------------------------------
System.Transactions
    Assembly Version: 4.0.0.0
    Win32 Version: 4.6.1590.0 built by: NETFXREL2
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_64/System.Transactions/v4.0_4.0.0.0__b77a5c561934e089/System.Transactions.dll
----------------------------------------
System.Web.Services
    Assembly Version: 4.0.0.0
    Win32 Version: 4.6.1590.0 built by: NETFXREL2
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System.Web.Services/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Web.Services.dll
----------------------------------------
System.EnterpriseServices
    Assembly Version: 4.0.0.0
    Win32 Version: 4.6.1590.0 built by: NETFXREL2
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_64/System.EnterpriseServices/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.EnterpriseServices.dll
----------------------------------------
CMAPI
    Assembly Version: 0.0.0.0
    Win32 Version: 22, 0, 11200, 0000
    CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202018/Bin/CMAPI.DLL
----------------------------------------
Connectivity.Content
    Assembly Version: 22.0.11200.0
    Win32 Version: 22.0.11200.0000
    CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202018/Bin/Connectivity.Content.DLL
----------------------------------------
ICSharpCode.SharpZipLib
    Assembly Version: 0.85.4.369
    Win32 Version: 0.85.4.369
    CodeBase: file:///C:/Program%20Files/Autodesk/Inventor%202018/Bin/ICSharpCode.SharpZipLib.DLL
----------------------------------------
Microsoft.GeneratedCode
    Assembly Version: 1.0.0.0
    Win32 Version: 4.6.1590.0 built by: NETFXREL2
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
0aowzfw2
    Assembly Version: 0.0.0.0
    Win32 Version: 4.6.1590.0 built by: NETFXREL2
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
i1b0eexl
    Assembly Version: 0.0.0.0
    Win32 Version: 4.6.1590.0 built by: NETFXREL2
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
v2bbzmni
    Assembly Version: 0.0.0.0
    Win32 Version: 4.6.1590.0 built by: NETFXREL2
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
mci15j4k
    Assembly Version: 0.0.0.0
    Win32 Version: 4.6.1590.0 built by: NETFXREL2
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
2ou4riiv
    Assembly Version: 0.0.0.0
    Win32 Version: 4.6.1590.0 built by: NETFXREL2
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
hq5l1y2c
    Assembly Version: 0.0.0.0
    Win32 Version: 4.6.1590.0 built by: NETFXREL2
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
25ae3ve2
    Assembly Version: 0.0.0.0
    Win32 Version: 4.6.1590.0 built by: NETFXREL2
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
o14iavzt
    Assembly Version: 0.0.0.0
    Win32 Version: 4.6.1590.0 built by: NETFXREL2
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
dddzm0bo
    Assembly Version: 0.0.0.0
    Win32 Version: 4.6.1590.0 built by: NETFXREL2
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
p50a2v4p
    Assembly Version: 0.0.0.0
    Win32 Version: 4.6.1590.0 built by: NETFXREL2
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
4tbpiexg
    Assembly Version: 0.0.0.0
    Win32 Version: 4.6.1590.0 built by: NETFXREL2
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
3edrp0xi
    Assembly Version: 0.0.0.0
    Win32 Version: 4.6.1590.0 built by: NETFXREL2
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
ebkbd14a
    Assembly Version: 0.0.0.0
    Win32 Version: 4.6.1590.0 built by: NETFXREL2
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
orqv3b4y
    Assembly Version: 0.0.0.0
    Win32 Version: 4.6.1590.0 built by: NETFXREL2
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
qxtrdmxd
    Assembly Version: 0.0.0.0
    Win32 Version: 4.6.1590.0 built by: NETFXREL2
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
sy14dsx2
    Assembly Version: 0.0.0.0
    Win32 Version: 4.6.1590.0 built by: NETFXREL2
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
lqjdfocb
    Assembly Version: 0.0.0.0
    Win32 Version: 4.6.1590.0 built by: NETFXREL2
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
t3y3bd5u
    Assembly Version: 0.0.0.0
    Win32 Version: 4.6.1590.0 built by: NETFXREL2
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
uwvnliil
    Assembly Version: 0.0.0.0
    Win32 Version: 4.6.1590.0 built by: NETFXREL2
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
5dllr5d2
    Assembly Version: 0.0.0.0
    Win32 Version: 4.6.1590.0 built by: NETFXREL2
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
xoojsykq
    Assembly Version: 0.0.0.0
    Win32 Version: 4.6.1590.0 built by: NETFXREL2
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
2vboqhny
    Assembly Version: 0.0.0.0
    Win32 Version: 4.6.1590.0 built by: NETFXREL2
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
cvd1v10x
    Assembly Version: 0.0.0.0
    Win32 Version: 4.6.1590.0 built by: NETFXREL2
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
DevExpress.XtraLayout.v16.1
    Assembly Version: 16.1.5.0
    Win32 Version: 16.1.5.0
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/DevExpress.XtraLayout.v16.1/v4.0_16.1.5.0__b88d1754d700e49a/DevExpress.XtraLayout.v16.1.dll
----------------------------------------
Microsoft.GeneratedCode
    Assembly Version: 1.0.0.0
    Win32 Version: 4.6.1590.0 built by: NETFXREL2
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
Microsoft.GeneratedCode
    Assembly Version: 1.0.0.0
    Win32 Version: 4.6.1590.0 built by: NETFXREL2
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
Anonymously Hosted DynamicMethods Assembly
    Assembly Version: 0.0.0.0
    Win32 Version: 4.6.1590.0 built by: NETFXREL2
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_64/mscorlib/v4.0_4.0.0.0__b77a5c561934e089/mscorlib.dll
----------------------------------------
Accessibility
    Assembly Version: 4.0.0.0
    Win32 Version: 4.6.1590.0 built by: NETFXREL2
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/Accessibility/v4.0_4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
----------------------------------------
Microsoft.GeneratedCode
    Assembly Version: 1.0.0.0
    Win32 Version: 4.6.1590.0 built by: NETFXREL2
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
UIAutomationClient
    Assembly Version: 4.0.0.0
    Win32 Version: 4.6.1590.0 built by: NETFXREL2
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/UIAutomationClient/v4.0_4.0.0.0__31bf3856ad364e35/UIAutomationClient.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.


  Inventor Certified Professional
0 Likes
2,380 Views
17 Replies
Replies (17)
Message 2 of 18

JaneFan
Autodesk
Autodesk

Hello James,

 

Is the files in library write protected?

Seems this is a similar question with this one: https://forums.autodesk.com/t5/inventor-customization/ilogic-error/td-p/7133836

 

In inventor 2018, writing in properties of write protected files are not allowed.

 




Jane Fan
Inventor/Fusion QA Engineer
0 Likes
Message 3 of 18

SharkDesign
Mentor
Mentor

OK, I see that this is new.

How can I fix my ilogic so I don't get this error anymore?

I have to do it this way because iparts are effectively broken as there is noway to tell them to save to a different folder automatically so they all get bunched up in the main inventor folder. 

  Inventor Certified Professional
0 Likes
Message 4 of 18

chandra.shekar.g
Autodesk Support
Autodesk Support

Hi @jameswillo,

 

Sometimes, users will try to edit/modify Library files and saves automatically. Which affects original Inventor Library files.

 

So, In order to protect Inventor Library files, files are made it "Read-Only". This is introduced in Inventor 2018.

 

Due to this, exception error is thrown while accessing Library files.

 

Please feel free to contact if there is any doubt.

 

If solves problem, click on "Accept as solution" / give a "Kudo".

 

Thanks and regards,

 


CHANDRA SHEKAR G
Developer Advocate
Autodesk Developer Network



0 Likes
Message 5 of 18

SharkDesign
Mentor
Mentor

I understand that it's changed, what I want to know is how to change my code so that it still works?

  Inventor Certified Professional
0 Likes
Message 6 of 18

chandra.shekar.g
Autodesk Support
Autodesk Support

Hi @SharkDesign,

 

Please note this issue only happens when opening direct from the library, if I move to a non-library folder it works fine.

 

As you stated in the above, Please move all files to non - library folder.

 

No changes is required to code. As it is working for non - library folder.

 

Thanks and regards,


CHANDRA SHEKAR G
Developer Advocate
Autodesk Developer Network



0 Likes
Message 7 of 18

SharkDesign
Mentor
Mentor

I need it in the library it's a shared part and needs to be read only and in a central location.

  Inventor Certified Professional
0 Likes
Message 8 of 18

chandra.shekar.g
Autodesk Support
Autodesk Support

Hi @SharkDesign,

 

Can you please explain functionality of following iLogic code with example?

 

Function getFolderByPrefix(prefix As String, base_folder As String) As String

    Dim folder As String

    Dim prefixLength As Integer

    

    ' get the length of your prefix (e.g. length of 1234 is 4)

    prefixLength = Len(4)

    

    ' set folder to dir of your base_folder

    folder = Dir(base_folder & "\*", vbDirectory)

    ' loop through every immediate child item in folder

    Do While folder <> ""

        ' check it's a folder, and that it's first prefixLength (4) characters match the prefix

        If GetAttr(base_folder & "\" & folder) And vbDirectory And prefix = Left(folder, prefixLength) Then

            ' return this full path

            getFolderByPrefix = base_folder & folder & "\"

            ' stop searching - i.e. this will only find the *first* directory that matches prefix

            Exit Function

        End If

        ' go on to next one

        folder = Dir

        

    Loop

    getFolderByPrefix = ""

End Function

Thanks and regards,


CHANDRA SHEKAR G
Developer Advocate
Autodesk Developer Network



0 Likes
Message 9 of 18

SharkDesign
Mentor
Mentor

We only have one Inventor project file and all jobs are saved in a single folder separated by job numbers. 

 

So you have:

 

Workspace > Our project folder > then a folder for each job/work order.

 

Each folder starts with a four digit job number but has random text after this including the customer name and a name of what the project is.

 

The code is matching the iProperty field 'project' (job number) to the first 4 digits of the folder so it knows where to save the file it creates. 

  Inventor Certified Professional
0 Likes
Message 10 of 18

chandra.shekar.g
Autodesk Support
Autodesk Support

Hi @SharkDesign,

 

Please try the following iLogic code to find target folder using System.IO.

 

Imports System.IO

Function getFolderByPrefix(prefix As String, base_folder As String) As String

    Dim path As String()
path = Directory.GetDirectories(base_folder, prefix & "*") If path.Length = 0 Then Return ""
Else Return path(0) End If End Function

Please feel free to contact if there is any doubt.

 

If solves problem, click on "Accept as solution" / give a "Kudo".

 

Thanks and regards,

 


CHANDRA SHEKAR G
Developer Advocate
Autodesk Developer Network



0 Likes
Message 11 of 18

SharkDesign
Mentor
Mentor

That might work, but that is not why the error is occuring. 

 

The issue is that the form is trying to write information to the iproperties and it can't because it is read only.

 

This is how it works:

 

Open form, type in the customer name, this writes to company iproperty

Type job number, writes to project and is used for save location

Name writes in title

Material sets material

The next 4 write to the parameters

When you hit create, it should then write those unsaved alterations to a new file at the location specified by the code you just queried. 

 

All these writing operations now being blocked cos of the change in Inventor. 

How can I change my code so that it works?

  Inventor Certified Professional
0 Likes
Message 12 of 18

chandra.shekar.g
Autodesk Support
Autodesk Support

Hi @SharkDesign,

 

For Testing purpose, save a file in Network location manually. There might be problem with network accessibility.

 

There is no much changes in code. I created a iLogic form and tested the same.

 

iLogic code works fine. Tested part is also attached with this post.

 

Sub Main()

	ProjectFolder="\\lion\test"
	JN=iProperties.Value("Project", "Project")
	Nm=myName
	Nm=iProperties.Value("Summary", "Author")
	Part=iProperties.Value("Summary", "Title")	
	
	targetFolder = getFolderByPrefix(JN, ProjectFolder)

	If targetFolder = "" Then

    	' couldn't find directory - exit sub or panic and die here

		MessageBox.Show("No job number entered","Error")
	Else

		If Not System.IO.Directory.Exists(targetFolder & "Angle") Then
    		System.IO.Directory.CreateDirectory(targetFolder & "Angle")
		End If

		InventorVb.DocumentUpdate()

  		ThisDoc.Document.SaveAs(targetFolder & "\"&"Angle" & "\" & JN & " "& Part &(".ipt"), True)

		MessageBox.Show("Part created", "Angle create")	

	End If

End Sub

Function getFolderByPrefix(prefix As String, base_folder As String) As String

    Dim path As String()
    path = System.IO.Directory.GetDirectories(base_folder, prefix & "*")
    If path.Length = 0 Then
		Return ""
    Else
		Return path(0)
    End If

End Function

Please feel free to contact if there is any doubt.

 

If solves problem, click on "Accept as solution" / give a "Kudo".

 

Thanks and regards,


CHANDRA SHEKAR G
Developer Advocate
Autodesk Developer Network



0 Likes
Message 13 of 18

SharkDesign
Mentor
Mentor

Thanks I will try this out sometime next week.

  Inventor Certified Professional
0 Likes
Message 14 of 18

SharkDesign
Mentor
Mentor

Sorry it's taken me so long to look at this. 

Unfortunately it doesn't work and returns the same unhandled exception as before. 

  Inventor Certified Professional
0 Likes
Message 15 of 18

CattabianiI
Collaborator
Collaborator

I didn't read the whole thread, but if your original problem related to write protection for library's files there's a solution since Inventor 2018.2


MjDeck wrote:

There is an option. It's available only in the recently released Inventor 2018.2 Update.
To enable it, set the Inventor.Application._LibraryDocumentModifiable property to true. Example:

ThisApplication._LibraryDocumentModifiable = True


Remember to set back the property to false once you did your changes, the property they added to workaround this problem is quite powerful and makes the files modifiable to the end user too.

0 Likes
Message 16 of 18

SharkDesign
Mentor
Mentor

Does this mean that whilst I am editing it, anybody else using the same project file would also be bale to modify files in the library?

  Inventor Certified Professional
0 Likes
Message 17 of 18

CattabianiI
Collaborator
Collaborator

Does this mean that whilst I am editing it, anybody else using the same project file would also be bale to modify files in the library?

 

I'm testing this thing but I don't think so, that property refers to your inventor application. So if you forget to set back to false that option you could edit your lib's files even through the UI and not only via API, but only you!

What I'm suggesting is to define something like this:

SyntaxEditor Code Snippet

Public Sub SetLibFileiProp(doc As Document, propSetName As String, name As String, value As String)
	ThisApplication._LibraryDocumentModifiable = True
	Try 
		doc.PropertySets.Item(propSetName).Item(name) = value     
	Catch ex As Exception
		MsgBox(ex.ToString)
	Finally
		ThisApplication._LibraryDocumentModifiable = False
	End Try
End Sub

 

Message 18 of 18

RoyWickrama_RWEI
Advisor
Advisor

I have this problem since a week ago.

I got it solved with your posting (my rules were Read-Only).

 

Thanks.

0 Likes