I know there are other files that we don't get to see in VS 2008 but why. I
know there is info about what regions are collapsed etc.

Now I have a problem with the form designer. When I open a form it right
off the bat marks it as changed. Just a double click on the form will cause
this. So I close it and say no to save it because in my mind there is no
change. Well I have a couple of ToolStripStatusLabel's that exist now in
the designer file but are no longer associated with a StatusStrip.

I really wish MS had used VS 2005 as the base for this version of VS rather
than VS 2002 which had the same types of problems. I never ran into these
types of problems with VS 2005 but VS 2008 is a real pile of _____ fill in
the blanks.

I now have to go into the designer file since ToolStripStatusLabel's do not
really exist in the form by themselves. Re add them and wait for the next
time I open the form.

I would really like to know why just opening a form will mark it as changed.
I CHANGED NOTHING.

Does anyone else have these problems.

Lloyd Sheen

Re: Major problem with VS 2008 by Lloyd

Lloyd
Sat May 10 18:13:27 CDT 2008


"Lloyd Sheen" <a@b.c> wrote in message
news:Oz6QGyusIHA.3616@TK2MSFTNGP06.phx.gbl...
>I know there are other files that we don't get to see in VS 2008 but why.
>I know there is info about what regions are collapsed etc.
>
> Now I have a problem with the form designer. When I open a form it right
> off the bat marks it as changed. Just a double click on the form will
> cause this. So I close it and say no to save it because in my mind there
> is no change. Well I have a couple of ToolStripStatusLabel's that exist
> now in the designer file but are no longer associated with a StatusStrip.
>
> I really wish MS had used VS 2005 as the base for this version of VS
> rather than VS 2002 which had the same types of problems. I never ran
> into these types of problems with VS 2005 but VS 2008 is a real pile of
> _____ fill in the blanks.
>
> I now have to go into the designer file since ToolStripStatusLabel's do
> not really exist in the form by themselves. Re add them and wait for the
> next time I open the form.
>
> I would really like to know why just opening a form will mark it as
> changed. I CHANGED NOTHING.
>
> Does anyone else have these problems.
>
> Lloyd Sheen

I did more testing with a diff program and find out that neither the
designer or resx files are changed if I open then save even if the form is
marked as changed. Clean will not fixed so where and why does VS 2008 think
that things have changed??

LS


Re: Major problem with VS 2008 by Steve

Steve
Sat May 10 19:19:39 CDT 2008

Lloyd Sheen wrote:
> "Lloyd Sheen" <a@b.c> wrote in message

>>
>> I would really like to know why just opening a form will mark it as
>> changed. I CHANGED NOTHING.
>>
>> Does anyone else have these problems.
>>
>> Lloyd Sheen
>
> I did more testing with a diff program and find out that neither the
> designer or resx files are changed if I open then save even if the
> form is marked as changed. Clean will not fixed so where and why
> does VS 2008 think that things have changed??
>

I don't know either but I have seen it happen with VS 2005 as well, if that is
any consolation.



Re: Major problem with VS 2008 by Jack

Jack
Sun May 11 00:51:50 CDT 2008

On Sat, 10 May 2008 17:22:01 -0700, "Steve Gerrard"
<mynamehere@comcast.net> wrote:

>Lloyd Sheen wrote:
>> "Lloyd Sheen" <a@b.c> wrote in message
>
>>>
>>> I would really like to know why just opening a form will mark it as
>>> changed. I CHANGED NOTHING.
>>>
>>> Does anyone else have these problems.
>>>
>>> Lloyd Sheen
>>
>> I did more testing with a diff program and find out that neither the
>> designer or resx files are changed if I open then save even if the
>> form is marked as changed. Clean will not fixed so where and why
>> does VS 2008 think that things have changed??
>>
>
>I don't know either but I have seen it happen with VS 2005 as well, if that is
>any consolation.

I have a couple of UserControl based classes that do this in both
VS2005 and 2008. It's very annoying.

Re: Major problem with VS 2008 by John

