hi all

i have developed a windows service using vb.NET i am facing problem in registering it with windows XP i write this command in command prompt

D:\WINDOWS\Microsoft.NET\Framework\v2.0.50727>installutil "c:\mywinservice.exe"

after executing above command, a window named "Set Service Login" appears in which i give my user name and password

username= "Administrator"
password = ******
confirm password=******

after this, without completing registering process it gives message in command prompt that "installation failed and rolls back has been performed"

can any body please tell me about this problem.


regards