Click here to Skip to main content
15,917,808 members
Home / Discussions / C#
   

C#

 
AnswerRe: Error-Object reference not set to an instance of an object Pin
pmarfleet9-Nov-07 9:00
pmarfleet9-Nov-07 9:00 
QuestionRe: Error-Object reference not set to an instance of an object Pin
T4AMD9-Nov-07 9:37
T4AMD9-Nov-07 9:37 
AnswerRe: Error-Object reference not set to an instance of an object Pin
pmarfleet9-Nov-07 9:40
pmarfleet9-Nov-07 9:40 
AnswerRe: Error-Object reference not set to an instance of an object Pin
Pete O'Hanlon9-Nov-07 10:37
mvePete O'Hanlon9-Nov-07 10:37 
GeneralRe: Error-Object reference not set to an instance of an object Pin
T4AMD9-Nov-07 10:45
T4AMD9-Nov-07 10:45 
GeneralRe: Error-Object reference not set to an instance of an object Pin
Luc Pattyn9-Nov-07 10:55
sitebuilderLuc Pattyn9-Nov-07 10:55 
QuestionRe: Error-Object reference not set to an instance of an object Pin
T4AMD9-Nov-07 11:48
T4AMD9-Nov-07 11:48 
AnswerRe: Error-Object reference not set to an instance of an object Pin
Luc Pattyn9-Nov-07 12:00
sitebuilderLuc Pattyn9-Nov-07 12:00 
Fine, you did not show/explain actual output, so I don't know how much you already had.
Anyway, since you have a stack traceback, look for the first method name WITH line number,
that is most likely to be where the problem SHOWS; of course as always the cause of the
problem may have happened before that.

"Object reference not set to an instance ..." means you are using an object reference that
holds null rather than a valid object. As in:
myClass something;
something.DoMethod1();   // <-- something contains null


If you want specific help, please clearly explain what you get, how it differs from what
you expect, and show code and exceptions.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]


this months tips:
- use PRE tags to preserve formatting when showing multi-line code snippets
- before you ask a question here, search CodeProject, then Google


Question(WPF)Auto tooltip as string and binding? [modified-solved] [modified] Pin
wolfshad39-Nov-07 8:12
wolfshad39-Nov-07 8:12 
QuestionHelp - Could not find installable ISAM Pin
oceanexplorer9-Nov-07 7:39
oceanexplorer9-Nov-07 7:39 
AnswerRe: Help - Could not find installable ISAM Pin
led mike9-Nov-07 7:55
led mike9-Nov-07 7:55 
JokeRe: Help - Could not find installable ISAM Pin
Paul Conrad9-Nov-07 12:20
professionalPaul Conrad9-Nov-07 12:20 
QuestionTextbox databind to a property - refresh Pin
Bert delaVega9-Nov-07 6:58
Bert delaVega9-Nov-07 6:58 
AnswerRe: Textbox databind to a property - refresh Pin
Ennis Ray Lynch, Jr.9-Nov-07 7:06
Ennis Ray Lynch, Jr.9-Nov-07 7:06 
Questionhow to change the style of an item from a listBox? Pin
gabi_coman9-Nov-07 6:53
gabi_coman9-Nov-07 6:53 
AnswerRe: how to change the style of an item from a listBox? Pin
led mike9-Nov-07 7:57
led mike9-Nov-07 7:57 
GeneralRe: how to change the style of an item from a listBox? Pin
gabi_coman10-Nov-07 0:33
gabi_coman10-Nov-07 0:33 
QuestionWebBrowser Pin
mihksoft9-Nov-07 6:13
mihksoft9-Nov-07 6:13 
AnswerRe: WebBrowser Pin
Judah Gabriel Himango9-Nov-07 7:40
sponsorJudah Gabriel Himango9-Nov-07 7:40 
QuestionHow to convert my Windows Application Code to a Browser Base Application? Pin
Khoramdin9-Nov-07 5:34
Khoramdin9-Nov-07 5:34 
AnswerRe: How to convert my Windows Application Code to a Browser Base Application? Pin
Colin Angus Mackay9-Nov-07 5:50
Colin Angus Mackay9-Nov-07 5:50 
Questionc# application to WWW page Pin
gordon249-Nov-07 5:32
gordon249-Nov-07 5:32 
AnswerRe: c# application to WWW page Pin
Judah Gabriel Himango9-Nov-07 7:43
sponsorJudah Gabriel Himango9-Nov-07 7:43 
AnswerRe: c# application to WWW page Pin
ChrisKo9-Nov-07 8:23
ChrisKo9-Nov-07 8:23 
QuestionFileSystemWatcher Alternative Pin
ffowler9-Nov-07 3:58
ffowler9-Nov-07 3:58 

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.