HomeCSharpVisual Studio 2010 is faster if the Windows Automation API 3.0 is installed

Visual Studio 2010 is faster if the Windows Automation API 3.0 is installed

Does your Visual Studio 2010 run slow ?

Here’s David Berg , in his Developer Division Performance Engineering blog explains how to make your VisualStudio 2010 run faster on Windows XP machine by installing the new version of the Windows Automation API.

This installation will speed up the display and processing of the intellisense .

The Update is available for the X64 and X86 versions of the following versions of Operating System

  • x64 based versions of Windows Server 2003
  • x86 and x64based versions of Windows Server 2008
  • x86 and x64 based versions of Windows Vista
  • x86-based versions of Windows XP

You can find more information on this from David’s Blog Topic Visual Studio 2010 runs faster when the Windows Automation API 3.0 is installed

I have a System with 4 GB RAM and have recently installed the Windows Automation API update .

I am still waiting to see how it will improve the performance and will update my blog accordingly

    2 Comments

  1. kafshresan
    June 19, 2011
    Reply

    please send msdn &api

  2. June 19, 2011
    Reply

    MSDN API ????

Leave a Reply

You May Also Like

This C# program calculates and displays an upper triangular matrix based on user input. Problem Statement: The program takes the...
This C# program serves as a demonstration of bitwise operators, which are fundamental operators used for manipulating individual bits in...
This C# program is designed to interchange or swap the columns of a matrix. A matrix is a two-dimensional array...