1

I'm creating an winform app that compiles another winform app programmatically using CodeDom but there are not plenty of examples and explanations In the web i need a way to compile a whole windows form with its resource.resx file and designer.cs file because i only found examples that compile console applications

Don
  • 11
  • 2
  • Maybe this would help: https://stackoverflow.com/questions/553143/compiling-executing-a-c-sharp-source-file-in-command-prompt – Ibrennan208 Jul 09 '22 at 00:36
  • Also, you could always merge partial files into one larger file (like the designer files with the actual class files), to then compile the designer files. – Ibrennan208 Jul 09 '22 at 00:38
  • I take it you want to use CodeDom only to compile, not to generate the code? CodeDom will only generate c# code, not a resource.resx file. – Christopher Hamkins Jul 13 '22 at 14:45

0 Answers0