John
Sun May 11 08:30:06 CDT 2008

I just say Yes to save and get on with it.

"Lloyd Sheen" <a@b.c> wrote in message
news:OW4Q4NvsIHA.1768@TK2MSFTNGP03.phx.gbl...
>
> "Lloyd Sheen" <a@b.c> wrote in message
> news:Oz6QGyusIHA.3616@TK2MSFTNGP06.phx.gbl...
>>I know there are other files that we don't get to see in VS 2008 but why.
>>I know there is info about what regions are collapsed etc.
>>
>> Now I have a problem with the form designer. When I open a form it right
>> off the bat marks it as changed. Just a double click on the form will
>> cause this. So I close it and say no to save it because in my mind there
>> is no change. Well I have a couple of ToolStripStatusLabel's that exist
>> now in the designer file but are no longer associated with a StatusStrip.
>>
>> I really wish MS had used VS 2005 as the base for this version of VS
>> rather than VS 2002 which had the same types of problems. I never ran
>> into these types of problems with VS 2005 but VS 2008 is a real pile of
>> _____ fill in the blanks.
>>
>> I now have to go into the designer file since ToolStripStatusLabel's do
>> not really exist in the form by themselves. Re add them and wait for the
>> next time I open the form.
>>
>> I would really like to know why just opening a form will mark it as
>> changed. I CHANGED NOTHING.
>>
>> Does anyone else have these problems.
>>
>> Lloyd Sheen
>
> I did more testing with a diff program and find out that neither the
> designer or resx files are changed if I open then save even if the form is
> marked as changed. Clean will not fixed so where and why does VS 2008
> think that things have changed??
>
> LS



Re: Major problem with VS 2008 by ShaneO

ShaneO
Sun May 11 16:02:49 CDT 2008

John wrote:
> I just say Yes to save and get on with it.
>

I would agree with this sentiment, just say YES.


> "Lloyd Sheen" <a@b.c> wrote in message

>>> I now have to go into the designer file since ToolStripStatusLabel's do
>>> not really exist in the form by themselves. Re add them and wait for the
>>> next time I open the form.
>>>
Are you therefore implying that you don't have ANY sort of Backup? No
roll-back point that you can go to in order to overcome the need to
modify the Designer file? Surely not!

Even if you discover the problem after you've made substantial changes
to your code, I believe you'll find that you can still swap-in an old
Designer.vb file to recover any corruption.

VS2008 is not perfect, neither is the Operating System that you're
running on, or probably the CPU, Hard Disc Drive, RAM or anything else
in your system - Make contingencies available for when/if something goes
wrong and you'll easily recover!

ShaneO

There are 10 kinds of people - Those who understand Binary and those who
don't.

Re: Major problem with VS 2008 by Lloyd

Lloyd
Sun May 11 16:57:23 CDT 2008


"ShaneO" <spcacc@optusnet.com.au> wrote in message
news:48275f0b$0$1024$afc38c87@news.optusnet.com.au...
> John wrote:
>> I just say Yes to save and get on with it.
>>
>
> I would agree with this sentiment, just say YES.
>
>
>> "Lloyd Sheen" <a@b.c> wrote in message
>
>>>> I now have to go into the designer file since ToolStripStatusLabel's do
>>>> not really exist in the form by themselves. Re add them and wait for
>>>> the next time I open the form.
>>>>
> Are you therefore implying that you don't have ANY sort of Backup? No
> roll-back point that you can go to in order to overcome the need to modify
> the Designer file? Surely not!
>
> Even if you discover the problem after you've made substantial changes to
> your code, I believe you'll find that you can still swap-in an old
> Designer.vb file to recover any corruption.
>
> VS2008 is not perfect, neither is the Operating System that you're running
> on, or probably the CPU, Hard Disc Drive, RAM or anything else in your
> system - Make contingencies available for when/if something goes wrong and
> you'll easily recover!
>
> ShaneO
>
> There are 10 kinds of people - Those who understand Binary and those who
> don't.

