M
Mark Hollander
Hi All,
I would like to move a windows form from the root namespace of my project
into another namespace. (VS 2008)
When I add
Namespace REPORTING
Public Class SomeForm
End Class
End Namespace
All Hell seems to break loose.
Me.Label1.Text="Some text" gives the following error message in the IDE
'Label1' is not a member of SSN.REPORTING.SomeForm.
F1, F1 Somebody I need F1 in sorting this out
I would like to move a windows form from the root namespace of my project
into another namespace. (VS 2008)
When I add
Namespace REPORTING
Public Class SomeForm
End Class
End Namespace
All Hell seems to break loose.
Me.Label1.Text="Some text" gives the following error message in the IDE
'Label1' is not a member of SSN.REPORTING.SomeForm.
F1, F1 Somebody I need F1 in sorting this out