The exception that is thrown when there is an attempt to dereference a null object reference.
1
vote
2answers
32 views
Object reference not set to an instance of an object Exception when closing my form
When I want to close my form, the cmbProspecten_SelectedIndexChanged method gets recalled. But the values in cmbProspecten are null and so I get the
NullReferenceException: Object reference not ...
0
votes
1answer
44 views
Object not set to instance error with class invocation
I set up three models. I'm not sure if I did it the best way, but it's the way I could understand it easily. I invoke the DepartmentProfile class. The first user found is not a manager so it goes ...
0
votes
2answers
19 views
Executing T4 template: Host is null while hostspecific=“True”
I am trying to write a console program that takes the file name of a T4 template as a parameter, and then processes the template. This because I want users to be able to update the template without ...
1
vote
0answers
39 views
Getting InvalidOperationException during call to GetResponseAsync()?
PREFACE: I know the code excerpt is lengthy but I did't want to leave out a detail that someone else might spot as the cause of the issue. The reason for the somewhat verbose nature of the code and ...
0
votes
4answers
51 views
How to test if Action<…> is null? [closed]
Suppose I have a function that looks like this:
public void DoSomething(Action<object> something)
{
something(getObject());
}
If something is null, then this code will raise a ...
1
vote
4answers
44 views
Null reference on Cache class issue
I have code as following inside of method:
var currency = new Dictionary<string, List<Currency>>();
if (Cache["Currency"] == null)
{
//here I fill currency with data and then set it ...
-2
votes
1answer
52 views
Null Reference Exeption openFileDialog
Code:
namespace bla_bla_bla
{ public delegate void pathSelected(string path);
//...
public partial class Form1 : Form
{
public pathSelected onPath;
//...
private void ...
0
votes
3answers
48 views
Object reference not set to an instance of an object - C#
I'm a beginner to c# and I keep getting a 'System.NullReferenceException' error. I've looked everywhere but I can't seem to find a useful solution.
I simplified the code below so that it would be ...
0
votes
1answer
42 views
NullReferenceException happens when sending message back to message dialog from BackGroundWorker
It's a C# winform .Net framework 2.0 project: The time-consuming network transferring jobs run in a BackupgroundWorker. In this backgroundwork thread, SynchronizationContext method is used to send ...
0
votes
2answers
57 views
Unable to start activity ComponentInfo{…MainActivity}: java.lang.NullPointerException
I would like to build an app which uses HoloEverywhere. I import HoloEverywhere and ActionBarSherlock as described in this manual.
MainActivity:
import org.holoeverywhere.app.*;
import ...
1
vote
1answer
23 views
EF anonymous object query returns null collections instead of empty ones
I'm using this trick to perform conditional Include's with EF. http://blogs.msdn.com/b/alexj/archive/2009/10/13/tip-37-how-to-do-a-conditional-include.aspx
The problem I'm having is that any ...
0
votes
2answers
44 views
NullReferenceException was unhandled in small loop
Hello I recieve a "nullreferenceexception was unhandled" error when I try to run this code:
For i As Integer = 1 To aantaltags
csvopc(i) = csvtagssplit(17 * i)
...
6
votes
3answers
71 views
Why does setting ComboBox.SelectedValue to null cause a ArgumentNullException?
Why does setting the SelectedValue of a ComboBox to null cause an ArgumentNullException?
The Exception only occurs if the ComboBox is actually part of a Form.
I can set SelectedValue to all kinds of ...
0
votes
1answer
46 views
weird NullReferenceException error
I encountered a weird error:
mycon.Open();
adap = new SqlDataAdapter("SELECT * FROM Employee; Select * from Shift; select * from Has_Shift", mycon);
adap.TableMappings.Add("T1", "Employee");
...
1
vote
1answer
30 views
NullReferenceException with EF
I have a problem with the Exception NullReferenceException ... class that auto generated by EF and contains a list of ICollection and the list supposed to be initialized in the constructor but when ...
0
votes
0answers
36 views
cannot avoid NullReferenceException when insert data into Db. MVC
Im trying to insert data into extern database.
i have got Nullexception all the time even when i dont have any null data.
here my insert function
When i breakPointer befor the SaveProductionOrder ...
1
vote
1answer
100 views
EmguCV - Face Recognition - 'Object reference not set' exception when using training set from Microsoft Access Database
I've been developing a face recognition application using EmguCV (C#). I got the whole thing working okay if I store the face images (training set) in simple windows folder. But, after I tried to ...
0
votes
4answers
49 views
Where/How to instaniate an object to handle null reference exception
Hey guys kind of a simple question, I'm not exactly sure where/how to initialize a new object instance so I don't get this error. I have a class object(Contact) that has another class ...
0
votes
0answers
40 views
NullReferenceException was unhandled , WP7 error
I am having a very strange error , in a WP7 application i am trying to build.
When i run the application for the first time and i debug it , i get this error :
NullReferenceException was ...
2
votes
2answers
117 views
System.NullReferenceException on this.Controls.Add() with winforms and C#
I have developed a small WinForm application with C#.
I have released this app for years, and a lot of users use it on many different Windows system, Windows XP, Vista, 7, 8, 32bit and 64bit.
But ...
0
votes
2answers
41 views
Handling null reference
Public Static Void Main() {
LinkedList q = new LinkedList();
q.enqueue(Object);
System.out.println(q.deque().getString()); //it will print the string of the popped object
}
If the queue ...
4
votes
3answers
122 views
Inheritance null reference exception using F#
Is there any way to make the following code work?
open System.Collections.Generic
type Geometry<'t>(child: 't) =
let values = List()
member o.add (v: float) = values.Add v; child
and ...
1
vote
1answer
52 views
C# Linq-to-SQL Error on submitChanges()
i have a silly problem with Linq to SQl. I only work with c# for 3 weeks but i thought i understand it.
So, now i´m testing my classes (Entites and Manage classes for them) but i get in the ...
0
votes
1answer
43 views
Is it possible to get a NullReferenceException with a null coalescing operator and a 'as'?
I'm moniterring an application and I got a...
NullReferenceException Object reference not set to an instance of an
object.
The Stack trace points accurately to this line of code :
...
0
votes
1answer
40 views
Adding list in list
I have class SellStatement
public class SellStatement
{
public long billNo
public DateTime paymentDate;
public List<string> ProductName;
public List<double> quantity;
...
0
votes
0answers
36 views
Background Worker and Parallel.For Null Exception
I am trying to optimize a pixel value reader (from images) and tried to used Parallel.For with a Background Worker to show the progress on a bar. I an using a Dictionary to store the read values to be ...
0
votes
1answer
59 views
Why am I getting Null Referenfe exception while trying to read data from XML file?
I have a XML file names Customerx.xml. It has the parent tag as . It has many .
My customer class is defined as:
public class Customer
{
private List<Customer> customerList;
public ...
0
votes
2answers
53 views
System.NullReferenceException Handled
Here's code I have written for a simple event based adder, this is the error I constantly get: Object reference not set to an instance of an object.
I am a beginner, so what's my error here? What am ...
0
votes
1answer
52 views
App-config , custom section handler object returning as null
So I made a custom section handler to read information from the app-config file but when I try run it i get the following error: Object reference not set to an instance of an object.
I have been ...
0
votes
1answer
34 views
WSDL element is null?
I have an WSDL document and it has elements like this above.
<s:element name="NewPortalOrder">
<s:complexType>
<s:sequence>
<s:element minOccurs="1" ...
0
votes
1answer
47 views
how to change row color based on column value
i using this code but giving error object reference is not set to instance of object . Need help urgent.
using (SqlConnection sqlConn = new SqlConnection("Data Source=OMKAR-PC;Initial ...
0
votes
1answer
41 views
NullReferenceExeption when Linq'ing IEnumerable<XElement>
I'm new to the whole Linq game, so please forgive my ignorance.
I have this piece of code here:
String tag = "Covers";
XDocument doc = XDocument.Load(file);
IEnumerable<XElement> allDvds = ...
2
votes
1answer
64 views
Setting string in javascript function in ASP.NET MVC give NullReferenceException
Inside my MVC view I have javascript that is executed by a button click. I'm trying to set a string to a random set of characters which I can get to work fine but when I try and set that string to ...
0
votes
5answers
96 views
C# ListBox Selected Item Null Exception
The user can click an item in a ListBox as follows:
private void listBox1_SelectedIndexChanged(object sender, EventArgs e)
{
textBox2.Clear();
listBox2.Items.Clear();
string[] p =
...
0
votes
1answer
54 views
Custom SpecFlow TestGeneratorProvider registration causes NullReferenceException at test generation
I'm trying to add my CodedUI test generator plugin in SpecFlow 1.9. I'm trying to use the new plugin registration, since the old type of registration causes all kinds of issues in our solution, since ...
0
votes
2answers
49 views
Asp.net NullReferenceException: Object reference not set to an instance of an object
I don't understand why it has thrown this error. The code seems fine to me, any can spot where I've gone wrong? I am trying to match the username and password from the database. Thanks
Line 20: ...
0
votes
2answers
68 views
WebBrowser control throws seemingly random NullReferenceException
For a couple of days I am working on a WebBrowser based webscraper. After a couple of prototypes working with Threads and DocumentCompleted events, I decided to try and see if I could make a simple, ...
0
votes
1answer
48 views
Is a variable not accepting an assignment?
I am getting a 'System.NullReferenceException' on line 103:
It shows that the variable 'r' is null, yet as seen in the picture below line 102 shows that 'this.parentRack' is pointing to an instance ...
0
votes
0answers
322 views
Iterate/Loop through Datagrid rows to get the value of checkbox column using Silverlight/ c# wpf: NullReferenceException error
I have a DataGrid in Silverlight xaml which contains three columns named Active(checkbox), name(Textcolumn), ID (Textcolumn) and a Save button outside the datagrid. I am getting the following error ...
0
votes
1answer
49 views
Constant NullReference Exception using OpenXML on a DOCX file
I'm trying to parse through a lengthy file and remove sections that I don't want. From research It appears that the OpenXml SDK was the easiest reference for manipulating and searching through the ...
3
votes
4answers
63 views
StreamReader NullReferenceException
I'm making a function that will get the number of lines from a StreamReader excluding comments (lines which starts with '//') and new lines.
This is my code:
private int GetPatchCount(StreamReader ...
0
votes
1answer
55 views
C# Exception reading registry: Null reference exception
I'm trying to develop a method to read the programs installed on the machine.
public void refreshProgramsFromWindows () {
string SoftwareKey = ...
-5
votes
1answer
49 views
c# text box returning NullReference [closed]
I keep getting a nullreference error when I try to save 2 variables from a text box's, I have loads of these box's but this is the only ones to do it:
-1
votes
2answers
81 views
Storing Files Name in String Array
I wrote the following code to store files name in string array:
string[] fileStore;
private void button1_Click(object sender, EventArgs e)
{
DirectoryInfo dir1 = new DirectoryInfo(@"D:\data\");
...
-7
votes
1answer
38 views
I want to create a new object in the copy constructor ,but i need to be sure that his reference is not null [closed]
public Date(Date other)
{
if(other==null){
other._day=DEFAULTDAY;
other._month=DEFAULTMONTH;
other._year=DEFAULTYEAR;
this._day=other._day;
...
0
votes
1answer
91 views
AForge AVI Writer exception
I have written a bit of code that's supposed to create an avi file out of a List.
// instantiate AVI writer, use WMV3 codec
internal static AVIWriter writer = new AVIWriter( "wmv3" );
...
0
votes
1answer
41 views
VB 2010 Express - Guessing Game exception: “NullReferenceException was Unhandled”
I have had a big seemingly unsolvable problem when coding a guessing game. I am getting an exception error on the line:
MessageLabel.Text = Message.ToString
Here is the code:
Option Strict On
...
0
votes
1answer
60 views
NullReferenceException when debugging and using invoke
I found an interesting behavior yesterday while debugging a Windows Forms application, please refer to this code:
bool enter = false;
Debugger.Break();
if (enter) // Force to enter the if clause, ...
0
votes
1answer
104 views
System.NullReferenceException on dropdownlist
I'm making a webshop and when I add products everything is going alright, when I try to edit my products I get an error on the category they are under.
this is my code:
@model ...
0
votes
1answer
48 views
Nhibernate BuildSessionFactory Null Exception
I'm getting BuildSessionFactory null exception.
Using Nhibernate 3.3.3.4000 , .NET 4.5 , MVC 4 and;
ISessionFactory sessionFactory = new Configuration().Configure().BuildSessionFactory();
When ...





