VS15 start for non-system DLLs will be copied to the local default, that is, bin\debug, copy DLL to the local advantage is the release of the time not to look for the relevant DLL, for dev such a large component, especially, of course, Dev also provides a button to copy the project to the specified file directly to the DLL,
Return to the point, if the devexpress DLL copied to the local, in the compilation of the project when the debug also produced a very unnecessary language pack for the domestic, a long time ago someone asked why the installation did not provide language choice,
These languages are really not needed for most people, and Dev doesn't offer a straightforward solution to cancel copy, which makes a lot of people uncomfortable.
Because these DLLs are placed in the GAC, the solution is to remove the packages from the GAC, remove the files from the GAC, and remove or rename several language packs under the installation path.
The steps are as follows:
1, find the installation path, for example, my default installation is in the C drive, path: C:\Program Files (x86) \devexpress 16.2\components\bin\framework
Remove or remove or rename De,es,ja,ru these language packs,
2. Locate the folder in the GAC folder (C:\Windows\Microsoft.NET\assembly\GAC_MSIL): devexpress.xpf.propertygrid.v16.1.resources
Delete or remove or rename the same
Recompile the project to see if there are several packages under Debug. You can see these bags are gone.
About vs Compilation devexpress problem resolution that produces several superfluous language packs by default