Visual C# 2008 Express Edition
-
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
-
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
-
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.
-
-
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.
-
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
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 -
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.
-
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.
-
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 nowNot 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
-
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.