Its significance and applicable scenarios depend on the project.
There are several methods, such
Based on experience, the third type is recommended:
Zookeeper ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
For 32-bit operating systems, add one of the following registry keys.
[HKEY_CURRENT_USER \ Software \ Microsoft \. netframework \ Minimum Version \ assemblyfoldersex \ myassemblies] @ = "assembly location"
[HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \. netframework \ Minimum Version \ assemblyfoldersex \ myassemblies] @ = "assembly location"
For 64-bit operating systems, add one of the following registry entries in the 32-bit registry Configuration unit.
[HKEY_CURRENT_USER \ Software \ wow6432node \ Microsoft \. netframework \ Minimum Version \ assemblyfoldersex \ myassemblies] @ = "assembly location"
[HKEY_LOCAL_MACHINE \ SOFTWARE \ wow6432node \ Microsoft \. netframework \ Minimum Version \ assemblyfoldersex \ myassemblies] @ = "assembly location"
Zookeeper ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
For more information, see http://msdn.microsoft.com/zh-cn/library/wkze6zky1_28v1_vs.1001_29.aspx.
In addition,
You can also specify the following registry,
[HKEY_CURRENT_USER \ Software \ Microsoft \. netframework \ assemblyfolders \ myassemblies] @ = "assembly location"
However, it seems that the Assembly application cannot be found in vs2010.