jmeehan2

jmeehan2

  • NA
  • 5
  • 0

Custom Build Question?

Apr 12 2004 4:03 PM
My C# project will take a project file (xml right now) and build it. Similar to this example: System.Type t = System.Type.GetTypeFromProgID("VisualStudio.Solution.7.1"); object obj = System.Activator.CreateInstance(t, true); soln = (EnvDTE.Solution)obj; soln.SolutionBuild.BuildProject(configuration,projectname, true) If build fails, how do I get a listing of compiler errors? Thanks Gibby