0x800401D0 Error when using GenerateHttpUrl.WinSCPextension.ps1
I am attempting to use
I changed line 112 from:
to:
and it seems to work now. I wasn't able to find any other reference to this problem, but I thought you should know about it.
This is on Windows 7, WinSCP 5.17.10 (build 11087)
GenerateHttpUrl.WinSCPextension.ps1
for the first time. It keeps generating the following error:
Exception calling "SetText" with "1" argument(s): "OpenClipboard Failed (Exception from HRESULT: 0x800401D0 (CLIPBRD_E_CANT_OPEN))"
I changed line 112 from:
[Windows.Clipboard]::SetText($result)
[Windows.Clipboard]::SetDataObject($result)
This is on Windows 7, WinSCP 5.17.10 (build 11087)