1. Ashok Kumar Pattanaik
  2. PowerBuilder
  3. Wednesday, 31 July 2019 16:26 PM UTC

Hello Sir,

Small application developed in PB12.5 version having one screen just to import excel data into data window  and display user after validating data. This application doesn't contain any webservice or database calls. I am using controls... data window, window, OCX for Excel and Rich Text Edit Control in window. Following DLL is presents in client PC application run directory.

 

1> atl71.dll     2> ExPat125.dll  3> libeay32.dll   4>libjcc.dll    5> libjtml.dll    6> libjutils.dll    7> msvcp71.dll    8> msvcr71.dll     9>nlwnsck.dll     10> pbscr125.dll    11> pbshr125.dll     12 > pbvm125.dll   

 

Even after copied above required DLLs in client machine, system didn't complain for any DLL but it stopped with fowling message. Can you please help me what is missing here?

--------------------------------------------------------------------------------------

pace.exe has stopped working

A problem caused the program to stop working correctly. Please close the program.

------------------------------------------------------------------------------------------------------

Does this issue due to ,net framework not exist in client machine or few dependency dlls are missing. If it is due to DLLs can you please help what extara dlls I need to copy to client machine?

Please help me with following query.

 

Thanking you in advance.

Regards,

Ashok Patannaik

 

 

Accepted Answer
Chris Pollach @Appeon Accepted Answer Pending Moderation
  1. Wednesday, 31 July 2019 17:36 PM UTC
  2. PowerBuilder
  3. # Permalink

Hi Ashok;

  Yes, you will need the .Net framework 4.x run-time if your application uses / deploys ...

1) Web Service DataWindow(s)

2) Excel save as .XLSX

3) Winform App (only up to PB 12.5.1)

4) PB Based .Net Web Service

5) PB Based .Net Assembly

6) Webform App (only up to PB 12.5.1)

HTH

Regards ... Chris

Comment
There are no comments made yet.
Roland Smith Accepted Answer Pending Moderation
  1. Wednesday, 31 July 2019 20:58 PM UTC
  2. PowerBuilder
  3. # 1

You are missing pbdwe125.dll which handles DataWindow processing.

Comment
There are no comments made yet.
Kevin Ridley Accepted Answer Pending Moderation
  1. Wednesday, 31 July 2019 18:26 PM UTC
  2. PowerBuilder
  3. # 2

Best bet is to run the PB Runtime Package utility, then execute the output file on each client, it will put everything you need on the machine.

Comment
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.