For example, your code might work with version 1.6 of the assembly, but because of the partial assembly reference you might get an earlier version that lacks necessary code.
例如,您的程序码可以在1.6版的组件上执行,但是因为使用部分组件参考,所以您可能会取得缺少必要程序码的旧版组件。
For example, your code might work with version 1.6 of the assembly, but because of the partial assembly reference you might get a later version that has an incompatible change.
例如,您的程序码可以在1.6版的组件上执行,但是因为使用了部分组件参考,所以您可能会取得内含不相容变更的新版组件。
An application that installs a new version of an assembly can break applications that use partial assembly references to load the assembly, if the new version is not compatible.
安装新版组件的应用程序可能会在与新版不相容时,中断使用部分组件参考来载入该组件的应用程序。
应用推荐