In Visual studio under the project click propeties.
Then select the build events and then the post build event command line
Enter:
CALL "%VS80COMNTOOLS%\vsvars32.bat" > NULL
gacutil.exe /if "$(TargetName)"
In Visual studio under the project click propeties.
Then select the build events and then the post build event command line
Enter:
CALL "%VS80COMNTOOLS%\vsvars32.bat" > NULL
gacutil.exe /if "$(TargetName)"
Leave a Reply