Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
NullReferenceException
Message
 
À
08/08/2007 10:42:39
Steve Jones
Business Systems Services Uk Ltd
Swansea, Royaume Uni
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Versions des environnements
Environment:
VB 8.0
OS:
Windows XP SP2
Database:
MS SQL Server
Divers
Thread ID:
01246782
Message ID:
01246855
Vues:
19
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform