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

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -