So we have a desktop application that has a RepositoryItemImageComboBox control (basically a dropdown with pictures) which works fine when run on a local machine.
However, we have a bunch of users that access the application through a Remote Application connection, and when they do, every 10th or so time the dropdown menu is accessed, it is not populated with the images as it should be. (I tried to post pictures, but my account is unverified...)
I've tried finding everything I can read about Remote Application connections, but haven't found any promising trails of what's going on. Any suggestions would be great, but my question for you is this:
The entire desktop application is fully loaded into the RA server, correct? It's not like the active form is loaded into RAM on the RA Client, but when accessing something like an icon image, it has to go over the network and get the data from the .exe on the RA server to bring back to the RA client RAM, right? The RA client is basically like a picture of something going on on the RA server.