I\'ve developed a simple installation package using WiX that installs an assembly called WBRT.Configuration into the Global Assembly Cache (GAC). While the file ins
WBRT.Configuration
First, verify that your assembly is not locked by another process via gacutil.exe
gacutil /u WBRT.Configuration
If the above is OK make sure the file parent container has no permanent flag - Permanent="no"
Permanent="no"