G
Guest
Why do I get the exception
An unhandled exception of type 'System.NullReferenceException' occurred in
system.dll
Additional information: Object reference not set to an instance of an object.
before even getting to the first line of the event handler for my radio
button? I guess that all objects which are used in the call to the event
method is instantiated by VS. What could be wrong?
An unhandled exception of type 'System.NullReferenceException' occurred in
system.dll
Additional information: Object reference not set to an instance of an object.
before even getting to the first line of the event handler for my radio
button? I guess that all objects which are used in the call to the event
method is instantiated by VS. What could be wrong?