richietheprogrammer Posted July 7, 2011 Author Posted July 7, 2011 (edited) It seems I was wrong with $item, I looked up "GetNVItem" and $item is no [out]-parameter. It was just a guess. But I found some docs in which $provisioning is no IDispatch-interface, just IUnknwon. That could be a problem, too. Without the acutal object to examine and test, this is only a guessing game. Is there any ways I can make sure it is IUnknown? Also, is there any way around that? Thanks! Also, would it help if I provide the software to you? P.S, this is from the automation readme: IQProvisioning Interface: ----------------------------- GetNVItem(VARIANT item) Edited July 7, 2011 by richietheprogrammer
richietheprogrammer Posted July 7, 2011 Author Posted July 7, 2011 Thanks for this. I know already exactly where it is happening. It is in the following: $data= $Provisioning.GetNVItem($Item) So something about what you said earlier might be right, no? More specifically, I know it is from the $Provisioning, because regardless of what comes after $Provisioning. , the same behavior occurs
richietheprogrammer Posted July 8, 2011 Author Posted July 8, 2011 I wish i can just know the reason...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now