Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

13
votes
3answers
2k views

Determine if a program is running on a Remote Desktop

Is there a way my program can determine when it's running on a Remote Desktop (Terminal Services)? I'd like to enable an "inactivity timeout" on the program when it's running on a Remote Desktop ...
7
votes
2answers
864 views

SendKeys alternative that works on Citrix

I recently developed a virtual keyboard application for a customer. The program is working fine with almost all programs, but certain commands like {ENTER} or {DEL} are not working with Citrix. Is ...
7
votes
3answers
425 views

Acquiring / accessing Citrix environment for QA purposes

We have a Windows Forms, .NET 2.0 application delivered via ClickOnce and driven by web services, that our customers occasionally wish to deploy into a Citrix environment. In some cases, the customer ...
7
votes
5answers
3k views

What is the difference between: image/x-citrix-pjpeg and image/pjpeg

Some files are uploaded with a reported MIME type: image/x-citrix-pjpeg They are valid jpeg files and I accept them as such. I was wondering however: why is the MIME type different? Is there any ...
5
votes
1answer
202 views

IOException insufficient disk space when accessing Citrix mounted drive

I'm having a really strange problem. I'm trying to download some file and store. My code is relatively simple and straight forward (see below) and works fine on my local machine. But it is intended ...
5
votes
2answers
588 views

Programming .NET apps for Citrix/Terminal server: Compliance and Pitfalls

We are a bit lost here. We need to make our app installable on a network with +80 Citrix servers. Although our app is 100% valid and working .NET, we've experienced some (for us weird) behavior: You ...
4
votes
3answers
1k views

API for Determining if App is Running on Citrix or Terminal Services

I'm looking for an API/function I can call to determine if software is running on Citrix, Terminal Services, or a stand-alone PC. Optimally, it would work something like this: Select Case ...
3
votes
3answers
239 views

Java - Desktop.getDesktop().browse(URI) is supported, but does not open document (a citrix problem?)

(I am not sure if this is the correct place to ask this question. Please move to suitable site) I have a problem that is shown in below code. It does not work on machine (windows 2008) that has ...
3
votes
1answer
157 views

Windows Shell and Citrix

I have this line of code in my Delphi app: sh := CoShellWindows.Create; When run through a Citrix session, this raises an exception "Not enough storage is available to complete this operation." ...
3
votes
2answers
159 views

delphi form destroy under citrix

I work on a complex win32 application written in delphi (Delphi 2006). This application does not officialy support citrix but some of our customer use it under citrix. The only issue discovered is a ...
3
votes
1answer
299 views

How can a program detect that it is running on Citrix?

I am creating a program, which may or may not run inside a Citrix instance. The program needs to detect this, because it needs to behave in a different way on Citrix. How can it be detected in a ...
3
votes
3answers
2k views

Detect citrix “application mode”?

Forgive me for probably using the wrong term for this "application mode". Our application has a problem during start in that it doesn't show a task bar icon until the main window is up, even though ...
3
votes
2answers
1k views

Citrix - how to keep smartclient apps from re-downloading every time they are launched

Our company uses Citrix to remote into a terminal server for remote users to launch smart client apps within a virtual window on their machine. The problem is that smartclient apps are being ...
3
votes
4answers
300 views

Problem: .NET code runs from one directory, but not another, on same disk

Our application is a hybrid Win32 unmanaged application and a .NET 2.0 managed application. The Win32 part is the main executable, which at some point loads and hosts the .NET 2.0 runtime and loads ...
3
votes
5answers
1k views

Citrix Server sort of app - on a Mac?

