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

martin

Re: WinSCP assembly v.5.15 - GAC registration is failing

Thanks for your report.

This issue has been added to the tracker:
https://winscp.net/tracker/1730
ykhabins

WinSCP assembly v.5.15 - GAC registration is failing

Hello,

It seems that that the latest WinSCP assembly v.5.15 from the WinSCP-5.15-Automation.zip was created without a strong name.

I used the following statement at the command prompt:
"c:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.6.1 Tools\gacutil.exe" /i WinSCPnet.dll


v.5.15 gives the following error message:
"Failure adding assembly to the cache: Attempt to install an assembly without a strong name"

v.5.13.8, the same command shows success:
"Assembly successfully added to the cache"