I need help regarding this error when trying navigate from page to page . I have a next and back button with the following code and error. Will anyone help me with my error? I'm using Visual Studio 2005 professional edition.
private
{
FrmReg1 frm =
frm.Show();
frm.Hide();
frm.Close();
FrmReg2 frm =
Error : The type or namespace name 'FrmReg2' could not be found (are you missing a using directive or an assembly reference?)