I am running into a wall with the whole p/invoke issue. I need to do this programmatically in C#.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I did the p/invoke stuff (with the LSA wrapper) a couple of weeks ago. I got an exception the first time I run the wrapper, but it succeeded the second time on Win2k8 server 64 bit.
Something like this worked for me
Unfortunately we did not have time/prio to investigate further why this happened and why it worked the second time, since we got it working on all our servers.