Click here to Skip to main content
15,902,938 members
Home / Discussions / C#
   

C#

 
GeneralRe: Using Function Keys Pin
Nagy Vilmos23-Nov-09 0:30
professionalNagy Vilmos23-Nov-09 0:30 
GeneralRe: Using Function Keys Pin
Abhijit Jana23-Nov-09 3:33
professionalAbhijit Jana23-Nov-09 3:33 
AnswerRe: Using Function Keys Pin
Shameel22-Nov-09 22:54
professionalShameel22-Nov-09 22:54 
GeneralRe: Using Function Keys Pin
khosnur22-Nov-09 22:58
khosnur22-Nov-09 22:58 
GeneralRe: Using Function Keys Pin
Alan N23-Nov-09 1:46
Alan N23-Nov-09 1:46 
GeneralRe: Using Function Keys Pin
Shameel23-Nov-09 2:07
professionalShameel23-Nov-09 2:07 
Questionhi Pin
phionah22-Nov-09 21:51
phionah22-Nov-09 21:51 
AnswerRe: hi [modified] Pin
Nagy Vilmos22-Nov-09 21:56
professionalNagy Vilmos22-Nov-09 21:56 
GeneralRe: hi Pin
Richard MacCutchan22-Nov-09 23:35
mveRichard MacCutchan22-Nov-09 23:35 
QuestionSpeech Recognition in c# Pin
krinaljariwala22-Nov-09 21:05
krinaljariwala22-Nov-09 21:05 
AnswerRe: Speech Recognition in c# Pin
dan!sh 22-Nov-09 21:36
professional dan!sh 22-Nov-09 21:36 
AnswerRe: Speech Recognition in c# Pin
Programm3r22-Nov-09 21:39
Programm3r22-Nov-09 21:39 
GeneralRe: Speech Recognition in c# Pin
dan!sh 22-Nov-09 21:42
professional dan!sh 22-Nov-09 21:42 
GeneralRe: Speech Recognition in c# Pin
krinaljariwala22-Nov-09 22:03
krinaljariwala22-Nov-09 22:03 
QuestionUse report viewer from a text file? Pin
CelestialCoder22-Nov-09 20:19
CelestialCoder22-Nov-09 20:19 
AnswerRe: Use report viewer from a text file? Pin
Richard MacCutchan22-Nov-09 22:16
mveRichard MacCutchan22-Nov-09 22:16 
GeneralRe: Use report viewer from a text file? Pin
CelestialCoder23-Nov-09 1:01
CelestialCoder23-Nov-09 1:01 
GeneralRe: Use report viewer from a text file? Pin
dojohansen23-Nov-09 1:06
dojohansen23-Nov-09 1:06 
GeneralRe: Use report viewer from a text file? Pin
CelestialCoder23-Nov-09 1:18
CelestialCoder23-Nov-09 1:18 
QuestionWeb Service Config Error Pin
Programm3r22-Nov-09 20:04
Programm3r22-Nov-09 20:04 
AnswerRe: Web Service Config Error Pin
Programm3r22-Nov-09 20:55
Programm3r22-Nov-09 20:55 
GeneralRe: Web Service Config Error Pin
dojohansen23-Nov-09 1:12
dojohansen23-Nov-09 1:12 
Indeed, but why are MS so lazy that they can't be bothered to report different error messages for rather different cases!? It's pretty obvious that the code that generated that error knows bloody well whether the problem is that the file was not found, or no endpoint definition was found in the file. But to save five minutes they used one message for both conditions, leaving tens of thousands of developers to waste their time because they don't know if it's the location of the file or the contents of it that is the problem!

By the way, this is something most of us can be a lot better at: Whenever we write code we should try to keep in mind what users of the code (including ourselves - we won't remember all the implementation details well for long) might do and report errors as clearly and specifically as possible. Lakmus test: If your code doesn't have a lot more throw statements than catch blocks, it's almost certainly not very good!
AnswerRe: Web Service Config Error Pin
Shameel23-Nov-09 4:36
professionalShameel23-Nov-09 4:36 
GeneralRe: Web Service Config Error Pin
dojohansen23-Nov-09 7:40
dojohansen23-Nov-09 7:40 
QuestionExcel crashes when exce.exe.config file exists. Pin
SRKSHOME22-Nov-09 19:46
SRKSHOME22-Nov-09 19: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.