Click here to Skip to main content
15,885,278 members
Home / Discussions / C#
   

C#

 
AnswerRe: Sound Delay Pin
Dave Kreskowiak13-Jun-09 6:45
mveDave Kreskowiak13-Jun-09 6:45 
AnswerRe: Sound Delay Pin
0x3c013-Jun-09 7:34
0x3c013-Jun-09 7:34 
Questiona question for OOP experts and Presentation/Business/DB Layer Pin
pierpaolo paparo13-Jun-09 4:14
pierpaolo paparo13-Jun-09 4:14 
AnswerRe: a question for OOP experts and Presentation/Business/DB Layer Pin
Colin Angus Mackay13-Jun-09 4:30
Colin Angus Mackay13-Jun-09 4:30 
GeneralRe: a question for OOP experts and Presentation/Business/DB Layer Pin
pierpaolo paparo14-Jun-09 0:27
pierpaolo paparo14-Jun-09 0:27 
QuestionGot an error -->An unhandled exception of type 'System.StackOverflowException' occurred in PROJECT pro.exe Pin
KIDYA13-Jun-09 2:34
KIDYA13-Jun-09 2:34 
AnswerRe: Got an error -->An unhandled exception of type 'System.StackOverflowException' occurred in PROJECT pro.exe Pin
Anthony Mushrow13-Jun-09 2:43
professionalAnthony Mushrow13-Jun-09 2:43 
GeneralRe: Got an error -->An unhandled exception of type 'System.StackOverflowException' occurred in PROJECT pro.exe Pin
Luc Pattyn13-Jun-09 3:00
sitebuilderLuc Pattyn13-Jun-09 3:00 
SK Genius wrote:
What was your program doing


Without seeing any code, I would say nothing most useful, but filling a stack.

Probable causes: an unbound recursion by
- a property calling itself instead of accessing a member variable;
- a method calling itself, never hitting the exit condition.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

DISCLAIMER: this message may have been modified by others; it may no longer reflect what I intended, and may contain bad advice; use at your own risk and with extreme care.

GeneralRe: Got an error -->An unhandled exception of type 'System.StackOverflowException' occurred in PROJECT pro.exe Pin
KIDYA13-Jun-09 18:17
KIDYA13-Jun-09 18:17 
AnswerRe: Got an error -->An unhandled exception of type 'System.StackOverflowException' occurred in PROJECT pro.exe Pin
Colin Angus Mackay13-Jun-09 3:35
Colin Angus Mackay13-Jun-09 3:35 
AnswerRe: Got an error -->An unhandled exception of type 'System.StackOverflowException' occurred in PROJECT pro.exe Pin
dybs13-Jun-09 5:11
dybs13-Jun-09 5:11 
Questionwhat is the use of Httphandlers Pin
Shaik Haneef13-Jun-09 1:32
Shaik Haneef13-Jun-09 1:32 
AnswerRe: what is the use of Httphandlers Pin
Manas Bhardwaj13-Jun-09 2:00
professionalManas Bhardwaj13-Jun-09 2:00 
AnswerRe: what is the use of Httphandlers Pin
Gary Stafford13-Jun-09 8:19
Gary Stafford13-Jun-09 8:19 
QuestionBinding two projects into one exe Pin
KIDYA13-Jun-09 1:22
KIDYA13-Jun-09 1:22 
AnswerRe: Binding two projects into one exe Pin
Dave Kreskowiak13-Jun-09 2:11
mveDave Kreskowiak13-Jun-09 2:11 
QuestionI created Public Assembly by providing strong name, then what is that use still i need to give reference of that assembly. Pin
Shaik Haneef13-Jun-09 1:14
Shaik Haneef13-Jun-09 1:14 
AnswerRe: I created Public Assembly by providing strong name, then what is that use still i need to give reference of that assembly. Pin
Colin Angus Mackay13-Jun-09 3:38
Colin Angus Mackay13-Jun-09 3:38 
QuestionI created Public Assembly by providing strong name, then what is that use still i need to give reference of that assembly. Then what is the use of Global assembly ? How i utilize i know how to make the Assembly as Global but i don't know how to use, Pin
Shaik Haneef13-Jun-09 1:14
Shaik Haneef13-Jun-09 1:14 
QuestionGenerating Crystal Reports from class objects Pin
Andy Rama12-Jun-09 23:53
Andy Rama12-Jun-09 23:53 
QuestionSending Multiple Network Streams Simultaneously... Pin
Trapper-Hell12-Jun-09 23:50
Trapper-Hell12-Jun-09 23:50 
AnswerRe: Sending Multiple Network Streams Simultaneously... Pin
Manas Bhardwaj13-Jun-09 2:08
professionalManas Bhardwaj13-Jun-09 2:08 
QuestionHow to communicate between two exe's in c#? Pin
svt gdwl12-Jun-09 23:32
svt gdwl12-Jun-09 23:32 
AnswerRe: How to communicate between two exe's in c#? Pin
Rajesh R Subramanian12-Jun-09 23:36
professionalRajesh R Subramanian12-Jun-09 23:36 
Questionaccess controls in other applications from .NET (C#) Pin
Member 628997612-Jun-09 22:46
Member 628997612-Jun-09 22:46 

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.