Click here to Skip to main content
15,895,557 members
Home / Discussions / C#
   

C#

 
AnswerRe: Unable to copy file "obj\x86\Debug\**** Pin
Afzaal Ahmad Zeeshan19-Dec-16 23:39
professionalAfzaal Ahmad Zeeshan19-Dec-16 23:39 
QuestionC# Textbox number and symbols Pin
Pavlex418-Dec-16 6:12
Pavlex418-Dec-16 6:12 
AnswerRe: C# Textbox number and symbols Pin
Pavlex418-Dec-16 6:52
Pavlex418-Dec-16 6:52 
GeneralRe: C# Textbox number and symbols Pin
Pete O'Hanlon18-Dec-16 9:55
mvePete O'Hanlon18-Dec-16 9:55 
AnswerRe: C# Textbox number and symbols Pin
Michael_Davies18-Dec-16 7:31
Michael_Davies18-Dec-16 7:31 
QuestionConfused Over EventListener, EventRaiser, CallBack Pin
Liagapi18-Dec-16 1:57
Liagapi18-Dec-16 1:57 
AnswerRe: Confused Over EventListener, EventRaiser, CallBack Pin
Richard MacCutchan18-Dec-16 5:32
mveRichard MacCutchan18-Dec-16 5:32 
QuestionC# Numbers game Pin
Pavlex417-Dec-16 1:17
Pavlex417-Dec-16 1:17 
AnswerRe: C# Numbers game Pin
OriginalGriff17-Dec-16 1:26
mveOriginalGriff17-Dec-16 1:26 
GeneralRe: C# Numbers game Pin
Pavlex417-Dec-16 1:32
Pavlex417-Dec-16 1:32 
GeneralRe: C# Numbers game Pin
OriginalGriff17-Dec-16 1:52
mveOriginalGriff17-Dec-16 1:52 
GeneralRe: C# Numbers game Pin
Pavlex417-Dec-16 1:56
Pavlex417-Dec-16 1:56 
GeneralRe: C# Numbers game Pin
OriginalGriff17-Dec-16 1:59
mveOriginalGriff17-Dec-16 1:59 
GeneralRe: C# Numbers game Pin
Richard MacCutchan17-Dec-16 2:01
mveRichard MacCutchan17-Dec-16 2:01 
GeneralRe: C# Numbers game Pin
OriginalGriff17-Dec-16 2:12
mveOriginalGriff17-Dec-16 2:12 
GeneralRe: C# Numbers game Pin
Richard MacCutchan17-Dec-16 2:31
mveRichard MacCutchan17-Dec-16 2:31 
GeneralRe: C# Numbers game Pin
OriginalGriff17-Dec-16 2:34
mveOriginalGriff17-Dec-16 2:34 
GeneralRe: C# Numbers game Pin
Pavlex417-Dec-16 3:34
Pavlex417-Dec-16 3:34 
GeneralRe: C# Numbers game Pin
Richard MacCutchan17-Dec-16 4:21
mveRichard MacCutchan17-Dec-16 4:21 
GeneralRe: C# Numbers game Pin
OriginalGriff17-Dec-16 4:23
mveOriginalGriff17-Dec-16 4:23 
GeneralRe: C# Numbers game Pin
Pavlex417-Dec-16 4:24
Pavlex417-Dec-16 4:24 
GeneralRe: C# Numbers game Pin
OriginalGriff17-Dec-16 4:37
mveOriginalGriff17-Dec-16 4:37 
Well, the error message pretty much explains itself.
Mathematics does not allow you to divide by zero, so you should probably make sure your application doesn't try to do that, wouldn't you say?

The fun bit is finding out why your application is trying at all. And - again - that's where you and Mr Debugger get to be good friends, because he's the one that tells you how the divisor came to be zero: which is pretty much essential to preventing it in future.

Seriously, get used to the debugger - it's a powerful, flexible tool that most developers spend a considerable amount of time with. It's a lot more fun - and a lot quicker - to find the information than it is to ask here. Especially as most of the time we have to say "use the debugger to get information" anyway! Laugh | :laugh:
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...

GeneralRe: C# Numbers game Pin
Pavlex417-Dec-16 4:54
Pavlex417-Dec-16 4:54 
GeneralRe: C# Numbers game Pin
OriginalGriff17-Dec-16 6:41
mveOriginalGriff17-Dec-16 6:41 
GeneralRe: C# Numbers game Pin
Pavlex417-Dec-16 6:46
Pavlex417-Dec-16 6:46 

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.