Windows Server 2016 - VB6 calling COM+

E

eduardojandre

Hi we are trying to install a VB6 application on a Windows Server 2016.

It is seems to be possible since the vb6 is officialy supported by windows server 2016.

The problem is specifically when the VB6 application tries to call a COM+. The COM+ is hosted in a external server (not in the windows server 2016), when the system invoces the COM+ it receive the following error:
"Run-time Error 430 - Class Does Not Support Automation or Does Not Support Expected Interface"

The COM+ was previosly registred in the windows server 2016 machine and works when called by a VB script. The error just happens when called by the VB6.
Is that a supported scenaraio? Is there any tips on what can be causing the error?

Continue reading...
 
Back
Top Bottom