This is probably not the correct interpretation of this error.
The Win32 error above is more likely to indicate the actual problem.
Flags
Severity
Success
This code indicates success, rather than an error.
This may not be the correct interpretation of this code,
or possibly the program is handling errors incorrectly.
I need to do SFTP from within a SQL Server context. I can do FTP with MS libraries, but they do not support SFTP. So I downloaded Rebex, and put together a sample project, and tried to install it into SQL Server as a CLR stored procedure. When doing this, [...] read more
I have a strange problem, if I deploy my app through visual studio as debug or release version all is working well. But if I publish it to the store and download it from there the app crashes after Launcher.LaunchFileAsync or FileOpenPicker. When my app launches for example the default [...] read more