![]() |
||||
This article explains a bug in the EnvDTE.SolutionBuild.Build method of the automation model when trying to build a solution programatically. More Information The EnvDTE.SolutionBuild.Build method only builds the startup project of the solution, not all the projects. Steps to reproduce the problem:
As a workaround, you can iterate the projects of the solution can call SolutionBuild.BuildProject. Go back to the 'Resources for Visual Studio .NET extensibility' section for more articles like this
|
| Copyright © 2000-2013 MZTools Software. All Rights Reserved. Legal Notice |