Sorry, don't know a better group for this...
In a C# Solution I want to publish my Solution via ClickOnce on a Web-Server. That works fine until I try to change the Assemblyname in the properties->assembly window (I want to publish different Versions, so I have to change the name, for example app-TEST and app-PROD, But after the change of the assembly name I get the warning that the ClickOnce properties for the de\app.resources element couldn't be applied (my translation from the original German message). So what is wrong here???
(VS2005 SP1)
Thanks, hd