I have backups. I used a diff program to see what changed. NOTHING.

I would like to know where the "extra" files are for solutions. There is
something in those files which causes the problem I think.

About perfection. If you create an application would you think that by
simply opening a file it should be marked as changed. I don't think that
any customer would accept this.

LS


Re: Major problem with VS 2008 by ShaneO

ShaneO
Sun May 11 18:29:21 CDT 2008

Lloyd Sheen wrote:
>
> "ShaneO" <spcacc@optusnet.com.au> wrote in message
> news:48275f0b$0$1024$afc38c87@news.optusnet.com.au...
>> John wrote:
>>> I just say Yes to save and get on with it.
>>>
>>
>> I would agree with this sentiment, just say YES.
>>
>>
>>> "Lloyd Sheen" <a@b.c> wrote in message
>>
>>>>> I now have to go into the designer file since
>>>>> ToolStripStatusLabel's do not really exist in the form by
>>>>> themselves. Re add them and wait for the next time I open the form.
>>>>>
>> Are you therefore implying that you don't have ANY sort of Backup? No
>> roll-back point that you can go to in order to overcome the need to
>> modify the Designer file? Surely not!
>>
>> Even if you discover the problem after you've made substantial changes
>> to your code, I believe you'll find that you can still swap-in an old
>> Designer.vb file to recover any corruption.
>>
>> VS2008 is not perfect, neither is the Operating System that you're
>> running on, or probably the CPU, Hard Disc Drive, RAM or anything else
>> in your system - Make contingencies available for when/if something
>> goes wrong and you'll easily recover!
>>
>> ShaneO
>>
>> There are 10 kinds of people - Those who understand Binary and those who
>> don't.
>
> I have backups. I used a diff program to see what changed. NOTHING.
>
> I would like to know where the "extra" files are for solutions. There
> is something in those files which causes the problem I think.
>
> About perfection. If you create an application would you think that by
> simply opening a file it should be marked as changed. I don't think
> that any customer would accept this.
>
> LS
I believe you'll find that there aren't any "extra" files, so therefore
your Diff program has obviously missed something somewhere!

In the past I've been sent a ZIP file from friends containing all the
files you'll see in any project folder. I have then performed some work
on the project (including running it locally) and sent it back with the
changes. My own projects are stored on a Server which I access from a
number of workstations, and at times I have even copied the project
folder onto a Notebook and been able to continue to work locally. If
there were "extra" files hidden somewhere, this would not be possible.

Also, if you believe there weren't any differences between your old
Designer.vb file and the current one, what did you mean by - "I now have
to go into the designer file"?

As I've never experienced the exact problem you originally described, I
am genuinely interested in finding out more, but I can be fairly certain
you won't find an answer by looking for any files that aren't already
clearly apparent.

ShaneO

There are 10 kinds of people - Those who understand Binary and those who
don't.

Re: Major problem with VS 2008 by Lloyd

Lloyd
Sun May 11 18:52:28 CDT 2008


