Monday, March 26, 2012

VS 05 IDE question

OK, I have VS 05 installed on 2 boxes and it was installed from the same
DVD. One is a laptop and one is a desktop.
On the desktop I can run a application without being in debug mode I select
Debug -- > run without debugging. On the desktop I can also change the build
configuration to 'release'. I change this by going to 'build -- >
configuration manager --> then i can change it from debug to release.
Now on my laptop I don't have any of these options. I only have Debug -->
start debugging
and Debug as an option on the config manager.
So what would cause my laptop to not have 'release' in the config manager
and why do I have to run every app in debug mode? I do mean every app, from
a web service, winForm app to a web app.This would be nornal with web sites since their mode is configured in
web.config by default due to the compilation mechanism (unless you start
using web application project). Does this really occur with WinForm apps as
well?
Teemu Keiski
AspInsider, ASP.NET MVP
http://blogs.aspadvice.com/joteke
http://teemukeiski.net
"Jonn" <John@.yahoo.com> wrote in message
news:e5OcdsYYHHA.208@.TK2MSFTNGP05.phx.gbl...
> OK, I have VS 05 installed on 2 boxes and it was installed from the same
> DVD. One is a laptop and one is a desktop.
> On the desktop I can run a application without being in debug mode I
> select Debug -- > run without debugging. On the desktop I can also change
> the build configuration to 'release'. I change this by going to 'build --
> Now on my laptop I don't have any of these options. I only have Debug -->
> start debugging
> and Debug as an option on the config manager.
> So what would cause my laptop to not have 'release' in the config manager
> and why do I have to run every app in debug mode? I do mean every app,
> from a web service, winForm app to a web app.
>
>
yes it happens with all projects i create.
Normally when i run a web app I get the debug message and select run without
debugging then I'm fine, I'm able to run web apps all day without debugging
or being prompted, I'm being prompted every time I run the apps/.
"Teemu Keiski" <joteke@.aspalliance.com> wrote in message
news:EED030EE-6D70-466A-A794-F9BAF2339685@.microsoft.com...
> This would be nornal with web sites since their mode is configured in
> web.config by default due to the compilation mechanism (unless you start
> using web application project). Does this really occur with WinForm apps
> as well?
> --
> Teemu Keiski
> AspInsider, ASP.NET MVP
> http://blogs.aspadvice.com/joteke
> http://teemukeiski.net
>
>
> "Jonn" <John@.yahoo.com> wrote in message
> news:e5OcdsYYHHA.208@.TK2MSFTNGP05.phx.gbl...
>

0 comments:

Post a Comment