Click here to Skip to main content
15,914,795 members
Home / Discussions / C#
   

C#

 
AnswerRe: How To Solve This ? start wtih numeric Value Pin
kaddim3-Apr-08 16:11
kaddim3-Apr-08 16:11 
QuestionCustom Event Pin
Member 35371093-Apr-08 5:41
Member 35371093-Apr-08 5:41 
GeneralRe: Custom Event Pin
Judah Gabriel Himango3-Apr-08 5:48
sponsorJudah Gabriel Himango3-Apr-08 5:48 
GeneralRe: Custom Event Pin
Member 35371093-Apr-08 5:54
Member 35371093-Apr-08 5:54 
GeneralRe: Custom Event Pin
Dave Kreskowiak3-Apr-08 8:06
mveDave Kreskowiak3-Apr-08 8:06 
GeneralRe: Custom Event Pin
DaveyM693-Apr-08 8:11
professionalDaveyM693-Apr-08 8:11 
QuestionEmpty error message box on application launch Pin
Krishna Murthy3-Apr-08 4:39
Krishna Murthy3-Apr-08 4:39 
GeneralRe: Empty error message box on application launch Pin
Simon P Stevens3-Apr-08 5:22
Simon P Stevens3-Apr-08 5:22 
I've never come across this before. Without more info there's probably not much more anyone can do from here.

(an empty error message box kind of makes me think of out of memory problems though.)

Does the app crash after the empty message box?

If you can recreate it reliably, don't click ok to the message box, just leave it, and try and attach a debugger (you can do remote debugging if it only happens on production machines) to it so you can see what's happening.

Or, if it crashes, use ADPlus to get a crash dump, and analyse it with windbg. (Debugging .NET 2.0 application by John Robbins is the best resource I've ever read for learning how to use ADPlus and windbg)

You'll have to make sure all your builds include full debug symbols, you've got a symbol server, and the correct source archived for the version.

Simon

GeneralRe: Empty error message box on application launch Pin
Stu Richardson3-Apr-08 5:32
Stu Richardson3-Apr-08 5:32 
QuestionWebService using .NetRemoning, how to get the object representing the WebService? Pin
philipina3-Apr-08 3:55
philipina3-Apr-08 3:55 
GeneralRe: WebService using .NetRemoning, how to get the object representing the WebService? Pin
philipina3-Apr-08 19:59
philipina3-Apr-08 19:59 
QuestionCount number of childnodes Pin
cooltoad1233-Apr-08 3:41
cooltoad1233-Apr-08 3:41 
GeneralRe: Count number of childnodes Pin
Stu Richardson3-Apr-08 4:45
Stu Richardson3-Apr-08 4:45 
QuestionRe: Count number of childnodes Pin
cooltoad1233-Apr-08 5:03
cooltoad1233-Apr-08 5:03 
Questionrtf files and pagebreaks Pin
panoskatws3-Apr-08 3:05
panoskatws3-Apr-08 3:05 
GeneralRe: rtf files and pagebreaks Pin
Simon P Stevens3-Apr-08 5:03
Simon P Stevens3-Apr-08 5:03 
GeneralRe: rtf files and pagebreaks Pin
panoskatws3-Apr-08 7:01
panoskatws3-Apr-08 7:01 
GeneralRe: rtf files and pagebreaks Pin
Michael Schubert3-Apr-08 5:56
Michael Schubert3-Apr-08 5:56 
GeneralSynchronizing forms Pin
N a v a n e e t h3-Apr-08 2:58
N a v a n e e t h3-Apr-08 2:58 
GeneralRe: Synchronizing forms Pin
Simon P Stevens3-Apr-08 4:37
Simon P Stevens3-Apr-08 4:37 
QuestionHow to add background to asp.net websites Pin
ajaych3-Apr-08 2:47
ajaych3-Apr-08 2:47 
GeneralRe: How to add background to asp.net websites Pin
N a v a n e e t h3-Apr-08 3:06
N a v a n e e t h3-Apr-08 3:06 
GeneralUsing controls from VS2005 in VS2003 Pin
Denver Thomas3-Apr-08 1:55
Denver Thomas3-Apr-08 1:55 
GeneralRe: Using controls from VS2005 in VS2003 Pin
N a v a n e e t h3-Apr-08 3:08
N a v a n e e t h3-Apr-08 3:08 
GeneralRe: Using controls from VS2005 in VS2003 Pin
Dave Kreskowiak3-Apr-08 4:21
mveDave Kreskowiak3-Apr-08 4: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.