1. jay rajan
  2. PowerBuilder
  3. Tuesday, 28 May 2019 13:54 PM UTC

hi  everyone ,

 

I read no. of blog to understand .net assembly in powerbuilder pb 17

but actual mean i dont understand that what is .net assembly in powerbuilder and what is the use of this and how to use in pb 17

Michael Kramer Accepted Answer Pending Moderation
  1. Friday, 7 June 2019 13:30 PM UTC
  2. PowerBuilder
  3. # 1

Hi Jay,

You asked same question 28-May-2019. I would expect same answers.

https://community.appeon.com/index.php/qna/q-a/net-assembly-in-powerbuilder

HTH /Michael

Comment
There are no comments made yet.
Marco Meoni Accepted Answer Pending Moderation
  1. Friday, 7 June 2019 11:00 AM UTC
  2. PowerBuilder
  3. # 2

Hi Jay,
a (PB) .NET Assembly is precompiled code that can be executed by the .NET runtime environment.
In short, it is usually a DLL library.
If you want to use these libraries in your PowerScript app you need to do COM-callable wrapper workaround:

https://community.appeon.com/index.php/articles-blogs/tips-tricks-techniques-articles/17-powerbuilder/167-calling-net-components-from-powerbuilder-via-com-wrappers-redux

Please notice .NET assembly targets are marked as obsolete feature in PB 2019.
Future revisions of PB 2019 may add direct interface from PowerScript to Assemblies without the COM wrapper.

Best,

.m

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.