Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Visual C# 2008 Express Edition

Visual C# 2008 Express Edition

Scheduled Pinned Locked Moved C#
csharpdebuggingcollaborationtutorialquestion
10 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    Ray Hayes
    wrote on last edited by
    #1

    Hi, does anyone know how to make release builds in Express Edition? The toolbars have two BLANK combo boxes in the "Standard" toolbar where I would normally select the CPU target and the Debug/Release options. I'm currently looking at a project I created in the full 2008 edition (Team Studio Edition actually) but it still seems to be missing on any newly created projects. Is this a limitation of the Express Edition?

    Regards, Ray

    E 1 Reply Last reply
    0
    • R Ray Hayes

      Hi, does anyone know how to make release builds in Express Edition? The toolbars have two BLANK combo boxes in the "Standard" toolbar where I would normally select the CPU target and the Debug/Release options. I'm currently looking at a project I created in the full 2008 edition (Team Studio Edition actually) but it still seems to be missing on any newly created projects. Is this a limitation of the Express Edition?

      Regards, Ray

      E Offline
      E Offline
      Ed Poore
      wrote on last edited by
      #2

      Ctrl+Shift+B If you run without debugging it uses the release build, if you run with debugging it uses the debug build. This caught me out several times, but now I'm back on the Pro edition so I don't care.


      My Blog[^]

      P R 2 Replies Last reply
      0
      • E Ed Poore

        Ctrl+Shift+B If you run without debugging it uses the release build, if you run with debugging it uses the debug build. This caught me out several times, but now I'm back on the Pro edition so I don't care.


        My Blog[^]

        P Offline
        P Offline
        Pete OHanlon
        wrote on last edited by
        #3

        Ed.Poore wrote:

        This caught me out several times, but now I'm back on the Pro edition so I don't care.

        You're what we call "One of the technology haves."

        Deja View - the feeling that you've seen this post before.

        My blog | My articles

        E 1 Reply Last reply
        0
        • E Ed Poore

          Ctrl+Shift+B If you run without debugging it uses the release build, if you run with debugging it uses the debug build. This caught me out several times, but now I'm back on the Pro edition so I don't care.


          My Blog[^]

          R Offline
          R Offline
          Ray Hayes
          wrote on last edited by
          #4

          That's it, thanks! Strange that the toolbar has the combo's for Debug/Release but has it disabled! Nice to discover my application runs 10x faster in release than debug [perhaps I have too many Trace.TraceWarnings in my code! ;-)]

          Regards, Ray

          L 1 Reply Last reply
          0
          • P Pete OHanlon

            Ed.Poore wrote:

            This caught me out several times, but now I'm back on the Pro edition so I don't care.

            You're what we call "One of the technology haves."

            Deja View - the feeling that you've seen this post before.

            My blog | My articles

            E Offline
            E Offline
            Ed Poore
            wrote on last edited by
            #5

            Pete O'Hanlon wrote:

            One of the technology haves

            Is there some subtle meaning behind this that I'm missing?


            My Blog[^]

            P 1 Reply Last reply
            0
            • R Ray Hayes

              That's it, thanks! Strange that the toolbar has the combo's for Debug/Release but has it disabled! Nice to discover my application runs 10x faster in release than debug [perhaps I have too many Trace.TraceWarnings in my code! ;-)]

              Regards, Ray

              L Offline
              L Offline
              leppie
              wrote on last edited by
              #6

              Ray Hayes wrote:

              perhaps I have too many Trace.TraceWarnings in my code!

              Hope its not like:

              Trace.TraceWarning("Incrementing variable i");
              i++;
              Trace.TraceWarning("Incremented variable i");

              ;P

              xacc.ide - now with IronScheme support
              IronScheme - 1.0 alpha 1 out now

              R 1 Reply Last reply
              0
              • E Ed Poore

                Pete O'Hanlon wrote:

                One of the technology haves

                Is there some subtle meaning behind this that I'm missing?


                My Blog[^]

                P Offline
                P Offline
                Pete OHanlon
                wrote on last edited by
                #7

                When you had express edition you were in the have nots. Now you're not you're in the haves. Clear? As mud?

                Deja View - the feeling that you've seen this post before.

                My blog | My articles

                E 1 Reply Last reply
                0
                • P Pete OHanlon

                  When you had express edition you were in the have nots. Now you're not you're in the haves. Clear? As mud?

                  Deja View - the feeling that you've seen this post before.

                  My blog | My articles

                  E Offline
                  E Offline
                  Ed Poore
                  wrote on last edited by
                  #8

                  Now I understand


                  My Blog[^]

                  P 1 Reply Last reply
                  0
                  • L leppie

                    Ray Hayes wrote:

                    perhaps I have too many Trace.TraceWarnings in my code!

                    Hope its not like:

                    Trace.TraceWarning("Incrementing variable i");
                    i++;
                    Trace.TraceWarning("Incremented variable i");

                    ;P

                    xacc.ide - now with IronScheme support
                    IronScheme - 1.0 alpha 1 out now

                    R Offline
                    R Offline
                    Ray Hayes
                    wrote on last edited by
                    #9

                    Not quite, I'm processing some CVS logs and haven't yet handled branch tags - that was fine until the other day when someone added a branch at the route, so I had 23014 "warnings" being traced that a branch tag was being ignored.... That's the difference between <2seconds to process a 45Mb log file and 20seconds.... I was fairly happy with 20!

                    Regards, Ray

                    1 Reply Last reply
                    0
                    • E Ed Poore

                      Now I understand


                      My Blog[^]

                      P Offline
                      P Offline
                      Pete OHanlon
                      wrote on last edited by
                      #10

                      It isn't funny now though. If you've got to explain it, it's not funny.

                      Deja View - the feeling that you've seen this post before.

                      My blog | My articles

                      1 Reply Last reply
                      0
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • World
                      • Users
                      • Groups