jaysonragasa / MultiRDPClient.NET

A multi RDP client made with Windows Forms and an ActiveX RDP client.
Microsoft Public License
107 stars 151 forks source link

i cannot use it to connect to windows 10 or windows server 2016 #5

Closed xdlysk closed 4 years ago

xdlysk commented 4 years ago

connect to windows 7 or windows server 2012 is ok. but have no effect when i try to connect windows 10 or windows server 2016.the interface is blank. i try to change the AxMsRdpClient to AxMsRdpClient10,but i got an exception : ClassFactory cannot supply requested class (Exception from HRESULT HRESULT:0x80040111 (CLASS_E_CLASSNOTAVAILABLE))

my develop environment is visual studio 2019 and windows 10.