解决Visual Studio 2008来生VisualBasic 项目的性能问题

最近在用VB.NET生成一个WEB项目时,发现基本没办法调试,只要一debug,Visual Studio 2008就停止相应,再经过漫长的等待后(30分钟左右)后,才进入调试状态。这个问题,搞得我够郁闷的了,也困扰N久,最才在MS知识库的这篇文章的帮助下得以解脱——原来都是MS的错,我还以为是我的机器出故障了,汗。。。

FIX: You may experience performance issues in the IDE after you use Visual Studio 2008 to build a Visual Basic project

<script type="text/javascript">function loadTOCNode(){}</script>
Article ID:946344
Last Review:February 22, 2008
Revision:1.1
<script type="text/javascript"> var sectionFilter = "type != 'notice' && type != 'securedata' && type != 'querywords'"; var tocArrow = "/library/images/support/kbgraphics/public/en-us/downarrow.gif"; var depthLimit = 10; var depth3Limit = 10; var depth4Limit = 5; var depth5Limit = 3; var tocEntryMinimum = 1; </script><script src="/common/script/gsfx/kbtoc.js?11" type="text/javascript"></script>

SYMPTOMS

<script type="text/javascript">loadTOCNode(1, 'symptoms');</script>
Consider the following scenario:
You use Microsoft Visual Studio 2008 to build a Microsoft Visual Basic project.
The Visual Basic project contains many XML comments in a single file.
The file is probably a designer-generated file for a dataset or for a Web reference.
In this scenario, you may experience the following performance issues in the IDE:
The IDE takes a long time to build the solution and to rebuild the solution.
You experience a slow response time when you press F5 to start debugging.
You experience a slow response time in the Code Editor.
You experience a slow response time in IntelliSense.

Back to the top

CAUSE

<script type="text/javascript">loadTOCNode(1, 'cause');</script>
This problem occurs because of how the Visual Studio 2008 compiler processes large files that contain XML documentation.

Back to the top

RESOLUTION

<script type="text/javascript">loadTOCNode(1, 'resolution');</script>

Download information

<script type="text/javascript">loadTOCNode(2, 'resolution');</script>The following file is available for download from the Microsoft Download Center: Download Download the 338762_ENU_i386_zip.exe package now. (https://connect.microsoft.com/VisualStudio/Downloads/DownloadDetails.aspx?DownloadID=11026&amp;amp;amp;wa=wsignin1.0))

Back to the top

Hotfix information

<script type="text/javascript">loadTOCNode(2, 'resolution');</script>A supported hotfix is now available from Microsoft. However, it is intended to correct only the problem that is described in this article. Apply it only to systems that are experiencing this specific problem. This hotfix may receive additional testing. Therefore, if you are not severely affected by this problem, we recommend that you wait for the next Visual Studio 2008 service pack that contains this hotfix. To resolve this problem immediately, contact Microsoft Customer Support Services to obtain the hotfix. For a complete list of Microsoft Customer Support Services telephone numbers and information about support costs, visit the following Microsoft Web site:
http://support.microsoft.com/contactus/?ws=support (http://support.microsoft.com/contactus/?ws=support)
Note In special cases, charges that are ordinarily incurred for support calls may be canceled if a Microsoft Support Professional determines that a specific update will resolve your problem. The usual support costs will apply to additional support questions and issues that do not qualify for the specific update in question. The English version of this hotfix has the file attributes (or later file attributes) that are listed in the following table. The dates and times for these files are listed in Coordinated Universal Time (UTC). When you view the file information, it is converted to local time. To find the difference between UTC and local time, use the Time Zone tab in the Date and Time item in Control Panel.
File nameFile versionFile sizeDateTime
Avvspkdh.dll9.0.21022.4334,81629-Jan-200803:17
Mcee.dll9.0.21022.43367,60829-Jan-200803:17
Mpishim.exe9.0.21022.4326,11229-Jan-200803:17
Msvb7.dll9.0.21022.434,069,88029-Jan-200803:17
Msvsmon.exe9.0.21022.433,004,41629-Jan-200803:17

Back to the top

WORKAROUND

<script type="text/javascript">loadTOCNode(1, 'workaround');</script>
To work around this problem, use one of the following methods.

Back to the top

Method 1: Disable XML comment generation

<script type="text/javascript">loadTOCNode(2, 'workaround');</script>To disable XML comment generation for the project, use one of the following procedures.
Visual Studio 2008
<script type="text/javascript">loadTOCNode(3, 'workaround');</script>
1.In Solution Explorer, right-click ProjectName, and then click Properties.
2.On the Compile tab, click to clear the Generate XML documentation file check box.
3.On the File menu, click Save All.
Visual Basic 2008 Express Edition
<script type="text/javascript">loadTOCNode(3, 'workaround');</script>
1.Create a backup of the project.
2.In Notepad, open the .vbproj file for the project.
3.Locate and then delete all the <DocumentationFile> elements in the .vbproj file. Note Typically, you will delete two elements in the .vbproj file.

Back to the top

Method 2: Remove the XML comments

<script type="text/javascript">loadTOCNode(2, 'workaround');</script>To remove the XML comments, follow these steps for the designer-generated file:
1.On the Edit menu, point to Find and Replace, and then click Quick Replace.
2.In the Find what box, type '''.
3.In the Replace with box, type '', and then click Replace All.
Note You must repeat these steps if you perform one of the following actions:
You save the designer file that generated this code file.
You refresh the Web reference.
You right-click the file, and then you click Run Custom Tool.

Back to the top

Method 3: Create a separate project to store the file that has the XML comments

<script type="text/javascript">loadTOCNode(2, 'workaround');</script>Create a new class library project to store the designer-generated files. The following procedure is an example of to do this:
1.Create a new class library project to store files that contain a dataset or that contain a Web reference.
2.In the original Visual Basic project, add a reference to the new class library project.
3.Use Method 1 to disable the XML documentation file.
Note You may have to add import statements to the Visual Basic code.

Back to the top

STATUS

<script type="text/javascript">loadTOCNode(1, 'status');</script>
Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.

Back to the top

MORE INFORMATION

<script type="text/javascript">loadTOCNode(1, 'moreinformation');</script>
For more information, click the following article number to view the article in the Microsoft Knowledge Base:
824684 (http://support.microsoft.com/kb/824684/) Description of the standard terminology that is used to describe Microsoft software updates
For more information about how to generate XML documentation for a project, visit the following Microsoft Developer Network (MSDN) Web site:
http://msdn2.microsoft.com/en-us/library/x4sa0ak0(VS.90).aspx (http://msdn2.microsoft.com/en-us/library/x4sa0ak0(VS.90).aspx)

Back to the top


APPLIES TO
Microsoft Visual Studio 2008 Professional Edition
Microsoft Visual Studio 2008 Academic Edition
Microsoft Visual Studio 2008 Standard Edition
Microsoft Visual Basic 2008 Express Edition
Microsoft Visual Studio Team System 2008 Team Suite
Microsoft Visual Studio Team System 2008 Database Edition
Microsoft Visual Studio Team System 2008 Architecture Edition
Microsoft Visual Studio Team System 2008 Development Edition
Microsoft Visual Studio Team System 2008 Test Edition

 

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值