Is Winforms compatible with terminal server?

  • Thread starter Thread starter Amit
  • Start date Start date
A

Amit

Hello,
We are planning to provide terminal server access to one of our windows
applications written in VB.NET. Do you think it will work fine? The network
admin wants me to find out if the app is compatible with terminal server
(users will be on virtual desktop)
Thanks!
Amit
 
I have lots of WINFORMS apps running on terminal server. For the most
part no problem transitioning. Programs that try to do a
"just-one-of-me" can have problems. Concepts you have implemented that
have trouble running side by side on a single desktop anyway will have
problems. For example, use of some one-per-system-only items such as
mailslot connections.

- Lee
 
Cool, I think it'll work for us. Our application connects to SQL Server but
that's about it, no external files etc. Thanks Lee!
 
Back
Top