Click here to Skip to main content
15,920,801 members
Home / Discussions / C#
   

C#

 
QuestionCrystal Reports Runtime Files Pin
pcjd6320-Oct-08 3:19
pcjd6320-Oct-08 3:19 
AnswerRe: Crystal Reports Runtime Files Pin
selcuks20-Oct-08 4:22
selcuks20-Oct-08 4:22 
QuestionProgressbar on MDI parent status bar Pin
Member 369523620-Oct-08 3:09
Member 369523620-Oct-08 3:09 
AnswerRe: Progressbar on MDI parent status bar Pin
elektrowolf20-Oct-08 3:10
elektrowolf20-Oct-08 3:10 
GeneralRe: Progressbar on MDI parent status bar Pin
Member 369523620-Oct-08 16:53
Member 369523620-Oct-08 16:53 
AnswerRe: Progressbar on MDI parent status bar Pin
N a v a n e e t h20-Oct-08 3:39
N a v a n e e t h20-Oct-08 3:39 
GeneralRe: Progressbar on MDI parent status bar Pin
Member 369523620-Oct-08 16:54
Member 369523620-Oct-08 16:54 
QuestionReg: IIS Configuration Pin
Praveeneighty20-Oct-08 2:51
Praveeneighty20-Oct-08 2:51 
hai all,
i want access active directory to check some user for authentication. Im using windows authentication for my project.
i can access the active directory and check the valid users in windows XP with this piece of code.

DirectorySearcher search = new DirectorySearcher();
search.Filter = String.Format("(SAMAccountName={0})", loginName);
search.PropertiesToLoad.Add("cn");
SearchResult result = search.FindOne();

if (result == null)
{
return false;
}
else
{
return true;
}

but the problem is when i run the code in windows server 2003 or after deploying the solution in windows server i cant access the active directory. im receiving COM Exception.i think it may be configuration problem. its working fine with local IIS configuration.But its not working in server.. can anyone help me out for this problem. i have delivery on next ween. so kindly reply me ASAP
QuestionMSI Setup - custom action rollback Pin
Mogyi20-Oct-08 2:44
Mogyi20-Oct-08 2:44 
QuestionCan't connect to https page Pin
Mostafa Siraj20-Oct-08 2:41
Mostafa Siraj20-Oct-08 2:41 
Question[Message Deleted] Pin
arnold_w20-Oct-08 2:16
arnold_w20-Oct-08 2:16 
AnswerRe: Please contribute to developing a perfect ComboBox with item tooltips and enable/disable capability Pin
Ashfield20-Oct-08 3:16
Ashfield20-Oct-08 3:16 
General[Message Deleted] Pin
arnold_w20-Oct-08 3:32
arnold_w20-Oct-08 3:32 
GeneralRe: Please contribute to developing a perfect ComboBox with item tooltips and enable/disable capability Pin
Ashfield20-Oct-08 4:48
Ashfield20-Oct-08 4:48 
GeneralRe: Please contribute to developing a perfect ComboBox with item tooltips and enable/disable capability Pin
arnold_w20-Oct-08 5:26
arnold_w20-Oct-08 5:26 
GeneralRe: Please contribute to developing a perfect ComboBox with item tooltips and enable/disable capability Pin
Simon P Stevens20-Oct-08 5:58
Simon P Stevens20-Oct-08 5:58 
GeneralRe: Please contribute to developing a perfect ComboBox with item tooltips and enable/disable capability Pin
arnold_w20-Oct-08 6:27
arnold_w20-Oct-08 6:27 
GeneralRe: Please contribute to developing a perfect ComboBox with item tooltips and enable/disable capability Pin
Ashfield20-Oct-08 9:04
Ashfield20-Oct-08 9:04 
AnswerRe: Please contribute to developing a perfect ComboBox with item tooltips and enable/disable capability Pin
#realJSOP20-Oct-08 4:32
professional#realJSOP20-Oct-08 4:32 
GeneralRe: Please contribute to developing a perfect ComboBox with item tooltips and enable/disable capability Pin
arnold_w20-Oct-08 5:27
arnold_w20-Oct-08 5:27 
GeneralRe: Please contribute to developing a perfect ComboBox with item tooltips and enable/disable capability Pin
Dan Neely20-Oct-08 6:37
Dan Neely20-Oct-08 6:37 
Questionc# winform freeze Pin
arkiboys20-Oct-08 2:13
arkiboys20-Oct-08 2:13 
AnswerRe: c# winform freeze Pin
elektrowolf20-Oct-08 3:12
elektrowolf20-Oct-08 3:12 
GeneralRe: c# winform freeze Pin
Simon P Stevens20-Oct-08 3:17
Simon P Stevens20-Oct-08 3:17 
AnswerRe: c# winform freeze Pin
Ashfield20-Oct-08 3:13
Ashfield20-Oct-08 3:13 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.