Forum Discussion

AndreaF's avatar
AndreaF
Contributor III
3 years ago

Imports WinSCP

Hi,

I have an Extensibiity rule which uses the "Imports WinSCP" command as is used to connect to an SFTP server. The rule works fine.

 

I have just made a copy of the rule within the same application because I wanted to try and make some changes, with the only difference between the two being the name of the rule, but it seems the "Imports WinSCP" command is not recognized in the new extensibility rule, despite being recognized in the old one.

 

Any idea of what I could might be doing wrong?

 

Thank you

 

  • You must have forgot to add the referenced assemblies .

    1) Open business rule -> click on Properties tab

    2) Add XF\WinSCPnet.dll in referenced assemblies

     

     

  • OS_Pizza's avatar
    OS_Pizza
    Contributor III

    You must have forgot to add the referenced assemblies .

    1) Open business rule -> click on Properties tab

    2) Add XF\WinSCPnet.dll in referenced assemblies

     

     

    • AndreaF's avatar
      AndreaF
      Contributor III

      Excellent! Yes, I forgot to do that, thank you!