Asp.net, listbox, htc, behavior, autosearch listbox, wcf, certificate GAC Post build event - Machine path independent script - Discoveries / Experiences in .Net Application development - Site Home - MSDN Blogs

Discoveries / Experiences in .Net Application development

Discoveries during Web Application development using Asp.Net, C# etc

GAC Post build event - Machine path independent script

GAC Post build event - Machine path independent script

Rate This
  • Comments 1

Add the following 2 lines as post build event.. with this.. this is totally machine independent since it uses Visual studio macros..

 

call "$(DevEnvDir)..\..\vc\vcvarsall.bat"

"gacutil" /i "$(TargetPath)" /f

 

Leave a Comment
  • Please add 1 and 8 and type the answer here:
  • Post