Hello everyone,
I encountered an issue, that my VSTA/Zenon wont run my Macro. even if I write a simple Macro like:
public void Macro_Test1()
{
MessageBox.Show("This is a Test");
}
The Name of the Macro shows up in the List, where I'm able to link a Macro to a function. I set the Function onto a Button and create the Runtime.
Still I don't get any Messageboxes, after I've pressed the Button. but why?
The parameters for the ZenOn is set up to:
[VSTA]
CSHARP=1
ON=1
LOADED=1
The awkward thing is that the Project worked last week without any problems, could it be that a colleague of mine, has
accidently erased a connection from the VSTA-part to the Project?
Thank you for any help u can give!
Kind regards