IRDPSRAPIAttendee Misafirim = (IRDPSRAPIAttendee)Misafir;
Misafirim.ControlLevel = CTRL_LEVEL.CTRL_LEVEL_MAX;
oturumum = new RDPSession();
oturum.OnAttendeeConnected += GelenKisi;
oturum.Open();
oturum.Close();
IRDPSRAPIInvitation Davet = oturum.Invitations.CreateInvitation(Kullanici,Grup,Parola,BaglantiLimitim);
return Davet.ConnectionString;
OturumOlustur();
Baglan(oturumum);
textBox1.Text = BaglantiKodu(oturumum,"UzakKullanici","UzakGrup","",1);
System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'RDPCOMAPILib.RDPSession'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{FEE4EE57-E3E8-4205-8FB0-8FD1D0675C21}' failed due to the following error: No such interface supported (Exception from HRESULT: 0x80004002 (E_NOINTERFACE)).