Click here to Skip to main content
15,890,527 members
Home / Discussions / C#
   

C#

 
GeneralRe: Do you prefer using Microsoft Enterprise Data Block over EF 6.0 Pin
John C Rayan26-Jan-15 10:33
professionalJohn C Rayan26-Jan-15 10:33 
AnswerRe: Do you prefer using Microsoft Enterprise Data Block over EF 6.0 Pin
Mycroft Holmes26-Jan-15 11:45
professionalMycroft Holmes26-Jan-15 11:45 
AnswerRe: Do you prefer using Microsoft Enterprise Data Block over EF 6.0 Pin
Eddy Vluggen27-Jan-15 7:26
professionalEddy Vluggen27-Jan-15 7:26 
GeneralRe: Do you prefer using Microsoft Enterprise Data Block over EF 6.0 Pin
Mycroft Holmes27-Jan-15 13:41
professionalMycroft Holmes27-Jan-15 13:41 
QuestionThe form appeared in debug mode even though I deleted it. Pin
WrightSfiso25-Jan-15 22:36
WrightSfiso25-Jan-15 22:36 
AnswerRe: The form appeared in debug mode even though I deleted it. Pin
OriginalGriff25-Jan-15 22:45
mveOriginalGriff25-Jan-15 22:45 
GeneralRe: The form appeared in debug mode even though I deleted it. Pin
WrightSfiso25-Jan-15 22:49
WrightSfiso25-Jan-15 22:49 
GeneralRe: The form appeared in debug mode even though I deleted it. Pin
OriginalGriff25-Jan-15 22:57
mveOriginalGriff25-Jan-15 22:57 
So...you try to compile it, it can't do it completely because of errors, then you run the "last successful" build and expect it to have your latest changes in it?

Tell me, if you go the the supermarket and don't have any money on you when you try to pay, does the checkout person say "would you like the previous customer to pay for you?" - because that is what you are trying to get the system to do.

When you compile a program, any errors prevent the system from producing a new executable file - so the exe that is run is the last version of your code that had no errors, not the latest version with your changes. In order to run your code with your changes included, you have to look at and fix the errors that the compiler found and told you about.

So what errors did you get?
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...

GeneralRe: The form appeared in debug mode even though I deleted it. Pin
WrightSfiso26-Jan-15 2:34
WrightSfiso26-Jan-15 2:34 
GeneralRe: The form appeared in debug mode even though I deleted it. Pin
OriginalGriff26-Jan-15 3:55
mveOriginalGriff26-Jan-15 3:55 
QuestionCustom properties OpenXml C# Pin
Member 1139687825-Jan-15 19:57
Member 1139687825-Jan-15 19:57 
AnswerRe: Custom properties OpenXml C# Pin
Richard Deeming26-Jan-15 2:19
mveRichard Deeming26-Jan-15 2:19 
Questioncrystal report problem Pin
shuaibwasifkhan25-Jan-15 10:31
shuaibwasifkhan25-Jan-15 10:31 
AnswerRe: crystal report problem Pin
Mycroft Holmes25-Jan-15 21:54
professionalMycroft Holmes25-Jan-15 21:54 
GeneralRe: crystal report problem Pin
BhavinPandya27-Jan-15 21:47
BhavinPandya27-Jan-15 21:47 
GeneralRe: crystal report problem Pin
Mycroft Holmes27-Jan-15 21:57
professionalMycroft Holmes27-Jan-15 21:57 
QuestionCross-platform Encryption / Decryption Pin
Jassim Rahma24-Jan-15 22:59
Jassim Rahma24-Jan-15 22:59 
AnswerRe: Cross-platform Encryption / Decryption Pin
Richard MacCutchan25-Jan-15 1:10
mveRichard MacCutchan25-Jan-15 1:10 
QuestionWhy doesn't my code find the .SelectedIndex? Pin
rfresh24-Jan-15 12:32
rfresh24-Jan-15 12:32 
AnswerRe: Why doesn't my code find the .SelectedIndex? Pin
BillWoodruff24-Jan-15 18:27
professionalBillWoodruff24-Jan-15 18:27 
AnswerRe: Why doesn't my code find the .SelectedIndex? Pin
OriginalGriff24-Jan-15 21:53
mveOriginalGriff24-Jan-15 21:53 
GeneralRe: Why doesn't my code find the .SelectedIndex? Pin
rfresh25-Jan-15 5:05
rfresh25-Jan-15 5:05 
GeneralRe: Why doesn't my code find the .SelectedIndex? Pin
OriginalGriff25-Jan-15 5:20
mveOriginalGriff25-Jan-15 5:20 
Questionhow to add a image to header of exportinf pdf in devexpress gridview Pin
Member 1064949524-Jan-15 11:04
Member 1064949524-Jan-15 11:04 
QuestionEncoding.ASCII.GetString(byte[]) and CR LF Pin
TMattC24-Jan-15 10:42
TMattC24-Jan-15 10:42 

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.