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

C#

 
AnswerRe: Expressions In C# Pin
Jon McKee27-Dec-16 17:14
professionalJon McKee27-Dec-16 17:14 
PraiseRe: Expressions In C# Pin
John C Rayan30-Dec-16 3:29
professionalJohn C Rayan30-Dec-16 3:29 
SuggestionRe: Expressions In C# Pin
John C Rayan30-Dec-16 4:31
professionalJohn C Rayan30-Dec-16 4:31 
Questionpas de dèfinition dans geolocator pour RequestAccessAsync dans windows10 Pin
Member 865861426-Dec-16 23:44
Member 865861426-Dec-16 23:44 
AnswerRe: pas de dèfinition dans geolocator pour RequestAccessAsync dans windows10 Pin
OriginalGriff27-Dec-16 0:46
mveOriginalGriff27-Dec-16 0:46 
AnswerRe: pas de dèfinition dans geolocator pour RequestAccessAsync dans windows10 Pin
Patrice T27-Dec-16 22:47
mvePatrice T27-Dec-16 22:47 
QuestionEnable Mouse in c# RDP viewer Pin
Member 1289017426-Dec-16 19:53
Member 1289017426-Dec-16 19:53 
AnswerRe: Enable Mouse in c# RDP viewer Pin
Richard MacCutchan26-Dec-16 21:33
mveRichard MacCutchan26-Dec-16 21:33 
GeneralI can not understand the error.....code bellow...for trans data from sql database to another Pin
Member 1289974625-Dec-16 20:37
Member 1289974625-Dec-16 20:37 
QuestionRe: I'm get confusing and A state of mental distractions I can not understand the error.....code bellow...for trans data from sql database to another Pin
Richard MacCutchan25-Dec-16 20:39
mveRichard MacCutchan25-Dec-16 20:39 
AnswerRe: I'm get confusing and A state of mental distractions I can not understand the error.....code bellow...for trans data from sql database to another Pin
Member 1289974625-Dec-16 21:05
Member 1289974625-Dec-16 21:05 
GeneralRe: I'm get confusing and A state of mental distractions I can not understand the error.....code bellow...for trans data from sql database to another Pin
Richard MacCutchan25-Dec-16 21:13
mveRichard MacCutchan25-Dec-16 21:13 
GeneralRe: I'm get confusing and A state of mental distractions I can not understand the error.....code bellow...for trans data from sql database to another Pin
OriginalGriff25-Dec-16 20:54
mveOriginalGriff25-Dec-16 20:54 
GeneralRe: I'm get confusing and A state of mental distractions I can not understand the error.....code bellow...for trans data from sql database to another Pin
Member 1289974625-Dec-16 21:07
Member 1289974625-Dec-16 21:07 
AnswerRe: I'm get confusing and A state of mental distractions I can not understand the error.....code bellow...for trans data from sql database to another Pin
OriginalGriff25-Dec-16 21:19
mveOriginalGriff25-Dec-16 21:19 
GeneralRe: I'm get confusing and A state of mental distractions I can not understand the error.....code bellow...for trans data from sql database to another Pin
Member 1289974625-Dec-16 21:21
Member 1289974625-Dec-16 21:21 
GeneralRe: I'm get confusing and A state of mental distractions I can not understand the error.....code bellow...for trans data from sql database to another Pin
OriginalGriff25-Dec-16 21:33
mveOriginalGriff25-Dec-16 21:33 
GeneralRe: I'm get confusing and A state of mental distractions I can not understand the error.....code bellow...for trans data from sql database to another Pin
Member 1289974625-Dec-16 21:37
Member 1289974625-Dec-16 21:37 
GeneralRe: I'm get confusing and A state of mental distractions I can not understand the error.....code bellow...for trans data from sql database to another Pin
OriginalGriff25-Dec-16 21:49
mveOriginalGriff25-Dec-16 21:49 
GeneralRe: I'm get confusing and A state of mental distractions I can not understand the error.....code bellow...for trans data from sql database to another Pin
Member 1289974625-Dec-16 21:59
Member 1289974625-Dec-16 21:59 
GeneralRe: I'm get confusing and A state of mental distractions I can not understand the error.....code bellow...for trans data from sql database to another Pin
OriginalGriff25-Dec-16 22:00
mveOriginalGriff25-Dec-16 22:00 
GeneralRe:I can not understand the error.....code bellow...for trans data from sql database to another Pin
Member 1289974625-Dec-16 22:46
Member 1289974625-Dec-16 22:46 
GeneralRe:I can not understand the error.....code bellow...for trans data from sql database to another Pin
OriginalGriff25-Dec-16 23:00
mveOriginalGriff25-Dec-16 23:00 
GeneralRe:I can not understand the error.....code bellow...for trans data from sql database to another Pin
Member 1289974625-Dec-16 23:24
Member 1289974625-Dec-16 23:24 
GeneralRe:I can not understand the error.....code bellow...for trans data from sql database to another Pin
OriginalGriff25-Dec-16 23:41
mveOriginalGriff25-Dec-16 23:41 
The problem is that you aren't thinking about what is going on here: the value you are casting to a bool is not a bool value, so the cast fails: that can't be "fixed" at that point - you need to find out what it actually is and why it isn't the value you are expecting.
And the only way to do that is to use the debugger while your code is running and look at what the actual data looks like. No amount of code I could give you would fix that - because either the index is wrong, the data is wrong, the table isn't organised as you think it is, or it's totally the wrong table.
We can't tell you which of those: but the debugger probably can almost instantly!
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...

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.