VS 2003很慢 [英] VS 2003 Very Slow

查看:62
本文介绍了VS 2003很慢的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述




我有一个包含大量各种表单对象的表单(大约120-150)。它需要大约10分钟才能加载解决方案(只有一个项目)。如果我

修改相应的.h文件并返回[Design]选项卡,IDE

将再次响应约5-10分钟。例如,如果我双击

点击标签,则会出现.h代码窗口,其中包含相应的事件

处理点击的功能。如果我删除了该功能,然后返回

[Deisgn]选项卡,它需要,我刚刚测试了这个,在VS2003之前12分钟

IDE再次成为reonsive并且实际上显示设计窗口。很明显

当我删除事件hanlding函数时,VS2003需要删除

对应''.. new System :: EventHandler ..''行位于

InitializeComponent()例程,但为什么要花太长时间?


我做错了吗?

解决方案

" =?Utf-8?B?U3RldmU =?=" <圣*** @ discussions.microsoft.com>写在

新闻:A0 ********************************** @ microsof t .com:

我有一个包含很多各种表格对象的表格(约为
120-150)。解决方案加载大约需要10分钟(只有一个
项目)。如果我修改相应的.h文件并返回到
[设计]选项卡,IDE将再次响应约5-10分钟。




请检查: http://support.microsoft.com/?id=832138 。它有一个

解决方案来解决你的问题。


谢谢,

-

Tarek Madkour ,Visual C ++团队

该帖子按原样提供。没有保证,并且授予

没有权利。


Steve写道:


<我有一个包含很多各种形式对象的表单(大约120-150)。它需要大约10分钟才能加载解决方案(只有一个项目)。如果我修改相应的.h文件并返回[设计]选项卡,则IDE将再次响应约5-10分钟无响应。例如,如果我双击
点击标签,则会出现.h代码窗口,其中包含点击的相应事件处理功能。如果我删除了该功能,然后返回到[Deisgn]选项卡,它需要,我只是在VS2003之前12分钟测试了这一点
IDE再次成为reonsive并实际显示设计窗口。很明显当我删除事件hanlding函数时,VS2003需要删除
InitializeComponent()例程中对应的''new System :: EventHandler ..''行,但为什么要花太长时间?

我做错了什么?




史蒂夫,


致电产品支持服务。在我们看到的所有情况下,我们都有一个QFE可以修复这个问题。您只能通过

拨打产品支持来获得QFE。事件是免费的。


Ronald Laeremans

Visual C ++团队


>请检查: http://support.microsoft.com/?id=832138。它有一个

解决方案来解决你的问题。

谢谢,
- Tarek Madkour,Visual C ++团队
此帖子提供按现状没有保证,并且授予
没有权利。




Tarek,


感谢您的链接。但是,它声明我必须致电Microsoft

产品支持服务以获取修复,并且我没有列出的

版本的Vcpkg.dll Hot Fix页面。


它列出:

7.10.3337.0


我有:

7.10.3077.0


如果没有正确版本或更高版本,我似乎无法获得

热修复而无需支付


Hi,

I have a form containing a lot of various forms objects (about 120-150). It
takes about 10 minutes for the solution to load (only one project). If I
modify the corresponding .h file and return to the [Design] tab the IDE
become unresponsive to about 5-10 minutes again. For example, if I double
click on a label, the .h code window appears with the corresponding event
handling function for ''Click''. If I delete that function and then return to
the [Deisgn] tab, it takes, and I just tested this, 12 minutes before VS2003
IDE becomes reponsive again and actually shows the Design window. Its obvious
that when I deleted the event hanlding function, VS2003 needed to remove the
corresponding ''.. new System::EventHandler ..'' line located in the
InitializeComponent() routine, but why it is taking sooo long?

Am I doing something wrong?

解决方案

"=?Utf-8?B?U3RldmU=?=" <St***@discussions.microsoft.com> wrote in
news:A0**********************************@microsof t.com:

I have a form containing a lot of various forms objects (about
120-150). It takes about 10 minutes for the solution to load (only one
project). If I modify the corresponding .h file and return to the
[Design] tab the IDE become unresponsive to about 5-10 minutes again.



Please check: http://support.microsoft.com/?id=832138 . It has a
solution for your problem.

Thanks,
--
Tarek Madkour, Visual C++ Team
This posting is provided "AS IS" with no warranties, and confers
no rights.


Steve wrote:

Hi,

I have a form containing a lot of various forms objects (about 120-150). It
takes about 10 minutes for the solution to load (only one project). If I
modify the corresponding .h file and return to the [Design] tab the IDE
become unresponsive to about 5-10 minutes again. For example, if I double
click on a label, the .h code window appears with the corresponding event
handling function for ''Click''. If I delete that function and then return to
the [Deisgn] tab, it takes, and I just tested this, 12 minutes before VS2003
IDE becomes reponsive again and actually shows the Design window. Its obvious
that when I deleted the event hanlding function, VS2003 needed to remove the
corresponding ''.. new System::EventHandler ..'' line located in the
InitializeComponent() routine, but why it is taking sooo long?

Am I doing something wrong?



Hi Steve,

Call product support services. We ahve a QFE available that fixs this
issue in all the cases we have seen. You can only get that QFE by
calling product support. The incident is free.

Ronald Laeremans
Visual C++ team


> Please check: http://support.microsoft.com/?id=832138 . It has a

solution for your problem.

Thanks,
--
Tarek Madkour, Visual C++ Team
This posting is provided "AS IS" with no warranties, and confers
no rights.



Tarek,

Thank you for the link. However, it states that I must call Microsoft
Product Support Services in order to obtain the fix, and I do not have the
version of Vcpkg.dll that is listed on the Hot Fix page.

It lists:
7.10.3337.0

I have:
7.10.3077.0

Without the correct or later version, it does not seem as if I can get the
hot fix without paying the


这篇关于VS 2003很慢的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