1. jay rajan
  2. PowerBuilder
  3. Tuesday, 28 May 2019 08:47 AM UTC

hi  everyone ,

 

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

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

 

 

Andreas Mykonios Accepted Answer Pending Moderation
  1. Thursday, 30 May 2019 13:14 PM UTC
  2. PowerBuilder
  3. # 1

This is an option. But in PB 2019 this target will be obsolete.

Also in PB 2017 help files it's clearly stated that:

.NET Assembly target is a stable feature

.NET Assembly target is a stable feature, which means, this feature is available and is still eligible for technical support, but will no longer be enhanced.

Comment
  1. jay rajan
  2. Monday, 3 June 2019 09:03 AM UTC
thanks for reply



i have no any knowledgee of .net assembly

means actually question is what is the .net assembly ?

and what is the use of .net assembly in powerbuilder
  1. Helpful
There are no comments made yet.
Mariano Collado @Appeon Accepted Answer Pending Moderation
  1. Tuesday, 28 May 2019 18:57 PM UTC
  2. PowerBuilder
  3. # 2

Hi Jay,

If you are using Appeon PowerBuilder in it's Cloud or Universal Editions, you can create a .NET Assembly target the following way:

File > New > Target > .Net Assembly

See example attached.

 

 

Attachments (1)
Comment
There are no comments made yet.
Michael Kramer Accepted Answer Pending Moderation
  1. Tuesday, 28 May 2019 15:29 PM UTC
  2. PowerBuilder
  3. # 3

Hi Jay, if you are asking on how/why PB client app can use a .NET assembly, then my answer is:

  1. You need .NET interop because your PB client app is a win32 app (or win64).
  2. You can use COM Callable Wrapper as the interop technique.
  3. Others may suggest alternate interop.

HTH /Michael

Comment
  1. jay rajan
  2. Monday, 3 June 2019 09:03 AM UTC
thanks for reply



i have no any knowledgee of .net assembly

means actually question is what is the .net assembly ?

and what is the use of .net assembly in powerbuilder
  1. Helpful
  1. Michael Kramer
  2. Tuesday, 4 June 2019 19:29 PM UTC
".NET assembly" is the .NET term for a .DLL file that any app written in any language may accessed. It only requires:

1) .DLL file to tell the local system which APIs it exposes

2) Your language / your code to understand how to call that .DLL file and how to pass parameter values + return value back and forth between the .DLL file and your app.

HTH /Michael
  1. Helpful
There are no comments made yet.
Roland Smith Accepted Answer Pending Moderation
  1. Tuesday, 28 May 2019 14:10 PM UTC
  2. PowerBuilder
  3. # 4

If you are looking at PB.Net, that was discontinued. There is no PB.Net 2017.

Comment
  1. jay rajan
  2. Monday, 3 June 2019 09:03 AM UTC
thanks for reply



i have no any knowledgee of .net assembly

means actually question is what is the .net assembly ?

and what is the use of .net assembly in powerbuilder
  1. Helpful
There are no comments made yet.
Andreas Mykonios Accepted Answer Pending Moderation
  1. Tuesday, 28 May 2019 12:06 PM UTC
  2. PowerBuilder
  3. # 5

You are looking content related to PB 2019 Beta? Or content related to PB 2017 R3 or prior release?

Andreas.

Comment
  1. jay rajan
  2. Tuesday, 28 May 2019 13:54 PM UTC
pb 17 only
  1. Helpful
  1. jay rajan
  2. Monday, 3 June 2019 09:04 AM UTC
thanks for reply



i have no any knowledgee of .net assembly

means actually question is what is the .net assembly ?

and what is the use of .net assembly in powerbuilder
  1. Helpful
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.