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
>
>
>