1. yakov werde
  2. PowerBuilder
  3. Wednesday, 12 February 2020 18:45 PM UTC

For an Visual ActiveX control (.net dll) to be listed on the 

   OLECustomObject -> Insert object Dialog list.  Must it

  1. have a strong name
  2. be installed in the GAC
  3. Must it have an internal manifest resource packed in?

Any other requirements?

Working with legacy code is FUN!

Yakov

 

Miguel Leeuwe Accepted Answer Pending Moderation
  1. Thursday, 13 February 2020 02:59 AM UTC
  2. PowerBuilder
  3. # 1

Hi,

1. No

2. No

3. No

 

It needs to have been wrapped as an ActiveX, exposed to COM and you must do a "regasm.exe ..... /codebase" (unless it's already on the GAC by for example having compiled the DLL on the same PC in Visual Studio).

Note, it does not HAVE to be on the GAC.

Ha ... in my opinion, ironically "working with legacy code" (use of activeX?), makes it possible to use code that's "less legacy" (like .net visual controls).

regards,

MiguelL

 

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.