Click here to Skip to main content
15,891,633 members
Home / Discussions / C#
   

C#

 
AnswerRe: How can i hide or rename the process name in task manager? c# is better Pin
Eddy Vluggen17-Jun-10 0:03
professionalEddy Vluggen17-Jun-10 0:03 
AnswerRe: How can i hide or rename the process name in task manager? c# is better Pin
Dave Kreskowiak17-Jun-10 1:46
mveDave Kreskowiak17-Jun-10 1:46 
Questionhashtable limitation? Pin
Jassim Rahma16-Jun-10 22:05
Jassim Rahma16-Jun-10 22:05 
AnswerMessage Closed Pin
16-Jun-10 22:33
stancrm16-Jun-10 22:33 
GeneralRe: hashtable limitation? Pin
Jassim Rahma16-Jun-10 22:36
Jassim Rahma16-Jun-10 22:36 
GeneralMessage Closed Pin
16-Jun-10 22:39
stancrm16-Jun-10 22:39 
GeneralRe: hashtable limitation? Pin
Jassim Rahma16-Jun-10 22:43
Jassim Rahma16-Jun-10 22:43 
AnswerRe: hashtable limitation? Pin
Łukasz Nowakowski16-Jun-10 22:52
Łukasz Nowakowski16-Jun-10 22:52 
The breakpoint that was mentioned by someone you should place at the begin of the while loop Smile | :)
As to the error without exception. In this line:
if (_system_parameters_hash.ContainsKey(sql_reader["system_param_name"])) return;

you return from method. Are you sure names aren't duplicated at least once... in 20th row returned from your command?
This is something you could discover by debugging your code Big Grin | :-D
AnswerRe: hashtable limitation? Pin
Luc Pattyn17-Jun-10 1:59
sitebuilderLuc Pattyn17-Jun-10 1:59 
GeneralRe: hashtable limitation? Pin
Jassim Rahma17-Jun-10 4:06
Jassim Rahma17-Jun-10 4:06 
GeneralRe: hashtable limitation? Pin
Luc Pattyn17-Jun-10 4:14
sitebuilderLuc Pattyn17-Jun-10 4:14 
GeneralRe: hashtable limitation? Pin
Jassim Rahma17-Jun-10 4:17
Jassim Rahma17-Jun-10 4:17 
GeneralRe: hashtable limitation? Pin
Luc Pattyn17-Jun-10 4:21
sitebuilderLuc Pattyn17-Jun-10 4:21 
QuestionPng Image Saving the original size doubles Pin
VCsamir16-Jun-10 21:39
VCsamir16-Jun-10 21:39 
AnswerRe: Png Image Saving the original size doubles Pin
Luc Pattyn17-Jun-10 2:04
sitebuilderLuc Pattyn17-Jun-10 2:04 
Questionsearch in dataview without filtering Pin
sana_2616-Jun-10 21:13
sana_2616-Jun-10 21:13 
AnswerRe: search in dataview without filtering Pin
Bigdeak16-Jun-10 23:56
Bigdeak16-Jun-10 23:56 
Questionhow to get the methods registered with an eventhandler Pin
prasadbuddhika16-Jun-10 20:06
prasadbuddhika16-Jun-10 20:06 
AnswerMessage Closed Pin
16-Jun-10 21:31
stancrm16-Jun-10 21:31 
GeneralRe: how to get the methods registered with an eventhandler Pin
prasadbuddhika17-Jun-10 19:21
prasadbuddhika17-Jun-10 19:21 
QuestionNaming Controls Pin
SajjadZare16-Jun-10 18:47
SajjadZare16-Jun-10 18:47 
AnswerRe: Naming Controls Pin
Peace ON16-Jun-10 21:11
Peace ON16-Jun-10 21:11 
AnswerRe: Naming Controls Pin
Luc Pattyn17-Jun-10 2:06
sitebuilderLuc Pattyn17-Jun-10 2:06 
GeneralRe: Naming Controls Pin
SajjadZare17-Jun-10 6:01
SajjadZare17-Jun-10 6:01 
AnswerRe: Naming Controls Pin
yu-jian27-Jun-10 10:19
yu-jian27-Jun-10 10:19 

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.