Y
YYZ
"Code generation for property 'LienPos' failed. Error was: 'Object
reference not set to an instance of an object.'"
I get this when, in design mode (ie, not running at all) I bring up the
designer for a usercontrol. This usercontrol (currently named
ucTestLoan.vb) contains and instance of another usercontrol, called
ucLoanScenario.
That ucLoanScenario contains a public property called LienPos. LienPos
is dimmed as clsListItem -- clsListItem is just a custom class that I
built that has a couple of properties.
I see this error in the Task List of the IDE listed as an error. If I
double click on the error it takes me to the very first line in
ucTestLoan. That doesn't really help me pinpoint where the error is.
Is there some sort of Error checking option I can enable to find out
exactly where and why this error is cropping up?
If I compile the project, it compiles and runs fine.
Any ideas?
Matt
reference not set to an instance of an object.'"
I get this when, in design mode (ie, not running at all) I bring up the
designer for a usercontrol. This usercontrol (currently named
ucTestLoan.vb) contains and instance of another usercontrol, called
ucLoanScenario.
That ucLoanScenario contains a public property called LienPos. LienPos
is dimmed as clsListItem -- clsListItem is just a custom class that I
built that has a couple of properties.
I see this error in the Task List of the IDE listed as an error. If I
double click on the error it takes me to the very first line in
ucTestLoan. That doesn't really help me pinpoint where the error is.
Is there some sort of Error checking option I can enable to find out
exactly where and why this error is cropping up?
If I compile the project, it compiles and runs fine.
Any ideas?
Matt