System.AccessViolationException

Hi! All,

Currently I have this exception when try run EventStore ( EventStore.ClusterNode.Exe --db .\ESData )

Unhandled Exception: [11292,13,15:48:05.088] Starting HTTP server on [http://127.0.0.1:2113/,http://localhost:2113/]…

System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.

at System.Net.UnsafeNclNativeMethods.SetFileCompletionNotificationModes(CriticalHandle handle, FileCompletionNotificationModes modes)

at System.Net.HttpListener.CreateRequestQueueHandle()

at System.Net.HttpListener.Start()

at EventStore.Transport.Http.Server.HttpAsyncServer.TryStart() in c:\projects\eventstore\src\EventStore.Transport.Http\Server\HttpAsyncServer.cs:line 51

at EventStore.Core.Services.Transport.Http.HttpService.Handle(SystemInit message) in c:\projects\eventstore\src\EventStore.Core\Services\Transport\Http\HttpService.cs:line 77

at EventStore.Core.Bus.MessageHandler`1.TryHandle(Message message) in c:\projects\eventstore\src\EventStore.Core\Bus\MessageHandler.cs:line 33

at EventStore.Core.Bus.InMemoryBus.Publish(Message message) in c:\projects\eventstore\src\EventStore.Core\Bus\InMemoryBus.cs:line 324

at EventStore.Core.Services.VNode.VNodeFSM.TryHandle(VNodeState state, Action`2[] handlers, Message message, Int32 msgTypeId) in c:\projects\eventstore\src\EventStore.Core\Services\VNode\VNodeFSM.cs:line 124

at EventStore.Core.Services.VNode.VNodeFSM.Handle(Message message) in c:\projects\eventstore\src\EventStore.Core\Services\VNode\VNodeFSM.cs:line 103

at EventStore.Core.Bus.QueuedHandlerMRES.ReadFromQueue(Object o) in c:\projects\eventstore\src\EventStore.Core\Bus\QueuedHandlerMRES.cs:line 122

at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)

at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)

at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)

at System.Threading.ThreadHelper.ThreadStart(Object obj)

Any help about how can I resolve this?

Thank you!