I am currently using VS.NET 2005. From what I read I should be able type a general command into the immediate window and it will return the results. For instance typing in
Messagebox.Show("Test");
should cause the messagebox window to pop up. When I do in my IDE however it tries to build me app which I don't want. I simply want to test some small code to see the results. Is there a setting I need to change or am I using it incorrectly?
Any help would be appreciated since I am very new to VS.NET and the VS.NET IDE.
Messagebox.Show("Test");
should cause the messagebox window to pop up. When I do in my IDE however it tries to build me app which I don't want. I simply want to test some small code to see the results. Is there a setting I need to change or am I using it incorrectly?
Any help would be appreciated since I am very new to VS.NET and the VS.NET IDE.