Hi all, I always get this error when I start debugging for the first time or after I did a re-build. This only occurs in Visual Studio (on both by dev PCs). I assume something is being delayed for too long or timing out.
Error initializing the debugger: Mono.Debugging.Soft.ConnectionException: > Could not connect to the debugger. ---> System.IO.IOException: DWP > Handshake failed. Server stack trace: at Mono.Debugger.Soft.Connection.Connect() at Mono.Debugger.Soft.VirtualMachine.connect() at Mono.Debugger.Soft.VirtualMachineManager.Connect(Connection > transport, StreamReader standardOutput, StreamReader standardError) at Mono.Debugger.Soft.VirtualMachineManager.ConnectInternal(Socket > dbg_sock, Socket con_sock, IPEndPoint dbg_ep, IPEndPoint con_ep) at > System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr > md, Object[] args, Object server, Object[]& outArgs) at > System.Runtime.Remoting.Messaging.StackBuilderSink.AsyncProcessMessage(IMessage > msg, IMessageSink replySink) Exception rethrown at [0]: at System.Runtime.Remoting.Proxies.RealProxy.EndInvokeHelper(Message > reqMsg, Boolean bProxyCase) at System.Runtime.Remoting.Proxies.RemotingProxy.Invoke(Object NotUsed, > MessageData& msgData) at > Mono.Debugger.Soft.VirtualMachineManager.ConnectCallback.EndInvoke(IAsyncResult > result) at Mono.Debugger.Soft.VirtualMachineManager.EndConnect(IAsyncResult > asyncResult) at > Mono.Debugging.Soft.SoftDebuggerSession.<>c__DisplayClass9.<StartConnecting>b__8(IAsyncResult > ar) --- End of inner exception stack trace --- The device has a dummy version of the app open - just the title and a black screen. To fix it, all I have to do is re-debug. This is not too critical, but does become a bit of a pain. Matthew
_______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
