slow-cheetah icon indicating copy to clipboard operation
slow-cheetah copied to clipboard

[Project].config.deploy not transformed for VSTO projects with SlowCheetah 2.5.10.3

Open valain opened this issue 10 years ago • 5 comments

When running VSTO projects (VS2012) the transforms work as expected but when publishing them (ClickOnce) the [Project].config.deploy is not transformed and when trying to install the published project I get an error “[Project].dll.config, has a different computed hash than specified in manifest”

valain avatar Jan 31 '14 18:01 valain

Thanks for the bug report. If someone submits a PR to fix it I will review/merge it.

sayedihashimi avatar May 25 '14 19:05 sayedihashimi

Has anyone managed to fix this yet, I seem to be having the same issue the config.deploy file is not being transformed?

holey5 avatar Sep 07 '15 11:09 holey5

Has this been fixed yet? I also have this problem and am happy to see I'm not the only one. capture

BradyNadeau avatar Sep 29 '15 22:09 BradyNadeau

Hi, Can this be a solution for this problem http://blogs.clariusconsulting.net/kzu/how-to-apply-build-configuration-transformations-on-non-web-projects/

Because even I am stuck with this issue from past two days and even I dropped a comment and mail to Sayed. Hope to see reply back.

Ganeshcse avatar Apr 05 '17 06:04 Ganeshcse

Hi, just a view. I have tried with 2.5.48 version for VSTO project. It has transformed keys from Debug and Release configs to ProjectAssemblyXXX.dll.config.deploy.

I tried with all normal steps and one thing make sure that make your config file build action to None and Copy to output directory - Do not copy. This actually does not copy into bin or does not come along with your publish folder. But the transformations are available under YOURPROJECTASSEMBLY.dll.config.deploy

Let me know if I can brief more explanation on this further for any one (if it is not clear enough).

Ganeshcse avatar Apr 05 '17 07:04 Ganeshcse