Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have this problem, where I have my Windows Application (C#) that is basicly an application builder, just like Visual Studio can build executables from C# scripts.

So my question is, how does one accomplish to build executables with the c# scripts, directly from another Windows application that is already built from the Visual Studio.

share|improve this question
 
See my answers to similar questions here and here. You may want to add more details to your question, such as what you have already tried (or at least researched). –  Tim Medora 12 mins ago
 
 
Create a proj file that includes the generated code, and invoke MSBuild on it. –  slugster 5 mins ago

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.