"ShaneO" <spcacc@optusnet.com.au> wrote in message
news:48278163$0$30463$afc38c87@news.optusnet.com.au...
> Lloyd Sheen wrote:
>>
>> "ShaneO" <spcacc@optusnet.com.au> wrote in message
>> news:48275f0b$0$1024$afc38c87@news.optusnet.com.au...
>>> John wrote:
>>>> I just say Yes to save and get on with it.
>>>>
>>>
>>> I would agree with this sentiment, just say YES.
>>>
>>>
>>>> "Lloyd Sheen" <a@b.c> wrote in message
>>>
>>>>>> I now have to go into the designer file since ToolStripStatusLabel's
>>>>>> do not really exist in the form by themselves. Re add them and wait
>>>>>> for the next time I open the form.
>>>>>>
>>> Are you therefore implying that you don't have ANY sort of Backup? No
>>> roll-back point that you can go to in order to overcome the need to
>>> modify the Designer file? Surely not!
>>>
>>> Even if you discover the problem after you've made substantial changes
>>> to your code, I believe you'll find that you can still swap-in an old
>>> Designer.vb file to recover any corruption.
>>>
>>> VS2008 is not perfect, neither is the Operating System that you're
>>> running on, or probably the CPU, Hard Disc Drive, RAM or anything else
>>> in your system - Make contingencies available for when/if something goes
>>> wrong and you'll easily recover!
>>>
>>> ShaneO
>>>
>>> There are 10 kinds of people - Those who understand Binary and those who
>>> don't.
>>
>> I have backups. I used a diff program to see what changed. NOTHING.
>>
>> I would like to know where the "extra" files are for solutions. There is
>> something in those files which causes the problem I think.
>>
>> About perfection. If you create an application would you think that by
>> simply opening a file it should be marked as changed. I don't think that
>> any customer would accept this.
>>
>> LS
> I believe you'll find that there aren't any "extra" files, so therefore
> your Diff program has obviously missed something somewhere!
>
> In the past I've been sent a ZIP file from friends containing all the
> files you'll see in any project folder. I have then performed some work
> on the project (including running it locally) and sent it back with the
> changes. My own projects are stored on a Server which I access from a
> number of workstations, and at times I have even copied the project folder
> onto a Notebook and been able to continue to work locally. If there were
> "extra" files hidden somewhere, this would not be possible.
>
> Also, if you believe there weren't any differences between your old
> Designer.vb file and the current one, what did you mean by - "I now have
> to go into the designer file"?
>
> As I've never experienced the exact problem you originally described, I am
> genuinely interested in finding out more, but I can be fairly certain you
> won't find an answer by looking for any files that aren't already clearly
> apparent.
>
> ShaneO
>
> There are 10 kinds of people - Those who understand Binary and those who
> don't.

I sure can't find easily any extra files. I have use procmon and can see no
files that would suggest they hold information about outlining etc. I have
loaded the .vb file into a hex editor and there is nothing I can see that
would indicate whether a subroutine is open or closed (outlining).

As for moving the files around I would think that you would not know the
open/closed status of any subroutine and that if the info did not exist then
all method would show as expanded in the IDE.

Going into the designer file was to add the existing statustext controls
back into the statusstrip. The original problem (other than the fact that
it will open this one form as changed each time) was that the statustext
controls exist but were somehow not added to the statusstrip (or at least
the code was somehow changed by opening the form in the IDE.)

I have also had the IDE create for me stubs (which are incorrect) for events
from a usercontrol. This does not happen if I clean the solution.

Somewhere in VS 2008 there is a problem and I would like to find it. I
often make many changes and rely on the "changed" status to ensure that
things that were to be done were done and visa versa.

LS


Re: Major problem with VS 2008 by Lloyd

Lloyd
Sun May 11 19:08:35 CDT 2008


