I'm trying to use the IPSwitch Secure SDk 8.0, but when I try to create a new instance of WsftpConnection it gave me an error :
COM object with CLSID {1E3F7F5B-3E4C-4D5F-A340-421FD658D3EE} is either not valid or not registered.
I bought it, I have the serial number, but I didn't entered in anywhere and the installation did not ask me about.
Please, Help!
Thanks in advance
Are you getting this error when calling CreateConnection on the WsftpApi object or if you try to instantiate a WsftpConneciton object? If it is the latter, you need to call CreateConnection on the IWsftpApi interface to create a "connection". It will return the IWsftpConnection interface on success.
Ben