locked
How to make single DLL? RRS feed

  • Question

  • User1042252450 posted

    Hi all,

         In my application i used .resx files. Now i need to deploy my application in a single dll. Once i deploy and add this dll as a refernce in other client applications then the culture specific dlls are added under Bin directory in client application. I don't want this to happen. Should i embed or link the satellite assembly in my applicaion to avoid this? if so how to do this? Plz help me.


    Thanks!

    Tuesday, November 2, 2010 6:35 AM

Answers

  • User-1659704165 posted

    http://stackoverflow.com/questions/1793256/how-to-embed-multilanguage-resx-or-resources-files-in-single-exe

    chk the above link


    • Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
    Tuesday, November 2, 2010 7:24 AM

All replies

  • User-1659704165 posted

    Hi,

    Not very Sure about..

    are u talking about Aspnet_merge

    http://www.asp.net/general/videos/how-do-i-use-the-aspnet_mergeexe-utility-to-merge-assemblies


    Tuesday, November 2, 2010 6:50 AM
  • User1042252450 posted

    Hi, Thanks for ur reply...

    Actually i'm developing one windows application. I add some resource files in my application. For example, resource.fr-FR.resx, resources.es-ES.resx, etc. Then i used resource mangaer to bind the texts according to culture info. Actually what happens when i run build the application it creates folder under Bin directory for each with culture code as folder name (fr-FR for French) and it creates dll file under each folder. For example Appname.resources.dll in each folder. i think this is called satellite assembly. And the application also runs successfully. Now if i add this dll as a reference in other application those folders with langauge dll will be automatically added into other projects Bin folder. But i don't want this to happen. It should add only the refernce, not the language specific dlls. How to do this? should i make all language specific dlls into assembly? plz help me...


    Thanks!


    Tuesday, November 2, 2010 7:05 AM
  • User-1659704165 posted

    http://stackoverflow.com/questions/1793256/how-to-embed-multilanguage-resx-or-resources-files-in-single-exe

    chk the above link


    • Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
    Tuesday, November 2, 2010 7:24 AM