"ShaneO" <spcacc@optusnet.com.au> wrote in message
news:48278163$0$30463$afc38c87@news.optusnet.com.au...
> Lloyd Sheen wrote:
>>
>> "ShaneO" <spcacc@optusnet.com.au> wrote in message
>> news:48275f0b$0$1024$afc38c87@news.optusnet.com.au...
>>> John wrote:
>>>> I just say Yes to save and get on with it.
>>>>
>>>
>>> I would agree with this sentiment, just say YES.
>>>
>>>
>>>> "Lloyd Sheen" <a@b.c> wrote in message
>>>
>>>>>> I now have to go into the designer file since ToolStripStatusLabel's
>>>>>> do not really exist in the form by themselves. Re add them and wait
>>>>>> for the next time I open the form.
>>>>>>
>>> Are you therefore implying that you don't have ANY sort of Backup? No
>>> roll-back point that you can go to in order to overcome the need to
>>> modify the Designer file? Surely not!
>>>
>>> Even if you discover the problem after you've made substantial changes
>>> to your code, I believe you'll find that you can still swap-in an old
>>> Designer.vb file to recover any corruption.
>>>
>>> VS2008 is not perfect, neither is the Operating System that you're
>>> running on, or probably the CPU, Hard Disc Drive, RAM or anything else
>>> in your system - Make contingencies available for when/if something goes
>>> wrong and you'll easily recover!
>>>
>>> ShaneO
>>>
>>> There are 10 kinds of people - Those who understand Binary and those who
>>> don't.
>>
>> I have backups. I used a diff program to see what changed. NOTHING.
>>
>> I would like to know where the "extra" files are for solutions. There is
>> something in those files which causes the problem I think.
>>
>> About perfection. If you create an application would you think that by
>> simply opening a file it should be marked as changed. I don't think that
>> any customer would accept this.
>>
>> LS
> I believe you'll find that there aren't any "extra" files, so therefore
> your Diff program has obviously missed something somewhere!
>
> In the past I've been sent a ZIP file from friends containing all the
> files you'll see in any project folder. I have then performed some work
> on the project (including running it locally) and sent it back with the
> changes. My own projects are stored on a Server which I access from a
> number of workstations, and at times I have even copied the project folder
> onto a Notebook and been able to continue to work locally. If there were
> "extra" files hidden somewhere, this would not be possible.
>
> Also, if you believe there weren't any differences between your old
> Designer.vb file and the current one, what did you mean by - "I now have
> to go into the designer file"?
>
> As I've never experienced the exact problem you originally described, I am
> genuinely interested in finding out more, but I can be fairly certain you
> won't find an answer by looking for any files that aren't already clearly
> apparent.
>
> ShaneO
>
> There are 10 kinds of people - Those who understand Binary and those who
> don't.

Ok after creating a new form for testing and copying the designer code I
find that when I delete a tabcontrol from the new form I can then open it
and it is not marked as changed.

That solves one thing (well not solves but indicates the IDE problem).

As for where the info is for expanded / collapsed methods, I cannot find
that info.

LS


Re: Major problem with VS 2008 by Lloyd

Lloyd
Sun May 11 19:42:55 CDT 2008


"ShaneO" <spcacc@optusnet.com.au> wrote in message
news:48278163$0$30463$afc38c87@news.optusnet.com.au...
> Lloyd Sheen wrote:
>>
>> "ShaneO" <spcacc@optusnet.com.au> wrote in message
>> news:48275f0b$0$1024$afc38c87@news.optusnet.com.au...
>>> John wrote:
>>>> I just say Yes to save and get on with it.
>>>>
>>>
>>> I would agree with this sentiment, just say YES.
>>>
>>>
>>>> "Lloyd Sheen" <a@b.c> wrote in message
>>>
>>>>>> I now have to go into the designer file since ToolStripStatusLabel's
>>>>>> do not really exist in the form by themselves. Re add them and wait
>>>>>> for the next time I open the form.
>>>>>>
>>> Are you therefore implying that you don't have ANY sort of Backup? No
>>> roll-back point that you can go to in order to overcome the need to
>>> modify the Designer file? Surely not!
>>>
>>> Even if you discover the problem after you've made substantial changes
>>> to your code, I believe you'll find that you can still swap-in an old
>>> Designer.vb file to recover any corruption.
>>>
>>> VS2008 is not perfect, neither is the Operating System that you're
>>> running on, or probably the CPU, Hard Disc Drive, RAM or anything else
>>> in your system - Make contingencies available for when/if something goes
>>> wrong and you'll easily recover!
>>>
>>> ShaneO
>>>
>>> There are 10 kinds of people - Those who understand Binary and those who
>>> don't.
>>
>> I have backups. I used a diff program to see what changed. NOTHING.
>>
>> I would like to know where the "extra" files are for solutions. There is
>> something in those files which causes the problem I think.
>>
>> About perfection. If you create an application would you think that by
>> simply opening a file it should be marked as changed. I don't think that
>> any customer would accept this.
>>
>> LS
> I believe you'll find that there aren't any "extra" files, so therefore
> your Diff program has obviously missed something somewhere!
>
> In the past I've been sent a ZIP file from friends containing all the
> files you'll see in any project folder. I have then performed some work
> on the project (including running it locally) and sent it back with the
> changes. My own projects are stored on a Server which I access from a
> number of workstations, and at times I have even copied the project folder
> onto a Notebook and been able to continue to work locally. If there were
> "extra" files hidden somewhere, this would not be possible.
>
> Also, if you believe there weren't any differences between your old
> Designer.vb file and the current one, what did you mean by - "I now have
> to go into the designer file"?
>
> As I've never experienced the exact problem you originally described, I am
> genuinely interested in finding out more, but I can be fairly certain you
> won't find an answer by looking for any files that aren't already clearly
> apparent.
>
> ShaneO
>
> There are 10 kinds of people - Those who understand Binary and those who
> don't.

