vb.net - Object variable or With block variable not set -
i trying figure out why of sudden error when trying run program. following code below error is:
<global.microsoft.visualbasic.compilerservices.designergenerated()> partial class frmpm
the error highlighted on frmpm:
error occurred creating form. see exception.innerexception details. error is: object variable or block variable not set.
i've made sure there end class @ end of doesn't seem problem.
what else cause worked fine 1 run not on down road?
thanks!
david
ah, seems though creating bad object @ run time in sub calling when first started. though odd have type of error after commented out, seemed work fine. :o)
Comments
Post a Comment