Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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.

Posted

I don't think I've heard of the feature you seem to be describing for VS2005, but they added a lot of stuff so I wouldn't be surprised if I missed something. :)

 

Maybe something like a snippet compiler is more what you're looking for?

  • Leaders
Posted

In order to use the immediate window you must be running an application and be in break mode. The reason that it tries to build your project is so that it can run it to create the environment in which to execute your command.

 

For that reason, the snippet compiler would probably be ideal for you.

[sIGPIC]e[/sIGPIC]

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...