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

as1981

Problem registering com

All,

I am intending to use the winscpnet.dll functionality in vb6. I think I need to register the com and then put a reference to it in the VB6 code?

I am trying to register the com file with the follwing:

regasm.exe WinSCPnet.dll /codebase /tlb

The error I get is:

RegAsm : error RA0000 : Could not load file or assembly 'file:///C:\Windows\Microsoft.NET\Framework\v4.0.30319\WinSCPnet.dll' or one of its dependencies. Operation is not supported. (Exception from HRESULT: 0x80131515)

Does anyone know the cause of the error or if I will need to add a reference in VB6 and what the reference would be?

Thanks