TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
jmeehan2
NA
5
0
IDE Output Window (Need to catch compile errors)
Apr 12 2004 3:51 PM
I've written a build tool that reads in a xml file that shows all projects and their dependencies. Does anyone know how to grab the output window so that during a compile I can get any compiler errors? example: System.Type t = System.Type.GetTypeFromProgID("VisualStudio.Solution.7.1"); object obj = System.Activator.CreateInstance(t, true); soln = (EnvDTE.Solution)obj; I'm then doing a soln.solutionbuild(projectname, true); if build fails I want to display why it failed. Thanks in advance everyone. Gibby
Reply
Answers (
2
)
comboBox Binding issue
.NET toggle hidden/visible