Wednesday, August 6, 2008

How to view GAC Folders.

The following command will allow users to see the folders within the "c:\windows\assembly" or GAC folder.

regsvr32 /u c:\WINDOWS\mICROSOFT.net\Framework\v2.0.50727\shfusion.dll

Run the below command to restore your site back to GAC view.

regsvr32 c:\WINDOWS\mICROSOFT.net\Framework\v2.0.50727\shfusion.dll

No comments: