visual studio 2012 - .net project won't run in debugger because "unable to create a localhost TCP/IP connection" -


my project runs/debugs fine on machine. on partner's machine, runs dozens of other shared projects fine, fails "the debugger unable create localhost tcp/ip connection, required 64-bit debugging".

poking bit, setting build x86 "fixes" problem, of course means it's running 32-bit on machine when code comes back.

anyone know cause , perhaps better solution?


Comments

Popular posts from this blog

android - Pass an Serializable object in AIDL -

How to provide Authorization & Authentication using Asp.net, C#? -

How to use Authorization & Authentication in Asp.net, C#? -