Windows Docker container not support

Advertisement

vinibonicio
Joined:
Posts:
1

Windows Docker container not support

Hi,

I have been using WinSCP in .NET Core and using docker container (Windows) as a service to test the files transfer using SFTP. But I got this error when I testing in a service: "System.PlatformNotSupportedException: The named version of this synchronization primitive is not supported on this platform.
at System.Threading.EventWaitHandle.CreateEventCore(Boolean initialState, EventResetMode mode, String name, Boolean& createdNew)
at System.Threading.EventWaitHandle..ctor(Boolean initialState, EventResetMode mode, String name, Boolean& createdNew)
at WinSCP.ExeSessionProcess.TryCreateEvent(String name, EventWaitHandle& ev)
at WinSCP.ExeSessionProcess.InitializeConsole()
at WinSCP.ExeSessionProcess.Start()
at WinSCP.Session.Open(SessionOptions sessionOptions)". I use the Linqpad 5 to test the code and works normally. Does WinSCP not support docker container?

Reply with quote

Advertisement

You can post new topics in this forum