WinSCP Classes Not Available in Visual Studio 2012
Just downloaded and exploded the .ZIP for winscpnet.dll and winscp.exe. Then copied these files to the \bin folder of my VS project.
Object Explorer doesn't show any WinSCP components. Added "Imports WinSCP" to my VB.NET Code and tried to define a New SessionOptions Class, but the Class is considered invalid. I then successfully registered the .DLL using the "Registering for COM" instructions but these was no change.
I've closed and reopened VS after each change in case a refresh was needed.
Also tried these files in /obj/debug as the CodeProject article suggests. File permissions seems fine.
My machine is 64 bit and .NET 4.5.
Thanks in advance for any suggestions.
Skip Lewis
Object Explorer doesn't show any WinSCP components. Added "Imports WinSCP" to my VB.NET Code and tried to define a New SessionOptions Class, but the Class is considered invalid. I then successfully registered the .DLL using the "Registering for COM" instructions but these was no change.
I've closed and reopened VS after each change in case a refresh was needed.
Also tried these files in /obj/debug as the CodeProject article suggests. File permissions seems fine.
My machine is 64 bit and .NET 4.5.
Thanks in advance for any suggestions.
Skip Lewis