Wednesday, October 3, 2012

An error occurred creating the form. See Exception.InnerException for details. The error is: Object reference not set to an instance of an object

If you get this error while launching VB.NET program, and if debugger points to nowhere, possible cause is that you are referring  to uninitialized control somewhere in constructor. To fix this error, you should disable Just My Code "feature" in Tools - Options - General - Debugging


No comments:

Post a Comment