Hello everyone,
I want to embed a resource file (xml file) into a DLL assembly and access the xml file from the DLL.
But I can not find sample code for me to do this. All samples I could find is dealing with embed and access image in resource file. Could anyone show me a sample please?
thanks in advance,
George
George GeorgePosted Dec 10, 2008, 7:05 AM
Thanks Nipun,
Great link! I have another question, is it possible to put resource into another separate file, and during runtime the DLL could finds and loads the separate resource file?
regards,
George
Nipun TomarPosted Dec 9, 2008, 6:31 AM
have a look at this..
How To Load an Embedded Resource From A DLL