How to extract an assembly from the GAC?

后端 未结 15 2032
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-11-29 15:29

There is a package I have to deal with which installs assemblies straight into the GAC (e.g. somewhere deep in %windows%/assembly).

How do I exorcise the actual as

15条回答
  •  渐次进展
    2020-11-29 15:52

    Yes.

    Add DisableCacheViewer Registry Key

    Create a new dword key under HKLM\Software\Microsoft\Fusion\ with the name DisableCacheViewer and set it’s [DWORD] value to 1.

    Go back to Windows Explorer to the assembly folder and it will be the normal file system view.

提交回复
热议问题