ActiveX problem

ActiveX problem

Dear all,

I am trying to create an ActiveX with Visual Studio 2015.
I created everything and when I start the Runtime in my own computer (where I have the Editor), the ActiveX is working properly.
But, when I start the ActiveX in my Runtime Server, the ActiveX does not work. It does not read the variables.

Could somebody help me?

This is what I did:
Private zApplication As zenOn.Application = Nothing
Private zProject As zenOn.Project = Nothing
Dim acType As Type = Type.GetTypeFromProgID("zenon.Application")
zApplication = DirectCast(Activator.CreateInstance(acType, True), zenOn.Application)
zProject = zApplication.Projects().Item("nameproject")
MessageBox.Show("Connection to Zenon OK")
Dim ActualValve As Integer = zProject.Variables.Item("variablename").Value

Besides, I tried to do it through Marshall. But I had other problem with that. When I try to insert the activeX in the Editor, it always comes some error: 0x800401E3
This is what I did with Marshal:

zApplication = TryCast(Marshal.GetActiveObject("zenOn.Application"), zenOn.Application)
zProject = zApplication.Projects().Item("nameproject")

Thanks a lot for your help


This is a migrated post! Originally posted on 24.05.2017 by user rgv0021. Please be aware that information can be outdated.

    Disclaimer

    This document governs the use of our Community Forum. By registering and using the platform, you accept these conditions.

    The COPA-DATA Community Forum serves to encourage the exchange of information and experience about the zenon software between forum users respectively zenon users.

    Please mind that any published information on the Community Forum is the subjective opinion and view based on the experience and the level of knowledge of the author. COPA-DATA does not overtake any responsibility for the content and the accuracy of the shared information.

    Users of the Community Forum are encouraged to share only well-founded experiences and to point out any risks associated with the implementation of proposed solutions to problems. COPA-DATA at its absolute discretion, reserves the right to moderate the forum. In this connection COPA-DATA may remove any information containing false facts, potentially dangerous solutions, bad language or content that may insult, degrade or discriminate others. COPA-DATA may block a non-complying user from forum access if the user violated this provision.

    COPA-DATA reserves the right to change this document from time to time at own discretion.


    Ing. Punzenberger COPA-DATA GmbH
    Karolingerstraße 7b · 5020 Salzburg · Austria
    www.copadata.com