Re: .NET Assembly cannot be added from PowerShell
Please read documentation:
https://winscp.net/eng/docs/message_net_operation_not_supported
https://winscp.net/eng/docs/message_net_operation_not_supported
Get-ChildItem
Verzeichnis: D:\WinSCP-Automation
Mode LastWriteTime Length Name
---- ------------- ------ ----
d----- 27.03.2019 23:02 net40
d----- 27.03.2019 23:02 netstandard2.0
-a---- 27.03.2019 23:02 17103 license-dotnet.txt
-a---- 27.03.2019 23:02 37854 license-winscp.txt
-a---- 27.03.2019 23:02 562 readme_automation.txt
-a---- 27.03.2019 23:02 19897552 WinSCP.exe
-a---- 27.03.2019 22:56 130560 WinSCPnet.dll
PS D:\WinSCP-Automation> Add-Type -Path WinSCPnet.dll
Add-Type : Die Datei oder Assembly "file:///D:\WinSCP-Automation\WinSCPnet.dll" oder eine Abhängigkeit davon wurde nicht gefunden. Der Vorgang wird nicht unterstützt. (Ausnahme von HRESULT: 0x80131515)
In Zeile:1 Zeichen:1
+ Add-Type -Path WinSCPnet.dll
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Add-Type], FileLoadException
+ FullyQualifiedErrorId : System.IO.FileLoadException,Microsoft.PowerShell.Commands.AddTypeCommand
PS D:\WinSCP-Automation>