Click here to Skip to main content
15,888,984 members
Home / Discussions / C#
   

C#

 
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 
AnswerRe: Excel crashes when exce.exe.config file exists. Pin
dojohansen23-Nov-09 7:51
dojohansen23-Nov-09 7:51 
QuestionFTP Downloading a file (C# || VB.net) from a FreeBSD type System. Pin
khalidmehmoodawan22-Nov-09 19:21
khalidmehmoodawan22-Nov-09 19:21 
AnswerRe: FTP Downloading a file (C# || VB.net) from a FreeBSD type System. Pin
dojohansen23-Nov-09 7:53
dojohansen23-Nov-09 7:53 
GeneralRe: FTP Downloading a file (C# || VB.net) from a FreeBSD type System. Pin
khalidmehmoodawan23-Nov-09 15:14
khalidmehmoodawan23-Nov-09 15:14 
QuestionSample N Tier Windows Forms Application - C#.NET Pin
Reshma.R22-Nov-09 19:17
Reshma.R22-Nov-09 19:17 
AnswerRe: Sample N Tier Windows Forms Application - C#.NET Pin
dan!sh 22-Nov-09 19:30
professional dan!sh 22-Nov-09 19:30 
AnswerRe: Sample N Tier Windows Forms Application - C#.NET Pin
Abhijit Jana22-Nov-09 19:30
professionalAbhijit Jana22-Nov-09 19:30 
QuestionListBox Items Pin
Illegal Operation22-Nov-09 18:22
Illegal Operation22-Nov-09 18:22 
AnswerRe: ListBox Items Pin
Abhijit Jana22-Nov-09 18:35
professionalAbhijit Jana22-Nov-09 18:35 
Questionmail retrieval using c# Pin
nirmalsat22-Nov-09 17:27
nirmalsat22-Nov-09 17:27 
AnswerRe: mail retrieval using c# Pin
Dave Kreskowiak22-Nov-09 18:33
mveDave Kreskowiak22-Nov-09 18:33 
QuestionDatagridview userdefined unbound column properties [modified] Pin
TheCardinal22-Nov-09 17:09
TheCardinal22-Nov-09 17:09 
AnswerRe: Datagridview userdefined unbound column properties Pin
dojohansen23-Nov-09 1:25
dojohansen23-Nov-09 1:25 
GeneralRe: Datagridview userdefined unbound column properties Pin
TheCardinal23-Nov-09 16:00
TheCardinal23-Nov-09 16:00 

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.