I'm attempting to install a dll shared by multiple projects to the GAC, using Visual Studio's setup and deployment project. I've strongly named my assembly, and set the output folder of the project primary output to 'Global Assembly Cache folder'.
Strongly named assembly capture
Project output properties capture
After building and installing the executable, I've received no errors. However, using the GacUtil, I can confirm that the dll was not added to the GAC. What am I missing?
I've scoured Stackoverflow and other sources, but haven't found an explanation.
Add Special Folder
=>
Global Assembly Cache Folder
? I am not up to speed on the new GAC. Recommend you go for WiX or another tool (some reasons why). And here is a WiX quick-start tip collection. - Stein Åsmul