My WPF application is working good in stand-alone machines. However, when I tried to install and run it in a Citrix Environment, there have been some shared object issues.
e.g. if user1 logged into the Citrix Server and access start a new instance of the application**(his instance)** all is fine. But when user2 logged into his machine and invoke new instance of the application, he has been getting user1's data.
I know NetNamedPipeBinding's scope is global and machine specific but is there a way to address the issue?
Thanks.