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
Post a Comment