Create WPF Interface

Create WPF Interface

Hi everyone !

Do you have a problem with adding wpf element to your screen ? I use .NET 6.0 for below case.

I use manual from: https://download.copadata.com/fileadmin/user_upload/Downloads/Dokumentation/760SP0/ENGLISH/Manual/zenon_WPF-Element.pdf

I created 2 files: with behind code (.dll) and without behind code (.xaml)

The .xaml file I gave reference to .dll file

But when I am adding wpf element into screen I get log:
but if i run locally app with same reference everything is ok
when i add only .xaml file without code behind i get black screen

meanwhile it should look like this:


Do you have some tips how to succeed with adding wpf element (I want to exchange data between zenon and wpf element)