Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
System.NullReference Exception encountered
Message
 
To
All
General information
Forum:
ASP.NET
Category:
Forms
Title:
System.NullReference Exception encountered
Miscellaneous
Thread ID:
00973935
Message ID:
00973935
Views:
46
Hi.
I had a simple form working fine, and added a few additional fields and now I get the following error:

An Unhandled exception of type 'System.NullReferenceException' occurred in
System.Windows.Forms.dll
Additionla Info: Object reference not set to an instance of an object

This seems to happen as main form is loaded in the command :
static void Main()
{
Application.Run(new ISRC_Maintenance());
}

The only changes I made was to add a few fields and Clear and Set dataBindings

Any help appreciated.

regards,

Gerard
Next
Reply
Map
View

Click here to load this message in the networking platform