Hi All,
I've noticed some folders in my bin that appear to be for language localization (de, es, fr).
Inside them are resources.dll files for infragistics components.
If I don't need any localization, can I disable this?
Thanks
Hello Caleb,
Thank you for contacting Infragistics. The folders are not required. You may avoid having the bin folder automatically populated during rebuilds by setting the Copy Local property for the Infragistics assemblies referenced in Solution Explorer to False. However you will have to add the assemblies back to the bin folder prior to deployment.
Let me know if this helps you or if you have any additional questions.
Yea see I want the dlls in the bin folder I just don't need these localization files/folders.
I.e. I need InfragisticsWPF4.v15.2.dll but not de\InfragisticsWPF4.v15.2.resources.dll
I don't need the folders during deployment either (as I just did one to see) I only need the regular dll. This doesn't happen in Windows Forms Infragistics...
I mean I can ignore them or deploy them uselessly, it's just unnecessary clutter is all. But if no one knows how to make them stop populating so be it.
The localization files/folders are known as satellite assemblies which can be omitted by updating the csproj file. This was previously discussed on stack overflow.
https://stackoverflow.com/questions/30262592/omit-localized-versions-of-assemblies-from-the-build-output
Let me know if you have any questions.