Click here to Skip to main content
15,908,254 members
Home / Discussions / C#
   

C#

 
GeneralRe: Creating object stops execution of entire function Pin
__DanC__26-Jun-07 5:16
__DanC__26-Jun-07 5:16 
GeneralRe: Creating object stops execution of entire function Pin
Nissim Salomon26-Jun-07 5:21
Nissim Salomon26-Jun-07 5:21 
GeneralRe: Creating object stops execution of entire function Pin
__DanC__26-Jun-07 5:25
__DanC__26-Jun-07 5:25 
GeneralRe: Creating object stops execution of entire function Pin
Nissim Salomon26-Jun-07 5:46
Nissim Salomon26-Jun-07 5:46 
GeneralRe: Creating object stops execution of entire function Pin
Hesham Yassin26-Jun-07 7:46
Hesham Yassin26-Jun-07 7:46 
GeneralRe: Creating object stops execution of entire function Pin
Luc Pattyn26-Jun-07 5:33
sitebuilderLuc Pattyn26-Jun-07 5:33 
GeneralRe: Creating object stops execution of entire function Pin
__DanC__26-Jun-07 5:37
__DanC__26-Jun-07 5:37 
GeneralRe: Creating object stops execution of entire function Pin
Luc Pattyn26-Jun-07 5:49
sitebuilderLuc Pattyn26-Jun-07 5:49 
OK, sounds like there is a problem with a static initializer in MyObject. I can see
two ways forward now:
- contact the author
- try figuring out what is in the initializer using Reflector.

I assume you are on .NET 2.0 or 3.x; you might want to try MyObject inside a .NET 1.1
project, just to see if it works for you; the simplest invocation of MyObject should
be sufficient.

BTW I am not impressed by a "third party" that calls its stuff "MyObject".

Good luck !




GeneralRe: Creating object stops execution of entire function Pin
__DanC__26-Jun-07 5:55
__DanC__26-Jun-07 5:55 
GeneralRe: Creating object stops execution of entire function Pin
Luc Pattyn26-Jun-07 6:22
sitebuilderLuc Pattyn26-Jun-07 6:22 
QuestionC# custom event handlers/controls Pin
donovan.solms26-Jun-07 2:43
donovan.solms26-Jun-07 2:43 
AnswerRe: C# custom event handlers/controls Pin
originSH26-Jun-07 4:10
originSH26-Jun-07 4:10 
GeneralRe: C# custom event handlers/controls Pin
donovan.solms26-Jun-07 5:14
donovan.solms26-Jun-07 5:14 
GeneralRe: C# custom event handlers/controls Pin
originSH26-Jun-07 5:38
originSH26-Jun-07 5:38 
GeneralRe: C# custom event handlers/controls Pin
donovan.solms26-Jun-07 6:01
donovan.solms26-Jun-07 6:01 
GeneralRe: C# custom event handlers/controls Pin
originSH26-Jun-07 6:24
originSH26-Jun-07 6:24 
GeneralRe: C# custom event handlers/controls Pin
donovan.solms26-Jun-07 10:40
donovan.solms26-Jun-07 10:40 
GeneralRe: C# custom event handlers/controls Pin
originSH26-Jun-07 22:11
originSH26-Jun-07 22:11 
GeneralRe: C# custom event handlers/controls Pin
led mike26-Jun-07 5:39
led mike26-Jun-07 5:39 
GeneralRe: C# custom event handlers/controls Pin
donovan.solms26-Jun-07 5:59
donovan.solms26-Jun-07 5:59 
GeneralRe: C# custom event handlers/controls Pin
led mike26-Jun-07 6:13
led mike26-Jun-07 6:13 
AnswerRe: C# custom event handlers/controls Pin
Dave Kreskowiak26-Jun-07 5:37
mveDave Kreskowiak26-Jun-07 5:37 
QuestionPlease correct the error..... Pin
help as an alias26-Jun-07 2:16
help as an alias26-Jun-07 2:16 
AnswerRe: Please correct the error..... Pin
Manas Bhardwaj26-Jun-07 2:19
professionalManas Bhardwaj26-Jun-07 2:19 
AnswerRe: Please correct the error..... Pin
Colin Angus Mackay26-Jun-07 2:21
Colin Angus Mackay26-Jun-07 2:21 

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.