New domain login was created to access TFS via API and given all proper rights. If I run this code with my login info it works fine, but not with this new account.
tfs = newTeamFoundationServer(tfServerName, new System.Net.NetworkCredential("username","password", "domain"));
I am reasonably sure the new account is set up properly. Any other possibilities why this would fail? Thanks...