Dear Team,
I am facing a critical issue with my power builder application. I am having a customized odbc driver which is communicating with my PB application.
I am having another Visual Studio 2022 application which is communicate with my PB application with the help of the customized DSN. This is working fine when the in the development. But it is not working while the VS application host in the IIS. When we debug the issue, the below line of code gives the error.
This InvokeClassFunction is located in "C:\Program Files (x86)\Appeon\PowerBuilder 22.0\SDK\PBNI\include\pbni.h" file
Both the PB & VS applications are in 64 bit and the ODBC dll also built in the 64 bit.
Please treat it as urgent matter and guide me on this.