I'm trying to use the post build command line to get my class library in the GAC. It is:
"%programfiles%\Microsoft SDKs\Windows\v6.0A\Bin\x64\gacutil.exe" -if $(TargetPath)
I do not see any errors, but my DLL is not getting into the GAC. However, I can run this from a DOS prompt and it works. Anything special I need to do to make this command work in VS like this?