Tuesday

how to find assembly in gac

to find if assembly installed in GAC run visual studio command line and in opened window type following
 
C:\Windows\system32>gacutil -l | find "MyAssembly"

This will return all assemblies that has MyAssembly in name.

Also here is link on gacutil command line options

No comments:

imagemagic add text to image

rem different types of text annotations on existing images rem cyan yellow orange gold rem -gravity SouthWest rem draw text and anno...