Steps to recreate the problem

1. Create new form
2. Save and close
3. Open form (not marked as changed)
4. Add tabcontrol and dock fill to form
5. Save and close
6. Open form (not marked as changed)
7. Add listbox and dock fill to tabpage
8. Save and close
9. Open form (not marked as changed)
10. Click on tabpage2 so that it is selected
11. Save and close
12. Open form (now it is marked as changed but does not open to tabpage2

After all that on each open of the form it is marked as changed. I hope you
are listening MS.


After all that playing with the designer file and then opening the form I
find that if I comment out the line when I dock fill the listbox the form
will not open as changed.

LS





Re: Major problem with VS 2008 by FamilyTreeMike

FamilyTreeMike
Sun May 11 21:34:02 CDT 2008

At step 9, for me, it is marked as changed. You should log this into
Microsoft Connect.

"Lloyd Sheen" wrote:

>
> Steps to recreate the problem
>
> 1. Create new form
> 2. Save and close
> 3. Open form (not marked as changed)
> 4. Add tabcontrol and dock fill to form
> 5. Save and close
> 6. Open form (not marked as changed)
> 7. Add listbox and dock fill to tabpage
> 8. Save and close
> 9. Open form (not marked as changed)
> 10. Click on tabpage2 so that it is selected
> 11. Save and close
> 12. Open form (now it is marked as changed but does not open to tabpage2
>
> After all that on each open of the form it is marked as changed. I hope you
> are listening MS.
>
>
> After all that playing with the designer file and then opening the form I
> find that if I comment out the line when I dock fill the listbox the form
> will not open as changed.
>
> LS
>
>
>
>
>

Re: Major problem with VS 2008 by Steve

Steve
Sun May 11 22:39:24 CDT 2008

Family Tree Mike wrote:
> At step 9, for me, it is marked as changed. You should log this into
> Microsoft Connect.
>

Ditto for me, in VS 2005. Also ditto the listbox Fill status. If the Listbox is
not docked, no change. If it is docked to a tab page, opening it marks the form
as changed. It is just so not right.



Re: Major problem with VS 2008 by Lloyd

Lloyd
Mon May 12 09:13:34 CDT 2008


"Family Tree Mike" <FamilyTreeMike@discussions.microsoft.com> wrote in
message news:29F5789A-6D8A-4EDD-944F-9D395911D4EF@microsoft.com...
> At step 9, for me, it is marked as changed. You should log this into
> Microsoft Connect.
>
> "Lloyd Sheen" wrote:
>
>>
>> Steps to recreate the problem
>>
>> 1. Create new form
>> 2. Save and close
>> 3. Open form (not marked as changed)
>> 4. Add tabcontrol and dock fill to form
>> 5. Save and close
>> 6. Open form (not marked as changed)
>> 7. Add listbox and dock fill to tabpage
>> 8. Save and close
>> 9. Open form (not marked as changed)
>> 10. Click on tabpage2 so that it is selected
>> 11. Save and close
>> 12. Open form (now it is marked as changed but does not open to
>> tabpage2
>>
>> After all that on each open of the form it is marked as changed. I hope
>> you
>> are listening MS.
>>
>>
>> After all that playing with the designer file and then opening the form I
>> find that if I comment out the line when I dock fill the listbox the form
>> will not open as changed.
>>
>> LS
>>
>>
>>
>>
>>

Submitted to MS Connect
LS


Re: Major problem with VS 2008 by Just_a_fan

Just_a_fan
Mon May 19 16:18:16 CDT 2008

I wish WORD developers would think this same way.

1. Open a file,
2. print it,
3. close it,

4. and HERE is that same question about saving changes. I changed
NOTHING! Yet it asks me about saving my "changes" and has forever.

So I get used to clicking No and then one time I did change something, I
lose it when I automatically click no to this DUMB, ALWAYS THERE
QUESTION!

Yeah, there should be some fixing of what we have instead of this
headlong rush to put out more broken code on top of broken code!

Just my opinion,
Mike

On Sat, 10 May 2008 18:23:44 -0400, in
microsoft.public.dotnet.languages.vb "Lloyd Sheen" <a@b.c> wrote:

>I know there are other files that we don't get to see in VS 2008 but why. I
>know there is info about what regions are collapsed etc.
>
>Now I have a problem with the form designer. When I open a form it right
>off the bat marks it as changed. Just a double click on the form will cause
>this. So I close it and say no to save it because in my mind there is no
>change. Well I have a couple of ToolStripStatusLabel's that exist now in
>the designer file but are no longer associated with a StatusStrip.
>
>I really wish MS had used VS 2005 as the base for this version of VS rather
>than VS 2002 which had the same types of problems. I never ran into these
>types of problems with VS 2005 but VS 2008 is a real pile of _____ fill in
>the blanks.
>
>I now have to go into the designer file since ToolStripStatusLabel's do not
>really exist in the form by themselves. Re add them and wait for the next
>time I open the form.
>
>I would really like to know why just opening a form will mark it as changed.
>I CHANGED NOTHING.
>
>Does anyone else have these problems.
>
>Lloyd Sheen


Re: Re: Major problem with VS 2008 by Just_a_fan

Just_a_fan
Thu May 22 23:34:16 CDT 2008

I really hate to just say "yes". Maybe I deleted a line somewhere by
accident or change something by leaning on a key.

But, then, I hate to say "no" automatically, either. Maybe I did change
something and forgot but wanted the change.

What NEEDS to be done is NOT ASK THE QUESTION unless it is valid to do
so.

Word has done this for about a decade and it is time that someone
decided WHY it is happening and STOP IT! Not just on Word but on VB and
every other editor out there.

Automatically answering either Yes or No can be trouble. The fix is to
not ask the question when it is not needed.

Mike

On Mon, 12 May 2008 07:02:49 +1000, in
microsoft.public.dotnet.languages.vb ShaneO <spcacc@optusnet.com.au>
wrote:

>John wrote:
>> I just say Yes to save and get on with it.
>>
>
>I would agree with this sentiment, just say YES.
>
>
>> "Lloyd Sheen" <a@b.c> wrote in message
>
>>>> I now have to go into the designer file since ToolStripStatusLabel's do
>>>> not really exist in the form by themselves. Re add them and wait for the
>>>> next time I open the form.
>>>>
>Are you therefore implying that you don't have ANY sort of Backup? No
>roll-back point that you can go to in order to overcome the need to
>modify the Designer file? Surely not!
>
>Even if you discover the problem after you've made substantial changes
>to your code, I believe you'll find that you can still swap-in an old
>Designer.vb file to recover any corruption.
>
>VS2008 is not perfect, neither is the Operating System that you're
>running on, or probably the CPU, Hard Disc Drive, RAM or anything else
>in your system - Make contingencies available for when/if something goes
>wrong and you'll easily recover!
>
>ShaneO
>
>There are 10 kinds of people - Those who understand Binary and those who
>don't.


Re: Re: Major problem with VS 2008 by Just_a_fan

Just_a_fan
Thu May 22 23:37:00 CDT 2008

Easier on Word. Open a file, immediately close the file, see the
message about saving the "changed" file.

Wrong!

Mike

On Sun, 11 May 2008 20:42:55 -0400, in
microsoft.public.dotnet.languages.vb "Lloyd Sheen" <a@b.c> wrote:

>
>"ShaneO" <spcacc@optusnet.com.au> wrote in message
>news:48278163$0$30463$afc38c87@news.optusnet.com.au...
>> Lloyd Sheen wrote:
>>>
>>> "ShaneO" <spcacc@optusnet.com.au> wrote in message
>>> news:48275f0b$0$1024$afc38c87@news.optusnet.com.au...
>>>> John wrote:
>>>>> I just say Yes to save and get on with it.
>>>>>
>>>>
>>>> I would agree with this sentiment, just say YES.
>>>>
>>>>
>>>>> "Lloyd Sheen" <a@b.c> wrote in message
>>>>
>>>>>>> I now have to go into the designer file since ToolStripStatusLabel's
>>>>>>> do not really exist in the form by themselves. Re add them and wait
>>>>>>> for the next time I open the form.
>>>>>>>
>>>> Are you therefore implying that you don't have ANY sort of Backup? No
>>>> roll-back point that you can go to in order to overcome the need to
>>>> modify the Designer file? Surely not!
>>>>
>>>> Even if you discover the problem after you've made substantial changes
>>>> to your code, I believe you'll find that you can still swap-in an old
>>>> Designer.vb file to recover any corruption.
>>>>
>>>> VS2008 is not perfect, neither is the Operating System that you're
>>>> running on, or probably the CPU, Hard Disc Drive, RAM or anything else
>>>> in your system - Make contingencies available for when/if something goes
>>>> wrong and you'll easily recover!
>>>>
>>>> ShaneO
>>>>
>>>> There are 10 kinds of people - Those who understand Binary and those who
>>>> don't.
>>>
>>> I have backups. I used a diff program to see what changed. NOTHING.
>>>
>>> I would like to know where the "extra" files are for solutions. There is
>>> something in those files which causes the problem I think.
>>>
>>> About perfection. If you create an application would you think that by
>>> simply opening a file it should be marked as changed. I don't think that
>>> any customer would accept this.
>>>
>>> LS
>> I believe you'll find that there aren't any "extra" files, so therefore
>> your Diff program has obviously missed something somewhere!
>>
>> In the past I've been sent a ZIP file from friends containing all the
>> files you'll see in any project folder. I have then performed some work
>> on the project (including running it locally) and sent it back with the
>> changes. My own projects are stored on a Server which I access from a
>> number of workstations, and at times I have even copied the project folder
>> onto a Notebook and been able to continue to work locally. If there were
>> "extra" files hidden somewhere, this would not be possible.
>>
>> Also, if you believe there weren't any differences between your old
>> Designer.vb file and the current one, what did you mean by - "I now have
>> to go into the designer file"?
>>
>> As I've never experienced the exact problem you originally described, I am
>> genuinely interested in finding out more, but I can be fairly certain you
>> won't find an answer by looking for any files that aren't already clearly
>> apparent.
>>
>> ShaneO
>>
>> There are 10 kinds of people - Those who understand Binary and those who
>> don't.
>
>Steps to recreate the problem
>
>1. Create new form
>2. Save and close
>3. Open form (not marked as changed)
>4. Add tabcontrol and dock fill to form
>5. Save and close
>6. Open form (not marked as changed)
>7. Add listbox and dock fill to tabpage
>8. Save and close
>9. Open form (not marked as changed)
>10. Click on tabpage2 so that it is selected
>11. Save and close
>12. Open form (now it is marked as changed but does not open to tabpage2
>
>After all that on each open of the form it is marked as changed. I hope you
>are listening MS.
>
>
>After all that playing with the designer file and then opening the form I
>find that if I comment out the line when I dock fill the listbox the form
>will not open as changed.
>
>LS
>
>
>