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

C#

 
QuestionStructuring my program Pin
ruanr25-Jun-07 4:39
ruanr25-Jun-07 4:39 
AnswerRe: Structuring my program Pin
led mike25-Jun-07 4:51
led mike25-Jun-07 4:51 
GeneralRe: Structuring my program Pin
ruanr25-Jun-07 20:43
ruanr25-Jun-07 20:43 
GeneralRe: Structuring my program Pin
led mike26-Jun-07 5:08
led mike26-Jun-07 5:08 
QuestionGoogle Page Rank Calculator Pin
zeltera25-Jun-07 4:31
zeltera25-Jun-07 4:31 
AnswerRe: Google Page Rank Calculator Pin
Vasudevan Deepak Kumar25-Jun-07 5:04
Vasudevan Deepak Kumar25-Jun-07 5:04 
GeneralRe: Google Page Rank Calculator Pin
zeltera25-Jun-07 5:08
zeltera25-Jun-07 5:08 
QuestionStack OverFlow Exception in C# Pin
meeram39525-Jun-07 4:26
meeram39525-Jun-07 4:26 
Hi,

I'm developing one windows appln with C#. I'm getting the error msg as " An unhandled exception of Type 'System.StackOverflowException' occurred in mscorlib.dll" . Control stops at the place where I declared the hashtable as:

public class Logger : IDisposable
{
Hashtable htMsgCount;
}
public Logger()
{
htMsgCount = new Hashtable();
}

Control comes and stay at htMsgCount. What could be the problem. The funny thing is it was working fine just I made a few changes in my code. After compiling and tried to run, it is giving me this error. Anybody who knows please help me.

Thanks in advance.




Meeram395

AnswerRe: Stack OverFlow Exception in C# Pin
led mike25-Jun-07 4:46
led mike25-Jun-07 4:46 
GeneralRe: Stack OverFlow Exception in C# Pin
meeram39525-Jun-07 19:53
meeram39525-Jun-07 19:53 
AnswerRe: Stack OverFlow Exception in C# Pin
Guffa25-Jun-07 6:11
Guffa25-Jun-07 6:11 
GeneralRe: Stack OverFlow Exception in C# [modified] Pin
meeram39525-Jun-07 19:39
meeram39525-Jun-07 19:39 
AnswerRe: Stack OverFlow Exception in C# Pin
Luc Pattyn25-Jun-07 10:27
sitebuilderLuc Pattyn25-Jun-07 10:27 
QuestionDo post your Articles here Pin
MussaratAziz25-Jun-07 4:23
MussaratAziz25-Jun-07 4:23 
AnswerRe: Do post your Articles here Pin
Dave Kreskowiak25-Jun-07 4:36
mveDave Kreskowiak25-Jun-07 4:36 
GeneralRe: Do post your Articles here Pin
mav.northwind25-Jun-07 18:57
mav.northwind25-Jun-07 18:57 
GeneralRe: Do post your Articles here Pin
Dave Kreskowiak26-Jun-07 2:45
mveDave Kreskowiak26-Jun-07 2:45 
QuestionAccessing the default application folder Pin
Richard W Allen25-Jun-07 3:35
Richard W Allen25-Jun-07 3:35 
AnswerRe: Accessing the default application folder Pin
Colin Angus Mackay25-Jun-07 3:37
Colin Angus Mackay25-Jun-07 3:37 
AnswerRe: Accessing the default application folder Pin
Tarakeshwar Reddy25-Jun-07 3:41
professionalTarakeshwar Reddy25-Jun-07 3:41 
AnswerRe: Accessing the default application folder Pin
Chintan.Desai25-Jun-07 3:47
Chintan.Desai25-Jun-07 3:47 
GeneralRe: Accessing the default application folder Pin
Ed.Poore25-Jun-07 6:48
Ed.Poore25-Jun-07 6:48 
AnswerRe: Accessing the default application folder Pin
Martin#25-Jun-07 3:59
Martin#25-Jun-07 3:59 
AnswerRe: Accessing the default application folder Pin
Dave Kreskowiak25-Jun-07 4:35
mveDave Kreskowiak25-Jun-07 4:35 
GeneralRe: Accessing the default application folder Pin
led mike25-Jun-07 4:44
led mike25-Jun-07 4:44 

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.