C# in my view
My Blog List
Blog Archive
▼
2009
(5)
▼
February
(5)
Namespace qualifier
To enable User Account control when the applicatio...
Keyboard Shortcuts to expand/collapse code regions
What is the use of shfusion.dll?
How to remove a particular version from assembly c...
About Me
Chandrasekar
View my complete profile
Wednesday, February 4, 2009
How to remove a particular version from assembly cache?
To remove all the versions of an assembly, use
gacutil -u [Assemblyname]
To remove a particular version of an assembly, use
gacutil -u [Assemblyname], ver=[version]
No comments:
Post a Comment
Newer Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment