Hi All,
I use a few COM Visible .NET Assemblies in our Powerbuilder applications. I've been using COM Automation via OLEObject with them for years without any issues. Now it's time to update my .NET Assemblies to the latest version of .NET and I wanted to know whether using the .NET assembly importing features is the way to go, or whether I should stick with COM Automation?
Is the .NET assembly importing as reliable as using OLEObject. What about performance, is using objects created using .NET importing any faster or slower than using OLEObject? Are there any other considerations I should be aware of?
I currently use PB2019R3, but will probably look at updated to a later version soon.
The interface should be compatible with PB to import, so I was mainly wondering, since the .NET assembly could be used either way is one method more preferable from a reliability and performance perspective? I’ve been a fan of PB COM because it has been rock solid but wondered if maybe it’s old technology.