Message 1 of 14
iLogicVb.Automation.DeleteAllRulesInDocument(oDoc) Causing Catastrophic Failure Error In Inventor 2025
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have an iLogic rule that ran fine when using Inventor 2023, but after updating to 2025, it produces a catastrophic error. I have narrowed down the offending line of code to the following:
iLogicVb.Automation.DeleteAllRulesInDocument(oDoc)
The error does not occur until the rule finishes and everything appears to be working, so I am confused why there is an error message.