CFF KB - Carrz-Fox-Fire Promotions Knowledge Base
CFF KB is all about 1 thing: The Sharing of Knowledge and the Power we gain from it.Knowledge Base
- Breadrumbs:
gacutil is not recognized as an internal or external command, operable program or batch file
- Article ID:
7272 - Date Created
Monday, April 8, 2024 - Last Updated
Monday, April 8, 2024 - This Article Has been Viewed
353 times - Short Desc
When trying to register a dll file, I get 'gacutil' is not recognized. - Details
When you try registering a DLL or EXE file on your server, you may receive the following error.
gacutil -l ID3TagLibrary.dll
gacutil is not recognized as an internal or external command, operable program, or batch file
This error will happen if you are not running it from the location.
You will also need the Microsoft SDK installed on the server to use it.
To watch our video on how to install it without all the other unneeded items, click here.
SDK Installation on a Windows 2016 Server for the gacutil.exe file to register ID3TagLibrary.dll«
Download Windows SDK« - Recreate Issue
When trying to register a file without first opening the location of the file to be used.
From your CMD prompt, Type in (Your location, mine is G drive.)
G:
Next, CD to the folder location.
cd InetPub\wwwroot\demo.example.com\Bin
Next, run the code to register your file. (This will give the error)
gacutil -i G:\InetPub\wwwroot\demo.example.com\Bin\ID3TagLibrary.dll - Resolve Issue
You will have to navigate to the location of the .net folder.
From your CMD Prompt, Type in
cd /
Click [Enter]
Next, paste this in.
cd "Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.7.2 Tools"
Next, run the code to register your file.
C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.7.2 Tools>gacutil -i G:\InetPub\wwwroot\demo.example.com\Bin\ID3TagLibrary.dll
Watch the video on how to install the Windows SDK on your server.
SDK Installation on a Windows 2016 Server for the gacutil.exe file to register ID3TagLibrary.dll«
Download Windows SDK«
Share With Friends (Updated 6-8-2010)
Recent Articles
All Topics
- Coming Soon - Knowledge Exchange
Trending Articles
- Microsoft VBScript runtime error '800a0046' Permission denied FileSystemObject 24689
- Microsoft OLE DB Provider for SQL Server error '80040e57' String or binary data would be truncated. or The field is too small to accept the amount of data you attempted to add. Try inserting or pasting less data. 21292
- ADODB.Parameters error '800a0e7c' Parameter object is improperly defined 19537
- After Effects warning: Audio conforming failed for the following file .cfa. Perhaps due to disk space 17780
- The backup set holds a backup of a database other than the existing 16819