L'oggetto '<nome oggetto>' ha restituito il valore null per la proprietà '<nome proprietà>', ma non è consentito
Aggiornamento: novembre 2007
The object '<object name>' returned null for the property '<property name>' but this is not allowed
È necessario che alcune proprietà di .NET Framework restituiscano sempre un oggetto. Ad esempio, l'insieme Controls di un form deve sempre restituire un oggetto, anche quando non contiene controlli.
Per correggere l'errore
- Assicurarsi che la proprietà specificata nell'errore non sia null.