Bug with Visual C# designer?

  • Thread starter Thread starter herr
  • Start date Start date
H

herr

Hi all,

I am having this problem with C# 2005 professional, while I could never see
such a thing in VS 2003. The problem is that the form designer doesn't
reflect the changes I make to a form through the property panel on-the-fly.
Even if a change is reflected in the designer, when I compile and run the
form, it is just like the way it was before changing it through designer.
(The changes donot take effect at compile)

This is the good part thought! There was a time when I closed the IDE and
started it again, hoping to solve this update issue, but when I went back to
my code, well, I had lost all my work done to the form after a special
point.

There are also other issue, for example, the code viewer in c# becomes very
slow if my code goes beyond 1200 lines.
I am currently working on a critical project and really need your immediate
help.
Besides, I cannot download the entire big VS 2005 SP1 and don't think that
update would solve my problem.
Any hotfixes or tweaks?

Thanks for your help anyway.
 
Hi all,

I am having this problem with C# 2005 professional, while I could never see
such a thing in VS 2003. The problem is that the form designer doesn't
reflect the changes I make to a form through the property panel on-the-fly.
Even if a change is reflected in the designer, when I compile and run the
form, it is just like the way it was before changing it through designer.
(The changes donot take effect at compile)

This is the good part thought! There was a time when I closed the IDE and
started it again, hoping to solve this update issue, but when I went back to
my code, well, I had lost all my work done to the form after a special
point.

There are also other issue, for example, the code viewer in c# becomes very
slow if my code goes beyond 1200 lines.
I am currently working on a critical project and really need your immediate
help.
Besides, I cannot download the entire big VS 2005 SP1 and don't think that
update would solve my problem.
Any hotfixes or tweaks?

Thanks for your help anyway.

Hi,

I had several bug's with the designer that SP1 did fix. Try
downloading it first.

Can you reproduce the bug? Maybe you can guide us to reproduce it and
we will be able to check this out.

Cheers,
Moty
 
Not that it's helping you, but I never had any issue with the code view,
before or after SP1 and with big or small files.
And although there is a limit to the size of a method (at least in the
compact framewor) I already had big method (longer than 1200 line) which
compile and run fine.


--
Regards,
Lloyd Dupont
NovaMind Software
Mind Mapping at its best
www.nova-mind.com
 
herr said:
Besides, I cannot download the entire big VS 2005 SP1 and don't think
that update would solve my problem.

No offence but this is pretty silly to complain about bugs and not install
the latest patch. That is the FIRST thing you should try and you don't want
to try that.

Michael
 
Back
Top