Hello Esteemed Developers,
I am using 'Microsoft Visual C++ .NET Standard' SDE at MS Windows 2000 Pro
Turkish by using IBM ThinkCentre PC that has 2,66GHz P4 CPU, 512MB RAM, 120GB
HDD.
I am developing an application that is Windows Forms Application that is
communicating with a machine via TCP/IP. I designed 8 user interfaces and one
of them has approx. 100 tools,textBoxes, labels, buttons, comboBoxes,
statusBar. Whenever I would like to open the DesignView of this form, I wait
15-20 minutes. Loading time of this form is so much. I have the same problem
with my other similar type of projects, long loading time.
I know that, all codes are being read from CodeView each time and a GUI is
drawn.
This process takes so much time, and it slows my works. Can you advise me
some settings to speed up the loading time of DesingView??
I would like to thank your kind considerations in advance..
Respectfully, yours
Tarek Madkour [MSFT] - 16 Sep 2004 21:35 GMT
> I am developing an application that is Windows Forms Application
> that is communicating with a machine via TCP/IP. I designed 8
[quoted text clipped - 3 lines]
> time of this form is so much. I have the same problem with my
> other similar type of projects, long loading time.
This is a known bug with VS2003. We have a hotfix for this that
you can get from Microsoft Support (ID#832138, QFE#2106). For some
strange reason I can't find the KB article that describes this
right now.
Thanks,

Signature
Tarek Madkour, Visual C++ Team
This posting is provided "AS IS" with no warranties, and confers
no rights.
BilMuh - 17 Sep 2004 08:23 GMT
I thank you so much Mr. MADKOUR.
I am looking for the ID#832138 and QFE#2106 on internet. Unfortunately, as
you mentioned, I could not find them on Microsoft Support and at google
results.
As I learned from my friend, this bug will be fixed in SP1. Is this a
correct news?