Home All Groups Group Topic Archive Search About
Author
9 Jul 2006 1:25 PM
Samuel Shulman
Foe some reason the IDE doesn't warn me when there are compilation errors
and instead simply runs the old version

Further more the IDE ignores the break Pointes and when I hover with the
mouse I get the following message (partial quote) 'The break Point will not
currently be hit, the source code  is different to the original version'

I assume both problems are related though I don't know how, I also wonder
what is the Original Version


Thank you,
Samuel Shulman

Author
9 Jul 2006 1:40 PM
Theo Verweij
At the options, go to Project and Solutions, select Build and Run, And
change the option "On run, when build or deployment errors occur" to
"Prompt to launch"

Samuel Shulman wrote:
Show quoteHide quote
> Foe some reason the IDE doesn't warn me when there are compilation errors
> and instead simply runs the old version
>
> Further more the IDE ignores the break Pointes and when I hover with the
> mouse I get the following message (partial quote) 'The break Point will not
> currently be hit, the source code  is different to the original version'
>
> I assume both problems are related though I don't know how, I also wonder
> what is the Original Version
>
>
> Thank you,
> Samuel Shulman
>
>
Author
9 Jul 2006 2:35 PM
Samuel Shulman
Tried but this is already the settings

Thank you,
Samuel

Show quoteHide quote
"Theo Verweij" <tverw***@xs4all.nl> wrote in message
news:OdxqT21oGHA.4208@TK2MSFTNGP04.phx.gbl...
> At the options, go to Project and Solutions, select Build and Run, And
> change the option "On run, when build or deployment errors occur" to
> "Prompt to launch"
>
> Samuel Shulman wrote:
>> Foe some reason the IDE doesn't warn me when there are compilation errors
>> and instead simply runs the old version
>>
>> Further more the IDE ignores the break Pointes and when I hover with the
>> mouse I get the following message (partial quote) 'The break Point will
>> not currently be hit, the source code  is different to the original
>> version'
>>
>> I assume both problems are related though I don't know how, I also wonder
>> what is the Original Version
>>
>>
>> Thank you,
>> Samuel Shulman
Author
9 Jul 2006 3:39 PM
Theo Verweij
What do you have on the setting "On run, when projects are out of date"?

Samuel Shulman wrote:
Show quoteHide quote
> Tried but this is already the settings
>
> Thank you,
> Samuel
>
> "Theo Verweij" <tverw***@xs4all.nl> wrote in message
> news:OdxqT21oGHA.4208@TK2MSFTNGP04.phx.gbl...
>> At the options, go to Project and Solutions, select Build and Run, And
>> change the option "On run, when build or deployment errors occur" to
>> "Prompt to launch"
>>
>> Samuel Shulman wrote:
>>> Foe some reason the IDE doesn't warn me when there are compilation errors
>>> and instead simply runs the old version
>>>
>>> Further more the IDE ignores the break Pointes and when I hover with the
>>> mouse I get the following message (partial quote) 'The break Point will
>>> not currently be hit, the source code  is different to the original
>>> version'
>>>
>>> I assume both problems are related though I don't know how, I also wonder
>>> what is the Original Version
>>>
>>>
>>> Thank you,
>>> Samuel Shulman
>
>
Author
9 Jul 2006 4:04 PM
Samuel Shulman
Always Build

I did sort it by deleting the entire bin and Obj folders

Thanks,
Samuel

Show quoteHide quote
"Theo Verweij" <tverw***@xs4all.nl> wrote in message
news:OGfrk42oGHA.4848@TK2MSFTNGP03.phx.gbl...
> What do you have on the setting "On run, when projects are out of date"?
>
> Samuel Shulman wrote:
>> Tried but this is already the settings
>>
>> Thank you,
>> Samuel
>>
>> "Theo Verweij" <tverw***@xs4all.nl> wrote in message
>> news:OdxqT21oGHA.4208@TK2MSFTNGP04.phx.gbl...
>>> At the options, go to Project and Solutions, select Build and Run, And
>>> change the option "On run, when build or deployment errors occur" to
>>> "Prompt to launch"
>>>
>>> Samuel Shulman wrote:
>>>> Foe some reason the IDE doesn't warn me when there are compilation
>>>> errors and instead simply runs the old version
>>>>
>>>> Further more the IDE ignores the break Pointes and when I hover with
>>>> the mouse I get the following message (partial quote) 'The break Point
>>>> will not currently be hit, the source code  is different to the
>>>> original version'
>>>>
>>>> I assume both problems are related though I don't know how, I also
>>>> wonder what is the Original Version
>>>>
>>>>
>>>> Thank you,
>>>> Samuel Shulman
>>
Author
9 Jul 2006 4:47 PM
Göran_Andersson
Sounds like it got confused about which files were up to date, rather
than what to do with them. I suppose that changing the system clock
could cause something like that.

