The test application currently throws when right clicking a server node in the server browser. This is due to you having a two way binding set on Command<T>.Name which has a private setter.
I'd love to chat to you more about this project. Having trawled through a number of OPC samples on the internet your library is by far the most comprehensive I've found.
The test application currently throws when right clicking a server node in the server browser. This is due to you having a two way binding set on
Command<T>.Name
which has a private setter.Fix is to change:
to:
In MainWindow.xaml
Are you accepting pull-requests?
I'd love to chat to you more about this project. Having trawled through a number of OPC samples on the internet your library is by far the most comprehensive I've found.
Is there anything you need help with?