Failure on using .NET assembly in VB2010
With the import command (Imports WinSCP), the session object and the events called in the VB.net syntax are fine.
However, once I deploy by running in debug mode. VB prompts the error message as below:
"Could not load file or assembly 'WinSCP, Version=1.0.5.2937, Culture=neutral, PublicKeyToken=b5f19f5762436b89' or one of its dependencies. The module was expected to contain an assembly manifest."
Would someone advise on this?
Thanks so much!