views:

155

answers:

3

Just doing some testing/prototyping with ClickOnce. Does anyone know why I can publish with CLickOnce when its set to 'debug' mode but not when its set to 'release' mode?

I dont even get an error message for the latter. The output folder remains empty as nothing has happened. Once I switch to Debug mode and do the publishing everything is fine.

Any idea? Thanks

A: 

Sorry no, but you should try to both create a new config that copies the settings from the Release config and try to publish that one. Or even create a new config from scratch that sets the same flags as the release config.

If any of those work you might even remove the Release one and rename the new one to Release.

andyhammar
A: 

Thx...that work for me.

Hugo
I voted this answer down, as I can't see how it would help solve the OP's problem. (Perhaps try providing some additional information, e.g. why you think this works with your configuration, but not with the OP's.)
stakx
A: 

Is there anything in the \bin\release folder? It should have the binaries and everything included in the deployment, including the app.publish folder.

RobinDotNet