Click here to Skip to main content
15,910,603 members
Home / Discussions / C#
   

C#

 
GeneralRe: Please answer it is my biggest problem. Pin
Tera Mind4-Dec-13 12:16
professionalTera Mind4-Dec-13 12:16 
GeneralRe: Please answer it is my biggest problem. Pin
OriginalGriff4-Dec-13 21:47
mveOriginalGriff4-Dec-13 21:47 
AnswerRe: Please answer it is my biggest problem. Pin
Richard MacCutchan4-Dec-13 22:13
mveRichard MacCutchan4-Dec-13 22:13 
AnswerRe: Please answer it is my biggest problem. Pin
WuRunZhe9-Dec-13 2:42
WuRunZhe9-Dec-13 2:42 
Questionif/then/else variable frustration Pin
Steve Embry4-Dec-13 9:56
Steve Embry4-Dec-13 9:56 
AnswerRe: if/then/else variable frustration Pin
Pete O'Hanlon4-Dec-13 10:07
mvePete O'Hanlon4-Dec-13 10:07 
GeneralRe: if/then/else variable frustration Pin
Steve Embry4-Dec-13 15:09
Steve Embry4-Dec-13 15:09 
GeneralRe: if/then/else variable frustration Pin
DRAYKKO5-Dec-13 8:05
professionalDRAYKKO5-Dec-13 8:05 
Steve Embry wrote:
A local variable named 'strbody' cannot be declared in this scope because it would give a different meaning to 'strbody', which is already used in a 'parent or current' scope to denote something else


Looks like that variable is being defined somewhere else in the code; in other words you defined a variable with that exact same spelling and then tried to define it again somewhere else in the code. Try the previous suggestion of defining "strbody" before the statement and use the Find function (if you're using VS, navigate to Edit > Find and Replace > Quick Find) to try to locate all instances of that variable name, and see if maybe you used it for a different variable. Then just change the name (but, if you do, remember to update all references to the changed variable).
=======================
Every experience in life is a lesson to be learned

A. Stevens
B.S., Computer Science

AnswerRe: if/then/else variable frustration Pin
Mycroft Holmes4-Dec-13 11:53
professionalMycroft Holmes4-Dec-13 11:53 
Questionif/then/else variable frustration Pin
Steve Embry4-Dec-13 9:51
Steve Embry4-Dec-13 9:51 
AnswerRe: if/then/else variable frustration Pin
s_magus4-Dec-13 10:08
s_magus4-Dec-13 10:08 
GeneralRe: if/then/else variable frustration Pin
Steve Embry4-Dec-13 15:07
Steve Embry4-Dec-13 15:07 
GeneralRe: if/then/else variable frustration Pin
s_magus4-Dec-13 16:34
s_magus4-Dec-13 16:34 
GeneralRe: if/then/else variable frustration Pin
Steve Embry4-Dec-13 16:57
Steve Embry4-Dec-13 16:57 
GeneralParameterized Queries Pin
BBatts4-Dec-13 3:17
BBatts4-Dec-13 3:17 
GeneralRe: Parameterized Queries Pin
Simon_Whale4-Dec-13 3:23
Simon_Whale4-Dec-13 3:23 
GeneralRe: Parameterized Queries Pin
PIEBALDconsult4-Dec-13 4:19
mvePIEBALDconsult4-Dec-13 4:19 
GeneralRe: Parameterized Queries Pin
Eddy Vluggen4-Dec-13 7:07
professionalEddy Vluggen4-Dec-13 7:07 
GeneralRe: Parameterized Queries Pin
BBatts5-Dec-13 2:22
BBatts5-Dec-13 2:22 
Questionanyone tried Xamarin? Pin
Jassim Rahma4-Dec-13 3:04
Jassim Rahma4-Dec-13 3:04 
AnswerRe: anyone tried Xamarin? Pin
thatraja4-Dec-13 3:47
professionalthatraja4-Dec-13 3:47 
QuestionUpdate stored procedure doesn't update, it keeps on saying info modification fails, please help Pin
Member 103378794-Dec-13 1:00
Member 103378794-Dec-13 1:00 
AnswerRe: Update stored procedure doesn't update, it keeps on saying info modification fails, please help Pin
Chris Quinn4-Dec-13 1:05
Chris Quinn4-Dec-13 1:05 
AnswerRe: Update stored procedure doesn't update, it keeps on saying info modification fails, please help Pin
Simon_Whale4-Dec-13 1:12
Simon_Whale4-Dec-13 1:12 
AnswerRe: Update stored procedure doesn't update, it keeps on saying info modification fails, please help Pin
toyfercho4-Dec-13 6:13
toyfercho4-Dec-13 6:13 

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.