If the operating system fails to find the CRT or any other assembly as a Shared assembly, it starts looking for the assembly as a private assembly.
如果作业系统无法找到CRT或任何其他的共用组件,它就会开始寻找做为私用组件的组件。
If the required assembly is not found, the operating system then searches for a private assembly installed in a folder of the application's directory structure.
如果找不到必要的组件,则作业系统会搜寻安装在应用程序目录结构之资料夹内的私用组件。
In the case of a private assembly, it is recommended to include its manifest in the DLL as a resource with ID equal to 1, and the name of the private assembly may be the same as the name of the DLL.
如果是私用组件,建议您将它的资讯清单加入DLL中,做为ID等于1的资源,而私用组件的名称则可以和DLL的名称相同。
应用推荐