I have to develop a C# application (WPF) and deploy it on Citrix Xenapp server so that a number of users can acccess it. The application is basically like a Windows communicator. I have developed the application and I also have created MSI package using InstallShield. It works well when installed on my machine, but crashes when installed on Citrix machine. My question is what specific code (or anything) I need to do for my app to be able to work on Citrix Xenapps?
Asked
Active
Viewed 96 times
-2
-
What is the error message you are getting on the citrix machine, if any? – Nahuel Ianni Mar 14 '16 at 13:21
-
The application crashes while launching. – Andy Mar 15 '16 at 12:10
1 Answers
0
Nothing special really, Citrix is no more than Terminal Services.
As a rule of thumb I would never use the install path for config/logs and would always do this to user based environment variables. %USERPROFILE% for example is a good one.

Lee Armstrong
- 11,420
- 15
- 74
- 122