Hi!
I just followed the steps for using a .net assembly on PB 12.5.2 Classic target.
I'm getting a "-2" error (class not found) on my PB Classic client when using Connecttonewobject function
My assembly target (PB .NET) looks like this:
It only has 1 public function, it's been signed and registered on windows assemblies (using gacutil), it has the COM visible property = true
Here is the results from FXCop
Most or all of the fixes to do are script that PowerBuilder generates on deploy..
Here is my client code:
Can someone help me?