Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
NullReferenceException
Message
 
To
08/08/2007 10:42:39
Steve Jones
Business Systems Services Uk Ltd
Swansea, United Kingdom
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
VB 8.0
OS:
Windows XP SP2
Database:
MS SQL Server
Miscellaneous
Thread ID:
01246782
Message ID:
01246855
Views:
18
Hi Steve,

A NullReferenceException exception is thrown when you try to access a member of an object and this object is null. e.g:
string hasNothing = null;
Console.WriteLine(hasNothing.Length);
These kind of erros are usually easy to detect. The stack trace is usefull in order to detect the error causes as well, but the stack trace you have on your message doesn't seem to be complete. Could you please verify if you have more information provided on the stack trace?

Regards,
-----
Fabio Vazquez
http://www.fabiovazquez.com
Previous
Reply
Map
View

Click here to load this message in the networking platform