Samuel Shulman wrote:
Show quoteHide quote
> Always Build
>
> I did sort it by deleting the entire bin and Obj folders
>
> Thanks,
> Samuel
>
> "Theo Verweij" <tverw***@xs4all.nl> wrote in message
> news:OGfrk42oGHA.4848@TK2MSFTNGP03.phx.gbl...
>> What do you have on the setting "On run, when projects are out of date"?
>>
>> Samuel Shulman wrote:
>>> Tried but this is already the settings
>>>
>>> Thank you,
>>> Samuel
>>>
>>> "Theo Verweij" <tverw***@xs4all.nl> wrote in message
>>> news:OdxqT21oGHA.4208@TK2MSFTNGP04.phx.gbl...
>>>> At the options, go to Project and Solutions, select Build and Run, And
>>>> change the option "On run, when build or deployment errors occur" to
>>>> "Prompt to launch"
>>>>
>>>> Samuel Shulman wrote:
>>>>> Foe some reason the IDE doesn't warn me when there are compilation
>>>>> errors and instead simply runs the old version
>>>>>
>>>>> Further more the IDE ignores the break Pointes and when I hover with
>>>>> the mouse I get the following message (partial quote) 'The break Point
>>>>> will not currently be hit, the source code  is different to the
>>>>> original version'
>>>>>
>>>>> I assume both problems are related though I don't know how, I also
>>>>> wonder what is the Original Version
>>>>>
>>>>>
>>>>> Thank you,
>>>>> Samuel Shulman
>
Author
9 Jul 2006 5:20 PM
Samuel Shulman
Yes,

I did forward the date of the computer for some necessary test and that may
have caused this problem

Thank you for that,
Samuel


Show quoteHide quote
"Göran Andersson" <gu***@guffa.com> wrote in message
news:%23w9Erd3oGHA.4716@TK2MSFTNGP05.phx.gbl...
> Sounds like it got confused about which files were up to date, rather than
> what to do with them. I suppose that changing the system clock could cause
> something like that.
>
> Samuel Shulman wrote:
>> Always Build
>>
>> I did sort it by deleting the entire bin and Obj folders
>>
>> Thanks,
>> Samuel
>>
>> "Theo Verweij" <tverw***@xs4all.nl> wrote in message
>> news:OGfrk42oGHA.4848@TK2MSFTNGP03.phx.gbl...
>>> What do you have on the setting "On run, when projects are out of date"?
>>>
>>> Samuel Shulman wrote:
>>>> Tried but this is already the settings
>>>>
>>>> Thank you,
>>>> Samuel
>>>>
>>>> "Theo Verweij" <tverw***@xs4all.nl> wrote in message
>>>> news:OdxqT21oGHA.4208@TK2MSFTNGP04.phx.gbl...
>>>>> At the options, go to Project and Solutions, select Build and Run, And
>>>>> change the option "On run, when build or deployment errors occur" to
>>>>> "Prompt to launch"
>>>>>
>>>>> Samuel Shulman wrote:
>>>>>> Foe some reason the IDE doesn't warn me when there are compilation
>>>>>> errors and instead simply runs the old version
>>>>>>
>>>>>> Further more the IDE ignores the break Pointes and when I hover with
>>>>>> the mouse I get the following message (partial quote) 'The break
>>>>>> Point will not currently be hit, the source code  is different to the
>>>>>> original version'
>>>>>>
>>>>>> I assume both problems are related though I don't know how, I also
>>>>>> wonder what is the Original Version
>>>>>>
>>>>>>
>>>>>> Thank you,
>>>>>> Samuel Shulman
>>