Hello friends.
I am testing an application compiled in PB 12.6 and using a COM object from a .NET Library generated in .NET Framework v4.6.1, but at moment to consume the functionality, something like this:
Object_com = CREATE OLETxnObject
ll_res = Object_com.ConnectToNewObject("LibraryName.ObjectName)
The result is "-15", which the error documentation says: "-15 COM+ is not loaded on this computer"
But I do not know why this is happening. Is it something about Windows 10? Any services/feature inactive?
Thanks for your help!