Thread: missing something ?

  1. #1
    Unregistered
    Guest

    missing something ?

    Why is it the C# in VS.Net doesn't have a "compile"
    but only a build or run command ?


    I tried adding the button to the menu since it isn't there by default and it's grayed out


    I miss just hitting F7 to check for syntax errors...

  2. #2
    Something Clever ginoitalo's Avatar
    Join Date
    Dec 2001
    Posts
    187
    It Looks like we can only 'build' C# apps

    Using the terrible shortcut key:
    CTRL + SHIFT + b

    or

    CTRL + F5 to Run

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Errors including <windows.h>
    By jw232 in forum Windows Programming
    Replies: 4
    Last Post: 07-29-2008, 01:29 PM
  2. failure to import external C libraries in C++ project
    By nocturna_gr in forum C++ Programming
    Replies: 3
    Last Post: 12-02-2007, 03:49 PM
  3. more then 100errors in header
    By hallo007 in forum Windows Programming
    Replies: 20
    Last Post: 05-13-2007, 08:26 AM
  4. ras.h errors
    By Trent_Easton in forum Windows Programming
    Replies: 8
    Last Post: 07-15-2005, 10:52 PM
  5. pointer to array of objects of struct
    By undisputed007 in forum C++ Programming
    Replies: 12
    Last Post: 03-02-2004, 04:49 AM