Dear Support Team,
I have created the .Net Assembly project in Power Builder which will generate the DLL as an output and same DLL I am referencing in my another .Net Program. In my Power Builder .Net Assembly project I have used the DataStore to load the PSR file and export the PDF of PSR report.
In my .Net Program, I am calling the function created in .Net Assembly power builder project. I am getting the below exception in my .Net program while calling the Power Builder function.
Exception:
DataWindow Server PBDWM150.DLL or required DLLs (atl71.dll, msvcp71.dll or msvcr71.dll) not found.
Just for your information, I have already place the all files/folders available in Runtime folder to bin/debug folder of .Net Program. But still I am getting the above exception. Also, I could not find the missing dll files in runtime folder.
Already I gone through the post having the same exception but I didn't find the solution.
Thanks & Regards,
Hiren Lad
I have not deployed the pbdwm.dll as it is not a part of Runtime folder. I have place the dll and now it is working fine.
Many thanks.!
Hiren Lad