Could not be able to remove assembly from GAC

  • Thread starter Thread starter Rishikesh Sapar
  • Start date Start date
R

Rishikesh Sapar

Hi,
I have added all my dlls in GAC with a strong key name.
This was working fine till date very well.
Now i wanted to remove these dlls from GAC. its giving me
error as -
"Pending references: SCHEME: <WINDOWS_INSTALLER> ID: <MSI>
DESCRIPTION : <Windows Installer>"

Am stuck up this point.
Please let me know what went wrong on my machine and whats
the solution for this.

Thanks in advance,
- Rishikesh
 
Hi,
My m/c is idle since this problem. Do any1 has the
solution. am not been able to delete assembly.
error - Dll in use by other appln
"Pending references: SCHEME: <WINDOWS_INSTALLER> ID: <MSI>
DESCRIPTION : <Windows Installer>"

Looking forward to quick reply...
thanks
Rishikesh
 
You probably made an installer for some application which installs some dll
into the assembly cache. After that the dll seems to be protected and cannot
be manually removed from the cache. You can however remove it from the cache
by uninstalling the application which you made an installer for.
 
Back
Top