Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

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

lincy27

Thanks a lot Martin!You are right, the RegAsm.exe was corrupted.
martin

Re: Registering Winscp COM library

While registering WINSCP COM library , executing this command :
C:\Windows\Microsoft.NET\Framework\v2.0.50727\RegAsm.exe WinSCPnet.dll /codebase /tlb
creates an error Microsoft.NET\Framework\v2.0.50727\RegAsm.exe is not a valid Win32 Application.

You must have some invalid installation of the .NET framework. Isn't that a 64-bit binary?

On running thte command regsvr32 WinSCPnet.dll creates the error DllRegisterServer entry point was not found.

You cannot use regsvr32 on a .NET assembly.
lincy27

Registering Winscp COM library

While registering WINSCP COM library , executing this command :
C:\Windows\Microsoft.NET\Framework\v2.0.50727\RegAsm.exe WinSCPnet.dll /codebase /tlb
creates an error Microsoft.NET\Framework\v2.0.50727\RegAsm.exe is not a valid Win32 Application. On running thte command regsvr32 WinSCPnet.dll creates the error DllRegisterServer entry point was not found. This was done on Windows XP machine. Any help please.