vote up 1 vote down star

I've developed an application (C#) that currently sits on a a number of workstations. Each workstation accesses the same database (MS-SQL). I've been asked to port this to Citrix. Can anyone offer insight into documentation or suggestion of where someone would start with this? Is the application installed on the Citrix server and then simply made available to users or do I need to do further development to make it ready for this type of deployment?

Can anyone offer insight into Citrix application development?

flag

2 Answers

vote up 1 vote down check

For fairly straight forward app things just run.

Does you app need use localization configuration? i.e. time / date or currency formatting? There are Citrix settings that can do many things in this area. The users computer settings can be "projected" into Citrix or they could be overridden in Citrix.

Also do you use the machine name for anything? That will be the server name and not the users local machine name.

You can get a bit of a simulation in a Windows Server environment by getting a couple of remote desktop sessions running your app.

link|flag
No localization is needed so it looks pretty straightforward – Douglas Anderson Oct 20 '08 at 19:03
vote up 0 vote down

I wrote a C# application for a client once, and they ran it off a Citrix server without ever informing me of this, so if you're lucky you won't need to worry about Citrix at all. The only problem I ever ran into was due to my use of ActiveReports, which released a hotfix that broke on 64-bit processors (like the one my clients used to run Citrix). If you do run into any problems, you'll have an easier time debugging them if you actually have access to the Citrix server.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.