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.
I am generating C# code at runtime and compiling it with the CSharpCodeProvider
The two problems I'm having are
Thanks.
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