Click here to Skip to main content
15,898,938 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a xml file which stores some data ,I write a library to read data from this file , I would like to merge this file into a single dll ,Can ILmerge do it ?
If so ,How to do with it? Appreciate any useful answers
Thanks
Posted
Comments
Richard MacCutchan 22-Aug-13 3:46am    
What do you mean by "merge it into a DLL"? The two file types are totally different in both structure and content.
wwuwwei 28-Aug-13 5:29am    
compile a dll with xml file into a single dll.
thanks I have resolved this issue by embedding resource file

1 solution

Hi,

I don't know whether you can do that using ILMerge, but you don't need ILMerge to embed an XML file into a DLL file. You can do that using Visual Studio:
http://stackoverflow.com/a/657914[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900