techl / MonoRemoteDebugger

Other
83 stars 18 forks source link

Operation not supported. Unknown error: 0x80004005. #10

Closed duxa closed 8 years ago

duxa commented 8 years ago

Could you help me with this error?

techcap commented 8 years ago

could you give me more detail and logs both?

jesse-peters commented 8 years ago

I'm getting the same error:

Operation not supported. Unknown error: 0x80004005. at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo) at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32 errorCode) at MonoRemoteDebugger.VSExtension.MonoVisualStudioExtension.d7.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter.GetResult() at MonoRemoteDebugger.VSExtension.MonoDebuggerPackage.d11.MoveNext()

techcap commented 8 years ago

Which OS and Mono version did you use for VS and target device?

jesse-peters commented 8 years ago

Visual studio 2015

We are using docker to build the image:

https://github.com/mono/docker

Looks like 4.2.3.4 is the latest version.

techcap commented 8 years ago

I dont know about docker. Which docker image did you use? I'll try to test with same environment.

jesse-peters commented 8 years ago

We're using the mono docker environment:https://github.com/mono/docker

Here is a quick dockerfile: https://gist.github.com/syphon7/aa32df06f1d373c9e7fddbb0b32828e6

jesse-peters commented 8 years ago

Turned out to be a firewall issue. I needed to open ports: 13001, 11000 and 15000

ysmoradi commented 6 years ago

I'm going to debug my app on mono + Linux based docker using visual studio and this extension. Is this possible? Thanks anyway :)