Hi All,
I am using PowerBuilder 2019 and trying to use the .Net assembly for the first time. In my source the reference below works fine when i run the app but fails in the compiled version when it runs with the runtime dlls. The error is
"Unresoved external reference to DoTNetAssembly ...." at the create level. I guess I am missing a runtime dll in my compile version folder. Are there there any other folders I should be adding besides the ones i picked up at the appeon website?
///////////
DotNetAssembly lcs_ass
lcs_ass = create DotNetAssembly
///
Thanks,
Kwadwo