Possible Duplicate:
How do i build a solution programatically in C#?
It’s there a way to build a solution from a with c# code by an API or library??.
Because I only found how to do it by the command line in this link
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I don’t know if this is what you’re looking for, but here’s an article that explains how to compile code programmatically:
http://support.microsoft.com/kb/304655
Here’s some of the relevant code from that article: