I'm trying to install a windows service on my Windows 10 Pro computer and am getting the exception:
System.ComponentModel.Win32Exception: The account name is invalid or does not exist, or the password is invalid for the account name specified
Everything works fine when I install in on the server which prompts us for a user name and password. On Windows Server the syntax for the user name is: ".\AdminName".
On Windows 10 I tried "MyUserName" and ".\MyUserName", and both failed.
What do I need to do to install this on windows 10? Thank you.