I am trying to register and assembly in the GAC on a post-build event. Here\'s my post-build command
\"C:\\Program Files (x86)\\Microsoft SDKs\\Windows\\v7.0A\\Bin\
Looks like your post build script is incorrect....Try using "$(DevEnvDir)....\SDK\v2.0\Bin\GacUtil.exe" /i "$(TargetPath)" /f