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 privateassembly.
如果作业系统无法找到CRT或任何其他的共用组件,它就会开始寻找做为私用组件的组件。
2
If the required assembly is not found, the operating system then searches for a privateassembly installed in a folder of the application's directory structure.
如果找不到必要的组件,则作业系统会搜寻安装在应用程序目录结构之资料夹内的私用组件。
3
In the case of a privateassembly, it is recommended to include its manifest in the DLL as a resource with ID equal to 1, and the name of the privateassembly may be the same as the name of the DLL.