Search This Blog

Showing posts with label Windows Server. Show all posts
Showing posts with label Windows Server. Show all posts

Thursday, February 12, 2015

'gacutil' is not recognized as an internal or external command, operable program or batch file.

I was trying to install a *.dll file into GAC (Global assembly Cache) and I got the below error message

Open command prompt and run the below command :
gacutil.exe /i MyLibrary.dll
'gacutil' is not recognized as an internal or external command, operable program or batch file.



Fix
Open Visual Studio Command Prompt (2010) and run the command
gacutil.exe /i MyLibrary.dll


Thursday, November 7, 2013

Windows files opening on single click and underlined

Problem Description

Recently Ii had an issue with my Windows 7 desktop. All my files were opening on single click rather than double.Also I noticed that all filenames in my system was underlined

Fix

1. Browse to Control Panel -> Folder Options.

2. In the GeneralTab -> Click items as follows section, select Double click to open an item (Single click to select) option -> Click OK.


Propellerads