0

I am generating C# code at runtime and compiling it with the CSharpCodeProvider The two problems I'm having are

  • How to add resources to the generated exe?
  • How to set the executable description (i.e company name and others) to it?

Thanks.

Sri Harsha Chilakapati
  • 11,744
  • 6
  • 50
  • 91

1 Answers1

0

Have a look here my friend. I think this will sort you out as the guy was having the very same issue:

How can we add embedded resources to a file which is compiled from a source file at run-time

Community
  • 1
  • 1
MeTitus
  • 3,390
  • 2
  • 25
  • 49