Click here to Skip to main content
15,913,584 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: Dialog window in a class library Pin
#realJSOP3-May-10 7:25
professional#realJSOP3-May-10 7:25 
QuestionCatatsrtophic Failure Exception Pin
#realJSOP27-Apr-10 6:04
professional#realJSOP27-Apr-10 6:04 
AnswerRe: Catatsrtophic Failure Exception Pin
Abhinav S27-Apr-10 7:30
Abhinav S27-Apr-10 7:30 
GeneralRe: Catatsrtophic Failure Exception Pin
#realJSOP27-Apr-10 8:10
professional#realJSOP27-Apr-10 8:10 
AnswerRe: Catatsrtophic Failure Exception Pin
Kunal Chowdhury «IN»27-Apr-10 8:43
professionalKunal Chowdhury «IN»27-Apr-10 8:43 
GeneralRe: Catatsrtophic Failure Exception Pin
#realJSOP27-Apr-10 10:15
professional#realJSOP27-Apr-10 10:15 
GeneralRe: Catatsrtophic Failure Exception Pin
Vimalsoft(Pty) Ltd26-May-11 1:49
professionalVimalsoft(Pty) Ltd26-May-11 1:49 
QuestionHow to scale children to container sze [SOLVED] Pin
#realJSOP27-Apr-10 3:59
professional#realJSOP27-Apr-10 3:59 
AnswerRe: How to scale children to container sze [SOLVED] Pin
Kunal Chowdhury «IN»27-Apr-10 8:44
professionalKunal Chowdhury «IN»27-Apr-10 8:44 
QuestionBeginners Book Pin
Kevin Marois26-Apr-10 12:58
professionalKevin Marois26-Apr-10 12:58 
AnswerRe: Beginners Book Pin
Dan Mos26-Apr-10 14:44
Dan Mos26-Apr-10 14:44 
QuestionAllowTransparency and issues with ComboBox, Menu popup Pin
nativebyte26-Apr-10 6:00
nativebyte26-Apr-10 6:00 
AnswerRe: AllowTransparency and issues with ComboBox, Menu popup Pin
Brian Griggs26-Apr-10 14:46
Brian Griggs26-Apr-10 14:46 
GeneralRe: AllowTransparency and issues with ComboBox, Menu popup Pin
nativebyte26-Apr-10 22:17
nativebyte26-Apr-10 22:17 
GeneralRe: AllowTransparency and issues with ComboBox, Menu popup Pin
Pete O'Hanlon26-Apr-10 22:28
mvePete O'Hanlon26-Apr-10 22:28 
GeneralRe: AllowTransparency and issues with ComboBox, Menu popup Pin
nativebyte27-Apr-10 0:31
nativebyte27-Apr-10 0:31 
QuestionXAML and BAML obfuscator available Pin
chrildk26-Apr-10 2:55
chrildk26-Apr-10 2:55 
AnswerRe: XAML and BAML obfuscator available Pin
Sebastian Holst10-May-10 7:11
Sebastian Holst10-May-10 7:11 
QuestionWhy is this?....The thread '<No Name>' (0xd88) has exited with code 0 (0x0). Pin
milestanley25-Apr-10 22:08
milestanley25-Apr-10 22:08 
AnswerRe: Why is this?....The thread '' (0xd88) has exited with code 0 (0x0). Pin
Abhinav S26-Apr-10 0:38
Abhinav S26-Apr-10 0:38 
AnswerRe: Why is this?....The thread '' (0xd88) has exited with code 0 (0x0). Pin
Michael J. Eber26-Apr-10 8:51
Michael J. Eber26-Apr-10 8:51 
If you run any .NET application you will see this message at the end of execution.
It is a standard message indicating that the thread ended, that there was no exception, and that the return code was 0.

So you need to look at anywhere in your code where you are ending the thread or attempting to execute and instance of an object but not keeping a reference to that object.

Try putting a breakpoint in the first line of your application and see what happens when you walk through the code. If your code debugging just 'disappears' with the application ending, then the problem is the way the Sharepoint app is being loaded at the higher level.
AnswerRe: Why is this?....The thread '' (0xd88) has exited with code 0 (0x0). Pin
Kunal Chowdhury «IN»27-Apr-10 8:50
professionalKunal Chowdhury «IN»27-Apr-10 8:50 
QuestionExcel like FILTER feature in Silverlight datagrid? Pin
mittalpa25-Apr-10 11:43
mittalpa25-Apr-10 11:43 
AnswerRe: Excel like FILTER feature in Silverlight datagrid? Pin
Abhinav S25-Apr-10 18:55
Abhinav S25-Apr-10 18:55 
AnswerRe: Excel like FILTER feature in Silverlight datagrid? Pin
Tim Yen1-May-10 3:03
Tim Yen1-May-10 3:03 

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.