BecauseProgramThe Group must be installed in GAC, so it is important to use gacutil flexibly. You can enter the following script in postbuildevent of the Library:
Call "% vs80comntools % vsvars32.bat"
Gacutil/UF $ (targetname)
Gacutil/if $ (targetpath) </postbuildevent>
Vs80comntools: it is an environment variable. You can go to "my computer" to see if there are any other environment variables that can be used to help us. For example, common % SystemRoot %, % WINDIR %, etc.
Targetname: the name of the Assembly.Define in % WinDir % \ Microsoft. NET \ framework \ v2.0.50727 \ microsoft.common.tar gets.
Targetpath: it is actually the path of the Assembly. It may also be defined in % WinDir % \ microsoft. net \ framework \ v2.0.50727 \ microsoft.common.tar gets in debug or release directory.
In fact, too many people know these skills. What's important is to put them apart and understand this idea! :)