Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

Michael L.

.NET Assembly cannot be added from PowerShell

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>