0xthirteen/SharpRDP

Compilation Failed: Could not find IMsRdpExtendedSettings or Interop.MSTSCLib

3lpsy opened this issue · 2 comments

3lpsy commented

I tried compiling SharpRDP on Windows 7 with Visual Studio 2019 and received the following errors:

Severity	Code	Description	Project	File	Line	Suppression State
Error	CS0246	The type or namespace name 'IMsRdpExtendedSettings' could not be found (are you missing a using directive or an assembly reference?)	SharpRDP	C:\Users\sunny\Projects\SharpRDP\SharpRDP\SharpRDP\Client.cs	62	Active

Second Error:

Severity	Code	Description	Project	File	Line	Suppression State
Error	CS7069	Reference to type 'IMsRdpClientAdvancedSettings8' claims it is defined in 'Interop.MSTSCLib', but it could not be found	SharpRDP	C:\Users\sunny\Projects\SharpRDP\SharpRDP\SharpRDP\Client.cs	68	Active

I added the C:\Users\sunny\Projects\SharpRDP\SharpRDP\ to to my Reference Paths. Do I need to take any extra steps to successfully compile SharpRDP?

Commit: f312f89 (latest as of writing)

Any guidance/suggestions would be greatly appreciated. Thanks!

Minimum supported client for IMsRdpExtendedSettings and IMsRdpClientAdvancedSettings8 is Windows 8.

3lpsy commented

Thanks!