Re: Why is MS VC++ .NET Standar so slow?

From: BilMuh (BilMuh_at_discussions.microsoft.com)
Date: 09/13/04


Date: Mon, 13 Sep 2004 06:57:08 -0700

I thank You so much, Mr. Valkov.
As your advice, I created a new user and log on it. Then I opened my VC++
.NET project. Unfortunately, loading of my form, as to be seen at Design
View,is still so low. I can say that nothing changed by opening a new user.

During the loading design view of my form, I checked Memory Usage and CPU.
Memory usage was 58MB out of 512MB and CPU was 99%. Loading of design view is
consuming the CPU time extremely much.

As I searched over internet, this is a common problem of Visual Studio .NET.
It is said "This problem will be solved within the SP1 of VS .NET" by
Microsoft. Please refer to
http://www.dotnet247.com/247reference/msgs/56/280699.aspx

I thank your kind consideration.

Respectfully, yours

"George Valkov" wrote:

> Try this:
> Create a new user account, logon to it and open Your project from there. If
> this solves the problem which You have, than Your problem is due to
> configuration settings. If so, I open regedit and delete this key:
> [HKEY_CURRENT_USER\Software\Microsoft\VisualStudio]
> which contains all settings for the current user. When Visual Studio starts,
> it will rebuild this registry key. You will need to customize Your
> appearance settings, if You care about it.
>
> I hope this helps. I had similar problem with some web pages - when I try to
> open them, the memory used by Visual Studio jumps over 500 MB of RAM and it
> takes a long time for Windows to arrange the paging file.
>
>
>
>
> "BilMuh" <BilMuh@discussions.microsoft.com> wrote in message
> news:6AD915A9-4D5D-489B-AF71-7658FF07C772@microsoft.com...
> > 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
> >
>
>
>