- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi everyone
We have done in here locally a macro thats push out all the information about a solid to another software with an ilogic script this was done using VBA i think,
i'm not the one who write this but i'm using it everyday since the last 3 year, everything was working properly when i was using the script with inventor 2023,last year i did install inventor 2024 everything was still working properly with 2024, i proceed the exact same way to install 2025 but this time this external ilogic script did not work anymore, can anyone could guide me a little bit with what change in inventor2024 vs 2025 that could break this, also i still had 2024 installed on my system and the ilogic script still run perfectly fine on 2024 but as soon as i run it in 2025 i got this error message
the script starts like this
' <SilentOperation>False</SilentOperation>
AddReference "System.Data"
AddReference "System.Core"
AddReference "System.Xml"
Imports System.Data.OleDb
Imports System.Data
Imports System.Xml
Imports System.Collections
Class ThisRule
Dim gParentId As Integer = 0
Dim gURL As String = "URL HERE"
Dim gConnectionString As String = "Server Information Username/Password Here"
thanks for your help
Solved! Go to Solution.