WinSCP .NET assembly doesn't work on Azure

本秂侑毒 提交于 2019-12-23 05:47:33

问题


I have problem with WinSCP .NET assembly (NuGet plugin) executing on Azure. All is working on localhost, but when I deploy my Web App on Azure I get following error:

WinSCP process terminated with exit code -1073741819 and output "", without responding (response log file C:\DWASFiles\Sites\mysite\Temp\wscp573C.00D7BA5D.tmp was not created). This could indicate lack of write permissions to the log folder or problems starting WinSCP itself.


回答1:


The -1073741819 translated to hex is C0000005, what is ACCESS_VIOLATION error. This probably indicates an internal error of WinSCP.

Make sure you are using the latest version of WinSCP.

If you are already using the latest version, please report the bug on WinSCP support forum, so that we can fix it for you.



来源:https://stackoverflow.com/questions/23825531/winscp-net-assembly-doesnt-work-on-azure

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!