1. Roland Smith
  2. PowerBuilder
  3. Friday, 31 July 2020 14:21 PM UTC

PB 2019 GA

I have a question about the file Sybase.PowerBuilder.DataWindow.Excel12.dll.

Customers have reported that SaveAs Excel12 result in an abort. It appears that the file needs to be installed into the .Net GAC and we didn't do that in our installer (InstallShield).

My question is what version of the .Net Framework is required?

The PB Help topic on runtime files doesn't mention the GAC or the .Net Framework. The topic on the Packager mentions the GAC but the reference to the Framework seems to be talking about what is required to use the packager.

 

René Ullrich Accepted Answer Pending Moderation
  1. Monday, 3 August 2020 05:29 AM UTC
  2. PowerBuilder
  3. # 1

Hi Roland,

you don't need to install the DLL in GAC.

We had same problem with our installation. We had installed all runtime DLLs in a directory that we added to the PATH variable. In this case the Excel12 export doesn't work.

Now we install the Sybase.PowerBuilder.DataWindow.Excel12.dll in the same directory as the application. All other runtime files we have still in the old directory. Now the export works!

HTH,

René

Comment
There are no comments made yet.
Ken Guo @Appeon Accepted Answer Pending Moderation
  1. Monday, 3 August 2020 03:36 AM UTC
  2. PowerBuilder
  3. # 2

Hi  Roland,

 

The SaveAs Excel12(XLSX!) functionality requires.NET Framework 4.0 or later, you can refer to the link below for more details.

https://docs.appeon.com/pb2019r2/datawindow_reference/ch06s21.html 

 

 

Regards,

Ken

 

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.