473,513 Members | 2,339 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Why is MS VC++ .NET SDE slow?

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

Nov 17 '05 #1
8 1040
=?Utf-8?B?QmlsTXVo?= <Bi****@discussions.microsoft.com> wrote in
news:9E**********************************@microsof t.com:
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.


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,
--
Tarek Madkour, Visual C++ Team
This posting is provided "AS IS" with no warranties, and confers
no rights.
Nov 17 '05 #2
BilMuh wrote:
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?


Hot fixes normally end up in services packs, yes.

Assuming that you want it sooner, call Product Support and ask for it.

-cd
Nov 17 '05 #3
BilMuh wrote:
I contacted with Microsoft Support by phone. They contacted with me
immediately and they were very concerned. This is the answer of Microsoft
Support for this problem:

----> "Article 832138, and it’s not publicly available any more. But I’ve
taken a look to the bug it makes reference to, and I’ve seen there’s a hotfix
for it. The problem is that this hotfix is only available in its German
version. ....... If it’s not German, we will have to ask for a localization
of the hotfix to the desired language, and I’m afraid that usually takes
three weeks or so… "

I think This answer may clear the problem soon.

About fixes in general, why are updates and service packs in such a
messed form?

Wouldn't it be reasonable to be "visual studio 2003", "2002" etc
separate sections with "hotfixes/service packs" and "add ons" separate
subsections for each?

--
Ioannis Vranos
Nov 17 '05 #4
Ioannis Vranos <iv*@guesswh.at.grad.com> wrote in
news:OB*************@tk2msftngp13.phx.gbl:
About fixes in general, why are updates and service packs in
such a messed form?

Wouldn't it be reasonable to be "visual studio 2003", "2002" etc
separate sections with "hotfixes/service packs" and "add ons"
separate subsections for each?


I'll forward your feedback to Product Support. You do make a point :)

Thanks,
--
Tarek Madkour, Visual C++ Team
This posting is provided "AS IS" with no warranties, and confers
no rights.
Nov 17 '05 #5
Hotfix for slow form GUI loading at Design View is decreased the loading
time. Before some of my forms were being loaded in 15-20minutes by using the
99% of the CPU, 60-80MB of 512MB RAM. After installing the hotfix, which is
called as VS7.1-KB832138-X86-unmerged-Enu, the loading time is 2-4 minutes by
using the the 90-98% of the CPU, 50-80MB of 512MB RAM.

The hotfix published in German and English. I don't know other packages in
different languages. The complete Service Package is thought to be published
in February 2005 by Microsoft. There are some other hotfixes on Microsoft web
page. In order to have those hotfixes, it is required to demand for each
separately at Microsoft Support (Web or phone).

Have nice days.
Nov 17 '05 #6
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?

Nov 17 '05 #7
I contacted with Microsoft Support by phone. They contacted with me
immediately and they were very concerned. This is the answer of Microsoft
Support for this problem:

----> "Article 832138, and it’s not publicly available any more. But I’ve
taken a look to the bug it makes reference to, and I’ve seen there’s a hotfix
for it. The problem is that this hotfix is only available in its German
version. ....... If it’s not German, we will have to ask for a localization
of the hotfix to the desired language, and I’m afraid that usually takes
three weeks or so… "

I think This answer may clear the problem soon.
Nov 17 '05 #8
Related hotfix sent to me by email. It is setup file aroung 1.58MB. I am
checking the speed of loading GUI on Design View.

I will tell you the new performance after working on my project .

Nov 17 '05 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

17
3268
by: PDQBach | last post by:
Hello, im a visual c++ und borland c++builder newbie. i have witten a simple mandelbrot algorithm and compiled it with both vc++ (mfc) and cbuilder (vcl) (same code besides the drawing part)....
9
1947
by: borhan | last post by:
Hi folks, I am using vs.net 2003 for a time, however since last week I was using MFC. Now, I am into managed C++ and windows forms. I can say that I am very much confused with it, and I have...
5
1372
by: Craig | last post by:
I started this week recomipling all our projects under vc++7 which is ok by me. most of it worked fine and what the compiler spat out was quickly fixed without too much bother. Then came a...
0
1078
by: John Liu | last post by:
I was using VS6 before, and days ago I installed VC.Net. When I found that it run very slow on my PC, I uninstalled VC.Net, and reinstalled VS6. But I found that VS6 can not run again. When I run...
8
1466
by: Greg Stoch | last post by:
Hi, I'm newcomer to Microsoft product (VS.net 7.0, C++) and need to understand, why the binary code obtained using VC++ compiler is so huge as compared to the code by Borland C++ 5.02 (the same...
26
1931
by: _R | last post by:
Given that VS2005 has made an effort to clean up the syntax of VC++ (in C++/CLI), is there any future plans to do away with function protos, ala C#/VB? What are they needed for these days?
12
1483
by: John Gabriel | last post by:
lThe compiler output report is seldom correct: Problems here involve not being able to generate an accurate compile report. There are so many problems and I am not on Microsoft's payroll. Neither...
0
1142
by: devendeshpande | last post by:
At times the VC .NET 2003 takes too long to link a code after compiling. This happens quite infrequently. Are there any settings that can avoid this dead slow linking? Deven
2
3434
by: rajini | last post by:
Hai.... i have Vc++ code . i need to create Dll file by using following code can u help me....here with this i had sent my vc++ code VARIANT root = {0}; // Generic IDispatchs VARIANT...
4
1402
mathewphilipp
by: mathewphilipp | last post by:
Dear all, I have a VC# (winforms) application written in Visual studio 2003 with .Net framework 1.1, here I want to populate 6 listboxes with bulk amount of data ( Eg. combox A and B each with 20000...
0
7175
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7391
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7553
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
5697
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
5100
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
3247
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3235
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1609
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
466
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.