Anyone know how to solve this problem, Visual studio 2010.
MS says:
https://msdn.microsoft.com/en-us/library/9y5b4b4f(v=vs.100).aspx
So I have this situation:
I have PC1, with VS2010, which has a user called ''U1''
I have PC2, with VS Remote Debugging Monitor running, and a server started with 'U1@PC2'.
PC1 and PC2 both have a user ''U1'' with the same password.
VS is started as ''U1'' on PC1
I type the qualifier ( under attach to process) in VS ''U1@PC2'' or click ''PC2'' under browse. I get ''Logon failure: unknown user name or bad password'' from both ways.
It's doing my head in, I also tried the debugger sevice with ''no authentication'' and ''allow any user to debug'' too, but still, the PC2 denies access for me ''Logon failure: unknown user name or bad password". Any ideas ?
MS says:
https://msdn.microsoft.com/en-us/library/9y5b4b4f(v=vs.100).aspx
Therefore, you must have a local user account on each computer, and both accounts must have the same user name and password. If you want to run msvsmon and Visual Studio under different user accounts, you must have two user accounts on each computer.
So I have this situation:
I have PC1, with VS2010, which has a user called ''U1''
I have PC2, with VS Remote Debugging Monitor running, and a server started with 'U1@PC2'.
PC1 and PC2 both have a user ''U1'' with the same password.
VS is started as ''U1'' on PC1
I type the qualifier ( under attach to process) in VS ''U1@PC2'' or click ''PC2'' under browse. I get ''Logon failure: unknown user name or bad password'' from both ways.
It's doing my head in, I also tried the debugger sevice with ''no authentication'' and ''allow any user to debug'' too, but still, the PC2 denies access for me ''Logon failure: unknown user name or bad password". Any ideas ?
Last edited: