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

C#

 
GeneralRe: How to compile dll into exe...? Pin
devvvy12-Aug-10 1:23
devvvy12-Aug-10 1:23 
GeneralRe: How to compile dll into exe...? Pin
Nuri Ismail12-Aug-10 1:26
Nuri Ismail12-Aug-10 1:26 
QuestionHow to set in run time a bitmap on pictureBox ?? Pin
Yanshof11-Aug-10 22:19
Yanshof11-Aug-10 22:19 
AnswerRe: How to set in run time a bitmap on pictureBox ?? Pin
Goutam Patra11-Aug-10 22:51
professionalGoutam Patra11-Aug-10 22:51 
AnswerRe: How to set in run time a bitmap on pictureBox ?? Pin
OriginalGriff11-Aug-10 23:10
mveOriginalGriff11-Aug-10 23:10 
AnswerRe: How to set in run time a bitmap on pictureBox ?? Pin
Luc Pattyn12-Aug-10 2:01
sitebuilderLuc Pattyn12-Aug-10 2:01 
GeneralRe: How to set in run time a bitmap on pictureBox ?? Pin
Yanshof12-Aug-10 2:10
Yanshof12-Aug-10 2:10 
GeneralRe: How to set in run time a bitmap on pictureBox ?? Pin
Luc Pattyn12-Aug-10 2:36
sitebuilderLuc Pattyn12-Aug-10 2:36 
when an error occurs, a lot of detailed information is available. At compile-time, an error always has a filename and line number associated with it, and one should look at that particular line. At run-time, managed code throws exceptions and when looking at them, they too reveal a class name, method name and line number, typically sufficient to pinpoint the problem.

finally when code runs without exceptions but does not produce the result one hopes for, there is that thing called debugging. Try single-stepping, try looking at some intermediate values, etc. And when all else fails, you can ask on a forum like this one, however then you need to provide an accurate symptom description and the relevant piece of code so some one can effectively help you.

Hmmm | :|
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles] Nil Volentibus Arduum
Please use <PRE> tags for code snippets, they preserve indentation, and improve readability.


QuestionHow to compile (make) setup project in command line Pin
mersad0011-Aug-10 21:35
mersad0011-Aug-10 21:35 
AnswerRe: How to compile (make) setup project in command line Pin
N a v a n e e t h11-Aug-10 23:20
N a v a n e e t h11-Aug-10 23:20 
GeneralMSBUILD can't compile vdproj!!!!!!!!!!!!!!!!!! Pin
mersad0012-Aug-10 4:07
mersad0012-Aug-10 4:07 
QuestionSqlCommand Pin
moein.serpico11-Aug-10 20:39
moein.serpico11-Aug-10 20:39 
AnswerRe: SqlCommand Pin
mersad0011-Aug-10 21:33
mersad0011-Aug-10 21:33 
AnswerRe: SqlCommand Pin
PIEBALDconsult12-Aug-10 3:23
mvePIEBALDconsult12-Aug-10 3:23 
GeneralRe: SqlCommand Pin
Searril12-Aug-10 4:37
Searril12-Aug-10 4:37 
QuestionLinq Query Problem Pin
Kevin Marois11-Aug-10 4:59
professionalKevin Marois11-Aug-10 4:59 
AnswerRe: Linq Query Problem Pin
Ennis Ray Lynch, Jr.11-Aug-10 5:38
Ennis Ray Lynch, Jr.11-Aug-10 5:38 
GeneralRe: Linq Query Problem Pin
Kevin Marois11-Aug-10 5:44
professionalKevin Marois11-Aug-10 5:44 
GeneralAmazing Pin
Ennis Ray Lynch, Jr.11-Aug-10 7:04
Ennis Ray Lynch, Jr.11-Aug-10 7:04 
GeneralRe: Amazing Pin
Kevin Marois11-Aug-10 7:06
professionalKevin Marois11-Aug-10 7:06 
QuestionStringBuilder vs += on string Pin
Dewald11-Aug-10 4:16
Dewald11-Aug-10 4:16 
AnswerRe: StringBuilder vs += on string Pin
Eddy Vluggen11-Aug-10 4:19
professionalEddy Vluggen11-Aug-10 4:19 
GeneralRe: StringBuilder vs += on string PinPopular
Ian Shlasko11-Aug-10 4:31
Ian Shlasko11-Aug-10 4:31 
AnswerRe: StringBuilder vs += on string Pin
Nuri Ismail11-Aug-10 4:26
Nuri Ismail11-Aug-10 4:26 
AnswerRe: StringBuilder vs += on string [modified] Pin
Luc Pattyn11-Aug-10 4:30
sitebuilderLuc Pattyn11-Aug-10 4:30 

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.