Search code examples
.net64-bitterminal-servicesvirtual-channel

Using Virtual Channel on a 64-bit Client


I'm trying to write a Terminal Services add-in with .Net (VB or C#) and am following this project on Code Project: http://www.codeproject.com/KB/system/TSAddinInCS.aspx

However, when trying to run this on a 64 bit Windows 7 OS, it doesn't run at all. The client portion never gets launched. Has anyone run into this and found a way to make this work?


Solution

  • We ended up going with Remote Executer For Terminal Server to handle this.

    We had to talk to the developer and have him build a 64-bit client but he did that and now we're using this solution. It's working very well, just thought I'd post an update for any future searches.