Hi All,
Does anyone else have this problem? When in a web application project,
not a web site project, if I change the ID of a control (textbox, button,
etc) The whole IDE usually hangs for about 15-20 seconds. It seems to do
the same thing regardless of whether I'm working locally or on a remote
development server, although the hang time is longer when working remotely.
The dev server is on the same lan as by local machine, so network latency
really shouldn't be an issue. We've been using VS2005 for about 6 months
now, and the issue has gotten better sinse installing SP1, but it is still
very present and causes alot of downtime.
Anyone have a fix?
Thanks,
Matt
Dale - 28 Mar 2007 17:06 GMT
I think this is a flaw in the way the designer handles renaming web controls.
It tries to rename the control in the markup and in the code behind with
each keystroke rather than wait until you are completed editing the ID. You
are better off pasting a new ID in rather than typing the new ID in.
Dale

Signature
Dale Preston
MCAD C#
MCSE, MCDBA
> Hi All,
> Does anyone else have this problem? When in a web application project,
[quoted text clipped - 11 lines]
> Thanks,
> Matt