Just to be certain:
You want to start/control a WinForms application that is running on a server, from a WCF service running on the same server?
I am pretty sure WCF serices are normally barred from accessing the desktop, if they even run under the same account. I know Windows Services are barred since Vista and it would only make more sense for everything web-related (most of the times even a simple html server has the minimal rights it needs to read it's content only).
If the WinForms applciation is already running, you can use normal interprocess communication. But I am not realyl sure what you try to do there.
Let's talk about MVVM: http://ift.tt/1fpEgna Please mark post as helpfull and answers respectively.
No comments:
Post a Comment