Monday, July 7, 2008

MakeCab not updating wsp with updated DLL

This seems to take care of this bug for now. Add the below text to the Pre-build event of your projects:
cd $(TargetDir)
del $(TargetFileName) /q

1 comment:

Anonymous said...

Thank you so much, this was driving me crazy and your fix worked for me.