Good morning Guru.
I am using '.NET DLL Importer' and notice a strange thing.
When Powerbuilder object is generated among the instance variables exists 'is_assemblypath' (see image )
I note that it contains the absolute references of the source directory.
What exactly is it for?
In our case the development folder is not the same of the installation folder of the customer program.
I did two tests:
1) Leave the reference as generated. The system sometimes goes into error saying that it cannot load the assembly.
2) Deleted the absolute reference and left only the name of the dll. It seems to be improving, but again it fails. More rarely. (see image)
How is the problem solved?
Thanks in advance for the answers