VB.NET - Slow Compilation and Building of VB.NET Project
Asked By Vikas Sharma on 19-Jun-12 03:19 PM
Hello Friends,
I have a website Project in VB.NET and this project has been provided to me for fixing errors and bugs after all i have fixed all the issues but now when i build the project it takes a lot of time for completion well it is also taking time to run ,please any one can tell me the solution so that i can build my project fast.
Thanks in Advance
Jitendra Faye replied to Vikas Sharma on 20-Jun-12 12:05 AM
For this clean your solution and try to rebuild again.
Jitendra Faye replied to Vikas Sharma on 20-Jun-12 12:07 AM

Reference from-
http://social.msdn.microsoft.com/Forums/da-DK/vseditor/thread/3ce20ea1-c6f9-46ba-b954-e784424fa8f6
Solution-
You can try the following workarounds to speed up the compile.
1.Put the obj directory for each project on a RAM-disk.
To force Visual Studio to write the obj files to the RAM Disk, you must manually edit the project file
in an XML editor (or notepad) to add the BaseIntermediateOutputPath key.An example is shown below.
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectView>ProjectFiles</ProjectView>
<BaseIntermediateOutputPath>R:\MyProjectName\obj\</BaseIntermediateOutputPath>
</PropertyGroup>
</Project>
Applying this to all of your projects , you will find you have speeded up your compile speed.
2.Build Projects in Parallel, you can manually trigger msbuild yourself as a Visual Studio external
tool to compile your solution in parallel.
3.Try to change almost all of the “Copy local” settings in all the referenced DLLs from the default True
to False. This will prevent the referenced DLLs to be copied to the output folder of each project. And will
also speed up your compile speed.
More detail information about speed up Visual Studio Builds, please refer to :
http://www.codeproject.com/Articles/197663/Speed-up-Visual-Studio-Builds/?display=Mobile

Visual Studio.NET cannot create or open application.The likeliest problem is that required components are not
Visual Studio.NET cannot create or open application.The likeliest problem is that required components are not
Visual Studio .net .NET Framework
Hi NG, ich habe vor längerer Zeit mit Visual Studio .Net 2003 gearbeitet und überlege momentan auf einen neueren Stand upzudaten. Ein Visual Studio .Net 2008 scheint es nicht zu geben. Habe zumindest mit googeln nichts gefunden. Was
Wise for Visual Studio.NET
By Peter A. Bromberg, Ph.D. To "Print This Page" Link Peter Bromberg Wise for Visual Studio .NET is a total and complete installation development system for creating and editing Windows® Installer
Visual Studio versioning . . . . how to tell? .NET Framework
To my knowledge, Visual studio 6 was released in 1998, then Visual Studio .NET 2002 is VS 7, then Visual Studio .NET 2003 is VS 7.1, then Visual
Hi, Can some one send some sites to learn Visual Studio .NET 2005.Need some tutorials. . Thanx in advance Visual Studio 2005 Hands-On Tutorial http
what is the use of the command window in visual studio.net ? commands during Debugging to see, change value of variables. :) keywords: Visual Studio, VB.NET, visual studio.net, command window description: Visual Studio net what is the
am developing a project visualstudio.net: vb-windowsforms application.am using windowsforms controls. so anybody help me end of post hello sir, am develop a project in visualstudio.net: vb-windowsformsapplication are used. am desingnig my forms with treeview control, tabstrip, toolstrip. in vb
Como funciona la instrucción Try-Catch en Visual Studio.Net 2006 ? Hi i think there is no version VS 2006 tnx keywords: Visual Studio .NET, Visual Studio.Net, Try Catch, Hii, instrucción, tnx description: Try-Catch Como funciona la
Hi, First I have to say that I have a with Visual Studio 2003 instead of 2005, but I wasn't sure wich of the other fora I