Click here to Skip to main content
15,925,309 members
Home / Discussions / C#
   

C#

 
GeneralRe: Casting problem Pin
Heath Stewart14-Apr-04 2:39
protectorHeath Stewart14-Apr-04 2:39 
GeneralRe: Casting problem Pin
bouli14-Apr-04 2:45
bouli14-Apr-04 2:45 
GeneralRe: Casting problem Pin
Heath Stewart14-Apr-04 2:59
protectorHeath Stewart14-Apr-04 2:59 
GeneralRe: Casting problem Pin
bouli14-Apr-04 3:05
bouli14-Apr-04 3:05 
GeneralRe: Casting problem Pin
bouli14-Apr-04 3:07
bouli14-Apr-04 3:07 
GeneralRe: Casting problem Pin
Heath Stewart14-Apr-04 3:14
protectorHeath Stewart14-Apr-04 3:14 
GeneralRe: Casting problem Pin
bouli14-Apr-04 3:18
bouli14-Apr-04 3:18 
GeneralRe: Casting problem Pin
Heath Stewart14-Apr-04 3:34
protectorHeath Stewart14-Apr-04 3:34 
It's not a problem with casting, but with too many method calls on the stack (hence the StackOverflowException). Somewhere, you either have an unterminated recursive loop or are too deep in method calls. Examine the stack trace, which should give you some insight into how many calls are on the stack and which one is the offending call.

 

Microsoft MVP, Visual C#
My Articles
GeneralRe: Casting problem Pin
bouli14-Apr-04 3:41
bouli14-Apr-04 3:41 
GeneralRe: Casting problem Pin
Heath Stewart14-Apr-04 3:47
protectorHeath Stewart14-Apr-04 3:47 
GeneralRe: Casting problem Pin
bouli14-Apr-04 3:53
bouli14-Apr-04 3:53 
Questionhow do make a column in a datagrid readonly Pin
robmays14-Apr-04 1:48
robmays14-Apr-04 1:48 
AnswerRe: how do make a column in a datagrid readonly Pin
Heath Stewart14-Apr-04 2:16
protectorHeath Stewart14-Apr-04 2:16 
GeneralRe: how do make a column in a datagrid readonly Pin
robmays14-Apr-04 2:22
robmays14-Apr-04 2:22 
GeneralRe: how do make a column in a datagrid readonly Pin
Heath Stewart14-Apr-04 2:29
protectorHeath Stewart14-Apr-04 2:29 
GeneralRe: how do make a column in a datagrid readonly Pin
robmays14-Apr-04 2:34
robmays14-Apr-04 2:34 
GeneralRe: how do make a column in a datagrid readonly Pin
Heath Stewart14-Apr-04 2:37
protectorHeath Stewart14-Apr-04 2:37 
GeneralRe: how do make a column in a datagrid readonly Pin
robmays14-Apr-04 2:39
robmays14-Apr-04 2:39 
GeneralRe: how do make a column in a datagrid readonly Pin
robmays14-Apr-04 3:59
robmays14-Apr-04 3:59 
GeneralRe: how do make a column in a datagrid readonly Pin
Heath Stewart14-Apr-04 4:12
protectorHeath Stewart14-Apr-04 4:12 
GeneralRe: how do make a column in a datagrid readonly Pin
robmays14-Apr-04 4:35
robmays14-Apr-04 4:35 
Generaltab control slow Pin
robmays14-Apr-04 1:09
robmays14-Apr-04 1:09 
GeneralRe: tab control slow Pin
Anonymous14-Apr-04 2:21
Anonymous14-Apr-04 2:21 
GeneralRe: tab control slow Pin
robmays14-Apr-04 2:25
robmays14-Apr-04 2:25 
QuestionDinamic array or array resizing? Pin
Paolo Ponzano13-Apr-04 23:59
Paolo Ponzano13-Apr-04 23:59 

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.