Click here to Skip to main content
15,912,837 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have installed a dll(clib1.dll) in GAC by using gacutil.exe -i clib1.dll
it is successfully installed.if i try to uninstall from GAC by using gacutil.exe -u clib1.dll its showing an error :No assemblies match founding:clib1.dll

I am using the following path in .net command prompt
C:\Windows\Microsoft.NET\assembly\GAC_MSIL\clib1.dll\v4.0_1.0.0.0__18d5da519ba8dc64>gacutil.exe -u clib1.dll
Posted

1 solution

You can try gacutil /u C:\Windows\Microsoft.NET\assembly\GAC_MSIL\clib1.dll\v4.0_1.0.0.0__18d5da519ba8dc64\clib1.dll
 
Share this answer
 
Comments
Member 10714689 5-Jun-14 5:36am    
not worked.give the clear way.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900