I have set up remoteapp, and according to all the documentation that i have found, the application should be able to span/move across a dual monitor setup. I found that the rdp file should include desktop span:i:1, which it does. The application comes across fine but when trying to move to secondary display the app just disappears.
Thanks
I've been doing a bit of research into the issue for my own problems I've been having and found this, which should be useful:
Source: Here
My issue was the one about L-Shaped monitor setups, with the right-most as the default.
My guess is that your issue is likely not having the left-most monitor as primary...
It's been about a year since I played with this but my understanding is that spanning support is still relatively poor in the RDP Client. You need to be running at least version 6 of the RDP\MSTSC client to support spanning, both (local) monitors must be the same resolution with the primary on the left ([1] [2]) and the maximum resolution is 4096x2048. Span mode basically treats the monitors as one large display so it may not behave as you expect.
Try making the connection from the command line using: MSTSC /span /v: - this should work if both your server and client are at the right version and is less prone to typos\errors than modifying the .rdp file.
If you need more flexibility then SplitView may be worth looking at but this requires a server side component and it is commercial software. They have a very good tutorial on setting up basic spanning mode in any case so it's a good place to go if you are still having issues.
im assuming your running XP in which case make sure you've got SP3 installed.....
To access RemoteApp programs through TS Web Access, the client computer must be running RDC 6.1. RDC 6.1 is included with the following operating systems:
What new functionality does this feature provide? Ability to run programs remotely
Users can run programs from a terminal server and have the same experience as if the programs were running on the end user's local computer, including resizable windows, drag-and-drop support between multiple monitors, and notification icons in the notification area.
Source: http://technet.microsoft.com/en-us/library/cc753844(WS.10).aspx
hope this helps
Pete