D
Dan
I am using Visual Studio .net 2003 (C#)
I have a line of code like:
messagebox.show("Hello");
I get the erorr message "The type or namespace name 'messagebox' could not
be found (are you missing a using directive or an assembly reference?)
"
MessageBox.Show("Hello"); Does NOT product the error.
Also, normally, I get a dropdown list of available commands, but after
typing messagebox. , nothing appears.
Anybody know what's going on?
I have a line of code like:
messagebox.show("Hello");
I get the erorr message "The type or namespace name 'messagebox' could not
be found (are you missing a using directive or an assembly reference?)
"
MessageBox.Show("Hello"); Does NOT product the error.
Also, normally, I get a dropdown list of available commands, but after
typing messagebox. , nothing appears.
Anybody know what's going on?