This is something odd that I have seen in my solution and I don't know why it happens, what if means if anything. Maybe someone can shed some light on it.
When I open up my solution and expand the solution tree for MainForm, it lists
Mainform.vb
>MainForm.Designer.vb
>MainForm.vb
MainForm.resx
>MainForm.vb
After after opening Mainform.vb[Design] and performing a rebuild the tree changes to:
Mainform.vb
>MainForm.Designer.vb
>MainForm.vb
MainForm.resx
The "MainForm.vb" dissappears from the tree.
If I then close Mainform.vb[Design] then the tree changes to:
Mainform.vb
>MainForm.Designer.vb
>MainForm.vb
MainForm.resx
>MainForm.vb
The question is, Why does the "MainForm.vb" dissappear from the Solution Tree? Where did it go?