Tuesday 25 November 2014

Deploy dll to GAC on Win2k8 and Win2012

I had a requirement where I had to deploy a bug fix which was a simple dll into GAC on production server. The problem came when there wasn't gacutil tools available on that server. So I went to my development server and copied those files over to production. But from which folder?
Mine was from "C:\Program Files (x86)\Microsoft SDKs\Windows\v8.0A\bin". There I found folder called NETFX 4.0 Tools. Then I copied all files from that folder to production server and ran it from there.
This has been tested on Windows 2008 R2 and Windows 2012.

No comments:

Post a Comment