Imports WinSCP

AndreaF
Contributor III

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

 

pic1.png

1 ACCEPTED SOLUTION

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

 

 

View solution in original post

2 REPLIES 2

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

 

 

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