
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I need some help on an error situation in Ilogic. I will explain how to reproduce the error. Any thoughts how to solve?
I defined an external Ilogic Rule only containing this code:
Dim doc as Document Dim oMyParameter as UserParameters doc = ThisApplication.ActiveDocument oMyParameter = doc.ComponentDefinition.Parameters.UserParameters
When running the Rule after creating a new ipt all runs fine
Then creating new iam, Run Rule, immidiately This error pops up:
Error in rule: MyPropertymanager, in document: ED150091.ipt
Member not found. (Exception from HRESULT: 0x80020003 (DISP_E_MEMBERNOTFOUND))
System.Runtime.InteropServices.COMException (0x80020003): Member not found. (Exception from HRESULT: 0x80020003 (DISP_E_MEMBERNOTFOUND))
at Microsoft.VisualBasic.CompilerServices.LateBinding.LateGet(Object o, Type objType, String name, Object[] args, String[] paramnames, Boolean[] CopyBack)
at LmiRuleScript.Main()
at Autodesk.iLogic.Exec.AppDomExec.ExecRuleInAssembly(Assembly assem)
at iLogic.RuleEvalContainer.ExecRuleEval(String execRule)
Erorr is raised on the last line,
Thanks for any advise
best regards, martijn
Solved! Go to Solution.