An implementation of Visual Basic that is built into Microsoft products.
Hello @Tommy Hale ,
Thanks for your question.
Error BC30002 means a type is not recognized by the compiler. In Form1.Designer.vb at line 23, an object or control uses a type that is currently missing.
You can refer to these following steps:
- Please check line 23 in
Form1.Designer.vbto identify the unknown type. - Add the missing reference or NuGet package to the project.
- Then clean and rebuild the solution.
For additional information, you can refer to BC30002: Type typename is not defined.
I hope this addresses your question. If this response was helpful, please consider following the guidance to provide feedback. Thank you.