Click here to Skip to main content
15,897,704 members
Home / Discussions / WPF
   

WPF

 
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 
QuestionProblem with multiple windows in WPF Pin
Gretna25-Apr-10 3:35
Gretna25-Apr-10 3:35 
AnswerRe: Problem with multiple windows in WPF Pin
Dan Mos25-Apr-10 8:07
Dan Mos25-Apr-10 8:07 
GeneralRe: Problem with multiple windows in WPF Pin
Gretna25-Apr-10 22:33
Gretna25-Apr-10 22:33 
QuestionVS2010 - Crystal Report WPF Application Pin
427748024-Apr-10 2:29
427748024-Apr-10 2:29 
AnswerRe: VS2010 - Crystal Report WPF Application - Solved Pin
427748024-Apr-10 12:33
427748024-Apr-10 12:33 
QuestionTimer and DataGrid Issue. Pin
Nanda_MR23-Apr-10 1:43
Nanda_MR23-Apr-10 1:43 
QuestionWcf Security Pin
sada_12india22-Apr-10 23:34
sada_12india22-Apr-10 23:34 
AnswerCross Post from Quick Answers forum - Please ignore Pin
Pete O'Hanlon22-Apr-10 23:45
mvePete O'Hanlon22-Apr-10 23:45 
QuestionSilverlight and WCF issue Pin
CrazyCoder2622-Apr-10 22:35
CrazyCoder2622-Apr-10 22:35 
AnswerRe: Silverlight and WCF issue Pin
Arun Jacob23-Apr-10 0:10
Arun Jacob23-Apr-10 0:10 
GeneralRe: Silverlight and WCF issue Pin
CrazyCoder2623-Apr-10 0:25
CrazyCoder2623-Apr-10 0:25 
GeneralRe: Silverlight and WCF issue Pin
Arun Jacob23-Apr-10 1:05
Arun Jacob23-Apr-10 1:05 
GeneralRe: Silverlight and WCF issue Pin
CrazyCoder2623-Apr-10 1:56
CrazyCoder2623-Apr-10 1:56 

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.