J
Jan Kidrud
Ones I install an assembly in the GAC, I'm unable to unstall it. This diables loading of debug symbols (pdb) of the assembly. This must be a well-known issue, but I didn't succeed in finding a description in the MS knowledge base. Does anybody know a solution to this symptom?
An example follows.
1. uninstallation from GAC
E:\>gacutil -nologo -u xAssignment_3S_4_0.Logger
Assembly: xAssignment_3S_4_0.Logger, Version=1.1.0.0, Culture=neutral, PublicKey
Token=c5158ce0bd1c56b3, Custom=null
Unable to uninstall: assembly is required by one or more applications
Pending references:
SCHEME: <WINDOWS_INSTALLER> ID: <MSI> DESCRIPTION : <Windows Ins
taller>
Number of items uninstalled = 0
Number of failures = 0
E:\>
2. a message from VS .NET when loading debug symbols of the assembly
'Assignment_3S_4_0.GUI.exe': 'e:\winnt\assembly\gac\xassignment_3s_4_0.logger\1.1.
0.0__c5158ce0bd1c56b3\xassignment_3s_4_0.logger.dll' geladen, keine Symbole geladen.
-o-
An example follows.
1. uninstallation from GAC
E:\>gacutil -nologo -u xAssignment_3S_4_0.Logger
Assembly: xAssignment_3S_4_0.Logger, Version=1.1.0.0, Culture=neutral, PublicKey
Token=c5158ce0bd1c56b3, Custom=null
Unable to uninstall: assembly is required by one or more applications
Pending references:
SCHEME: <WINDOWS_INSTALLER> ID: <MSI> DESCRIPTION : <Windows Ins
taller>
Number of items uninstalled = 0
Number of failures = 0
E:\>
2. a message from VS .NET when loading debug symbols of the assembly
'Assignment_3S_4_0.GUI.exe': 'e:\winnt\assembly\gac\xassignment_3s_4_0.logger\1.1.
0.0__c5158ce0bd1c56b3\xassignment_3s_4_0.logger.dll' geladen, keine Symbole geladen.
-o-