The myproductlib.dll assembly was not removed during the uninstallation
Opened this issue · 1 comments
andrewt0301 commented
Description:
The myproductlib.dll assembly stays in GAC after the MyProduct application is uninstalled. This violates Requirement #5.
Steps to reproduce:
- Perform steps specified in Testing task #4 (see the test steps section).
- Open the \assembly folder in Windows Explorer.
- The myproductlib.dll assembly is present in the list of installed assemblies.
Environment: Windows Server 2k3 x64 with .NET Framework 2.0 installed
andrewt0301 commented
Fixed in commit 9d41390.