Click here to Skip to main content
15,888,527 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: Where can I find... Pin
Brady Kelly1-May-07 10:15
Brady Kelly1-May-07 10:15 
QuestionChange textbox on reportviewer Pin
FrankBoonen30-Apr-07 0:07
FrankBoonen30-Apr-07 0:07 
Question302 Redirect - Double Get Pin
Tristan Rhodes29-Apr-07 23:54
Tristan Rhodes29-Apr-07 23:54 
QuestionStrange Problem With Windows Forms In VB.NET Pin
unix_blues29-Apr-07 20:58
unix_blues29-Apr-07 20:58 
QuestionGetting strange error when running a simple remoting app on Vista Pin
consolejoker28-Apr-07 6:54
consolejoker28-Apr-07 6:54 
QuestionDelay in startup time using binding objects Pin
sailchris2228-Apr-07 3:19
sailchris2228-Apr-07 3:19 
QuestionNull Reference Exception in C#.NET Pin
I.explore.code27-Apr-07 22:48
I.explore.code27-Apr-07 22:48 
AnswerRe: Null Reference Exception in C#.NET Pin
Colin Angus Mackay27-Apr-07 22:59
Colin Angus Mackay27-Apr-07 22:59 
gladiatron wrote:
Some times during the execution of C#.NET programs I encounter this error which states "Object Reference Not set to an instance of object" and then the program terminates if there is no exception handler code. I need to know, what is the meaning of this exception??


I think the error message is self explanatory. You have an object reference (a variable, if you prefer) that is set to null (not an instance of an object).

While null variables are perfectly acceptable in and of themselves, if you attempt to use them (e.g. call a method on them) it will fail.


Upcoming events:
* Glasgow: Introduction to AJAX (2nd May), SQL Server 2005 - XML and XML Query Plans, Mock Objects, SQL Server Reporting Services...

Never write for other people. Write for yourself, because you have a passion for it. -- Marc Clifton


My website

GeneralRe: Null Reference Exception in C#.NET Pin
I.explore.code28-Apr-07 7:20
I.explore.code28-Apr-07 7:20 
AnswerRe: Null Reference Exception in C#.NET Pin
Christian Graus27-Apr-07 23:12
protectorChristian Graus27-Apr-07 23:12 
AnswerRe: Null Reference Exception in C#.NET Pin
Brady Kelly27-Apr-07 23:42
Brady Kelly27-Apr-07 23:42 
GeneralRe: Null Reference Exception in C#.NET Pin
sarah_malik28-Apr-07 0:49
sarah_malik28-Apr-07 0:49 
QuestionWhere can I find .NET framework maps and ADO.NET class library maps? Pin
Slow Learner27-Apr-07 7:46
Slow Learner27-Apr-07 7:46 
QuestionWSDL in .NET 2.0 and VS2005 Pin
iltallman27-Apr-07 4:24
iltallman27-Apr-07 4:24 
AnswerRe: WSDL in .NET 2.0 and VS2005 Pin
kubben27-Apr-07 11:57
kubben27-Apr-07 11:57 
QuestionRDLC Filter And/Or Pin
prinztelly27-Apr-07 3:50
prinztelly27-Apr-07 3:50 
QuestionProblem with collection Pin
varun_78927-Apr-07 3:39
varun_78927-Apr-07 3:39 
AnswerRe: Problem with collection Pin
Arun.Immanuel27-Apr-07 3:42
Arun.Immanuel27-Apr-07 3:42 
AnswerRe: Problem with collection Pin
pbraun27-Apr-07 4:59
pbraun27-Apr-07 4:59 
AnswerRe: Problem with collection Pin
Luc Pattyn27-Apr-07 6:12
sitebuilderLuc Pattyn27-Apr-07 6:12 
AnswerRe: Problem with collection Pin
Kevin McFarlane27-Apr-07 10:47
Kevin McFarlane27-Apr-07 10:47 
Question.NET 3.0 Pin
Talal Sultan26-Apr-07 21:35
Talal Sultan26-Apr-07 21:35 
AnswerRe: .NET 3.0 Pin
szukuro26-Apr-07 21:55
szukuro26-Apr-07 21:55 
GeneralRe: .NET 3.0 Pin
Talal Sultan26-Apr-07 22:20
Talal Sultan26-Apr-07 22:20 
GeneralRe: .NET 3.0 Pin
szukuro26-Apr-07 22:43
szukuro26-Apr-07 22:43 

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.