Does anyone know of a similar product to Citrix Server that'll run on the Mac OS? Essentially, I'm looking to allow multiple remote users to log in to the same OSX Server at the same time (with full ...
2
votes
1answer
89 views

Detecting a Citrix XenDesktop Session

I'm looking to determine if our application is running on a XenDesktop session rather than locally. Here is what I have found so far: We currently have code to detect a Citrix XenApp session ...
2
votes
0answers
28 views

Connect TFS over Citrix

I have to do synchronization task between multiple instance of TFS. However, the right-hand-side TFServer is inside Citrix. Can I connect to TFSerer inside Citrix from outside Ctrix?
2
votes
1answer
26 views

citrix licensing with .net

I know there are licensing issues surrounding Citrix. But can I build a .net winform application and host it on Citrix without paying licensing fees to Microsoft? Im aware that they charge for MS ...
2
votes
1answer
207 views

Should I call Application.EnableVisualStyles() on terminal services?

In a terminal services/citrix environment, should I call Application.EnableVisualStyles() in my .NET 3.5 WinForms app when my program starts, or is it better to refrain from doing that? I am looking ...
2
votes
1answer
185 views

How do I get a citrix client receiver version number in c#

I'm running a c#.NET application as a login/logout script on a XenApp server. The application will run in a user context and I need to be able to retrieve the (client's) citrix receiver version ...
2
votes
2answers
251 views

Citrix font errors on Fedora 13/14

I need to run Citrix Receiver on Fedora 13 to connect into a corporate VPN. I had it running originally on Fedora13, but after some previous update some time ago in the past, Citrix stopped working. ...
2
votes
2answers
343 views

%appData% and Citrix - Is roaming data persisted during logoff?

We have a program that need to be able to run on Local machines, Terminal Servers and Citrix. While the program is running it need to create some data that are user-specific (Logs), so for that ...
2
votes
3answers
661 views

Why does first call to java.io.File.createTempFile(String,String,File) take 5 seconds on Citrix?

While debugging slow startup of an Eclipse RCP app on a Citrix server, I came to find out that java.io.createTempFile(String,String,File) is taking 5 seconds. It does this only on the first execution ...
2
votes
2answers
376 views

Technique to limit number of instances of our application under Terminal Server

I'm looking for simple ways to monitor and limit the number of instances of our application under Terminal Server (2003 and 2008). The purpose of this restriction is to make sure we don't overload ...
2
votes
0answers
308 views

Is it possible to embed a Citrix XenApp in a webpage and pass it parameters dynamically?

So, I know nothing about the Citrix applications, so maybe I can be pointed in the right direction or even be given examples. I need to be able to run an desktop application (which is installed on ...
2
votes
2answers
182 views

is there online citrix testing available?

Is there any way to access CITRIX remotely for doing some simple QE testing, our customer has a compatibility issue with our product and we dont have CITRIX in house PS: Also VMWARE image would be an ...
2
votes
2answers
252 views

Why would Cint(“1”) fail?

I'm attempting to deploy a WinForms app in a Citrix environment. It's been working reliably for some time on other physical and virtual machines, but it's failing, only when running the application ...
1
vote
0answers
44 views

Citrix - PB - Email

We are using PB application in two way one is access via Citrix server and another one is standalone. A PB 11.5 developed application, I am using via Citrix XenApp - Applications - In this PB ...
1
vote
1answer
82 views

Detect plugin's version number in Chrome

In Firefox I can reference navigator.plugins["myplugin"].version but the property 'version' doesn't exist in chrome. The particular plugin I'm working with is the Citrix Client Receiver plugin ...
1
vote
1answer
118 views

How can I figure out the taskbar height without using Screen.WorkingArea?

I've got a form that's supposed to position itself at the far right edge of the screen, and stretch in height to fill the whole heigth of the working area. Nothing too strange about that, and so I ...
1
vote
1answer
52 views

Wireshark on a Citrix Client

I'm working on an app which needs to intercept SSL from a Citrix client and write to a log file. We are trying to use Wireshark to log the traffic per this article: ...
1
vote
1answer
100 views

wpf checkbox doesn't display over citrix

So we have a WPF app deployed on a citrix server, it all works fine except that the checkbox won't show that it has been clicked (it's actually working just fine). So weird - just that one little ...
1
vote
1answer
144 views

Building a Test Citrix Environment

Our customers occasionally ask whether our software would run in a "Citrix environment". Which Citrix products make a typical Citrix environment? How in general does one build a typical Citrix ...
1
vote
1answer
238 views

Citrix, MFCOM, Powershell, and the future?

