M
Marc R.
Hello,
I built a code generator that builds an assembly composed of several
classes. These classes are written in VB.NET. But these classes must use an
XML file. It contains some information to configure the behavior of classes
in the assembly. So I want to add this XML file as a resource for this
assembly. I use Codedom to generate my assembly. I want someone tells me how
or point me to a Web site that explains how to add a file as a resource
during compilation of the assembly.
Thank you
I built a code generator that builds an assembly composed of several
classes. These classes are written in VB.NET. But these classes must use an
XML file. It contains some information to configure the behavior of classes
in the assembly. So I want to add this XML file as a resource for this
assembly. I use Codedom to generate my assembly. I want someone tells me how
or point me to a Web site that explains how to add a file as a resource
during compilation of the assembly.
Thank you