06-09-2025, 04:59 AM
Quote:QM Err info:
0x80004002, Interface not supported.
The specified conversion is invalid.
From C# to QM can be returned only simple types that can be stored in VARIANT, like string or int. Probably `result.AsManagedObject` returns some other type. Try in C# to get the type and convert to string etc.