I have been using MFCOM for many years to incorporate Citrix Xenapp management tasks into our custom administration applications that we write mostly in Java and partially in C++. Our Citrix ...
1
vote
1answer
148 views

Is it possible to get a users timezone for an application hosted by Citrix XenApp?

I have a VB6 application hosted to users around the world through Citrix XenApp. I'm using the windows GetTimeZoneInformation call to find the time zone of the user in order to adjust some dates ...
1
vote
1answer
125 views

Consuming Web Service protected by Citrix Access Gateway

I'm trying to use a web service that is exposed to the outside world via a Citric Access Gateway (CAG) but I'm not sure how to authenticate with the CAG using .net does anyone have any idea how I ...
1
vote
1answer
254 views

Problem Publishing WCF Ria Application Over Citrix Access Gateway

We currently have a silverlight app, one that uses "vanilla" wcf services and one that uses WCF Ria Services. We publish the application via a citrix access gateway (secure web proxy). The SL app ...
1
vote
1answer
259 views

Sending message to citrix session

I have programs running both locally and on a citrix session. I need to send a one-bit message from the program running locally, to the program running on the citrix session in a very reliable way. ...
1
vote
3answers
1k views

Get AD Group Membership recursivly using PowerShell

What is the cleanest (and fastest) way to get ALL groups that a single user is a member of. Im using PowerShell 2.0 to count the logged in users in Citrix and devide them into groups from the Active ...
1
vote
4answers
112 views

Logging App events/exceptions/messages in Enterprise Environnments

We've been having a discussion in our office as part of an upgrade of an old application from VB6 to .Net 3.5 about how best to approach logging. The old system used local log files, the path for ...
1
vote
1answer
78 views

CruiseControl with SourceSafe through Citrix

I'm trying to set up CruiseControl.Net using SourceSafe as our source code repository. Looking at the example code in the CC.Net documentation I need to provide a path to the SourceSafe executable in ...
1
vote
2answers
134 views

linux scripting with a variable referring to id's in a text file OR mass citrix vm snapshot delete

I have a command (citrix xenserver cli delete snapshot command--if it matters) that I have to repeat a bunch of times: xe snapshot-uninstall snapshot-uuid=[snapshot-uuid] I want to script this ...
1
vote
2answers
318 views

What is the best practice for storing settings in a .Net Winforms app that may be deployed in a Citrix environment?

I have a desktop application that on first execution prompts for the connection details to the database and then I want to retain them for future use (as an encrypted string) so that the next time the ...
1
vote
2answers
224 views

Web browser Control under Citrix environment

I have a web application which is also displayed in a web browser control of a winforms application. MS Word and Excel are installed on Citrix server. But I want to open a word/excel document on ...
1
vote
1answer
190 views

Citrix GUI in C#

I have been looking for a way to create a simple GUI for users to stop,start,create, list running VMs in Citrix XenServer. I will create a form that has input boxes for users to put the name of the vm ...
1
vote
1answer
248 views

Printing from Adobe with Citrix

Greetings, I've attempted to shrink the code down as much as I can. Basically we use the Adobe Acrobat standard 6 Com libraries to print. It works as well as any batch pdf print solution that I've ...
1
vote
1answer
2k views

The thread tried to read from or write to a virtual address for which it does not have the appropriate access

I have developed a .NET 2.0 extension that acts as a plug in to a 3rd party application. Everything runs fine when run on anything but Citrix. When run over Citrix as a published application the ...
1
vote
1answer
468 views

Get local computer name via Citrix session in .NET

I need to get the local Computer Name for a desktop computer running our software application through a Citrix session. When I query My.Computer.Name I get the name of the server. How can I get the ...
1
vote
2answers
235 views

Citrix IE detection

We have a website, which many users are accessing through Citrix. Certain things (namely video) drag down the Citrix server so much that I don't even want to try launching a video if the user is ...
1
vote
1answer
386 views

How to make WPF app work as a child process in Citrix

I am working on a 3rd party application that allows plugins to be written in .NET 1.1. I have decided I would like to write my plugin to call a seperate process from the .NET 1.1 plugin (achieved ...

1 2 3