Hello,

what can be the cause of building my ASP.NET project
when it has apparently no reason - if there are no code changes,
and I have choosen "Start without debugging" menu.

I have done investigation in all possible projects files
and directories, but no clue.

Other projects behave correctly.

Thanks

Miso

Re: Visual Studio ASP NET Project is rebuilding all the times by jdmartinez

jdmartinez
Mon Dec 13 10:49:08 CST 2004

I hate to not really be helpful, but does it matter? is there any
compelling reason to avoid this apparently random compilation?

Joel Martinez
http://www.onetug.org - Orlando .NET User Group
http://www.codecube.net - blog


Re: Visual Studio ASP NET Project is rebuilding all the times by Bruno

Bruno
Mon Dec 13 15:29:36 CST 2004

Make sure that you don't have a missing reference or a missing file in the
project. If the missing reference or file is not vital, project will compile
ok but build logic will try to recompile it over and over.

Bruno.

"Miso" <valent@spirit.sk> a écrit dans le message de news:
uqkPIwS4EHA.3416@TK2MSFTNGP09.phx.gbl...
> Hello,
>
> what can be the cause of building my ASP.NET project
> when it has apparently no reason - if there are no code changes,
> and I have choosen "Start without debugging" menu.
>
> I have done investigation in all possible projects files
> and directories, but no clue.
>
> Other projects behave correctly.
>
> Thanks
>
> Miso
>
>



Re: Visual Studio ASP NET Project is rebuilding all the times by Bud

Bud
Wed Dec 15 14:33:37 CST 2004

Miso,

Try this:
In the Solution Explorer window, right click on the solution name, click
Properties / Configuration Properties / Optimizations, check Enable
Incremental Build and click OK

Bud Corazza

"Miso" <valent@spirit.sk> wrote in message
news:uqkPIwS4EHA.3416@TK2MSFTNGP09.phx.gbl...
> Hello,
>
> what can be the cause of building my ASP.NET project
> when it has apparently no reason - if there are no code changes,
> and I have choosen "Start without debugging" menu.
>
> I have done investigation in all possible projects files
> and directories, but no clue.
>
> Other projects behave correctly.
>
> Thanks
>
> Miso
>
>



Re: Visual Studio ASP NET Project is rebuilding all the times by Miso

Miso
Thu Dec 16 06:33:29 CST 2004

Hello Bud,
unfortunatelly my project is in C# and there is no Optimizations Section
under Configuration Properties.
In VB it is there.

miso

"Bud Corazza" <corazza@starpower.net> wrote in message
news:ML2dndOPdPU8Al3cRVn-2g@rcn.net...
> Miso,
>
> Try this:
> In the Solution Explorer window, right click on the solution name, click
> Properties / Configuration Properties / Optimizations, check Enable
> Incremental Build and click OK
>
> Bud Corazza
>
> "Miso" <valent@spirit.sk> wrote in message
> news:uqkPIwS4EHA.3416@TK2MSFTNGP09.phx.gbl...
> > Hello,
> >
> > what can be the cause of building my ASP.NET project
> > when it has apparently no reason - if there are no code changes,
> > and I have choosen "Start without debugging" menu.
> >
> > I have done investigation in all possible projects files
> > and directories, but no clue.
> >
> > Other projects behave correctly.
> >
> > Thanks
> >
> > Miso
> >
> >
>
>



Re: Visual Studio ASP NET Project is rebuilding all the times by Miso

Miso
Fri Dec 17 02:04:16 CST 2004

This was the case.
Thank you Bruno.
Miso


"Bruno Jouhier [MVP]" <bjouhier@club-internet.fr> wrote in message
news:ekw9drV4EHA.1976@TK2MSFTNGP09.phx.gbl...
> Make sure that you don't have a missing reference or a missing file in the
> project. If the missing reference or file is not vital, project will
compile
> ok but build logic will try to recompile it over and over.
>
> Bruno.
>
> "Miso" <valent@spirit.sk> a écrit dans le message de news:
> uqkPIwS4EHA.3416@TK2MSFTNGP09.phx.gbl...
> > Hello,
> >
> > what can be the cause of building my ASP.NET project
> > when it has apparently no reason - if there are no code changes,
> > and I have choosen "Start without debugging" menu.
> >
> > I have done investigation in all possible projects files
> > and directories, but no clue.
> >
> > Other projects behave correctly.
> >
> > Thanks
> >
> > Miso
> >
> >
>
>