Error 1 'JonesA06HO' is not a member of 'JonesA06HO'. C:\Users\Aaron\Documents\Visual Studio 2008\Projects\JonesA06HO - Copy\JonesA06HO\My Project\Application.Designer.vb 35 27 JonesA06HO
<Global.System.Diagnostics.DebuggerStepThroughAttribute()> _
Protected Overrides Sub OnCreateMainForm()
**Me.MainForm = Global.JonesA06HO.JonesA06HO**
End Sub
I am getting the error that JonesA06HO is not a member of JonesA06HO in my VB application. Can someone tell me how to solve this issue? It appears to be an issue with the above snipper of code. I have bolded the Me.MainForm section - What do I need to do to make my JonesA06HO file function?
<Global.System.Diagnostics>namespace. This is VB.NET, and they are not the same. Choosing proper tags is important, so that people who are familiar with the topic you're asking about see it (and people who are not can not waste their time with it). – Ken White Nov 9 '12 at 1:09FILEanywhere, so what makes you think it has to do with aFILE? You're referencing a namespace memberGlobal.JonesA06H0.JonesA06H0that doesn't exist. What makes you think you should setMe.MainFormto that value? – Ken White Nov 9 '12 at 1:17JonesA06H0.vb) starting with the line that saysnamespaceand the next line that starts withpartial class, please. – Ken White Nov 9 '12 at 1:38