gacutil postbuild event exists with code 1

前端 未结 6 1680
广开言路
广开言路 2021-01-05 03:10

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\

6条回答
  •  执念已碎
    2021-01-05 03:56

    Looks like your post build script is incorrect....Try using "$(DevEnvDir)....\SDK\v2.0\Bin\GacUtil.exe" /i "$(TargetPath)" /f

提交回复
热议问题