TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
jitendra gupta
NA
7
4.3k
Window user Network Account
May 31 2014 6:29 AM
System.Diagnostics.Process command = new System.Diagnostics.Process();
command.StartInfo.UserName ="Raushan";
command.StartInfo.Domain ="Raushan-PC";
System.Security.SecureString pwd = new System.Security.SecureString();
command.StartInfo.Password = pwd;
command.StartInfo.Verb ="osmo@raushan";
try
{
CreateFolder();
}
catch (Win32Exception e11)
{
MessageBox.Show(e11.Message);
}
command.Close();
i am using this but its given error "Login Failure Unknown Username and Bad password "
but i am uisng correct password, please help me,,,,,,,,
Reply
Answers (
0
)
Unknown error for print
have problem with my nested control in datalist