I would ask if its Possible to use Settings with Codedom like this
Example:
Write settings to Fresh Generated Executable file ,like Resources or something smiliar.
I have searched on msdn but didnt find something.
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.
Not directly with CodeDom. As its name suggests, Code Dom is about, well, code, and what you can do with it. You can in theory generate an assembly via CodeDom, and then manipulate it using other libraries to embed the resources on it.