ClickOnce problem: 1 solutionfile, 2 windows forms projects
-
I don't know on which forum i should post this, so i hope this is the right one since it has to do with windows forms projects.. The problem is the following, i have 2 simple projects (both windows application projects). Both the projects contain 1 form. In one of those forms i placed a button, if you press the button the form of the other project will open. (This is not my actual project, but a simplified version to recreate my problem) Now i wish to publish my first project (the one with the form with the button), but visual studio keeps generating the following errors
A signing key is required in order to publish this project. Publishing from Visual Studio 2005 will automatically configure a signing key for this project.
and
Cannot publish because a project failed to build.
however, both projects build and run fine when debugging. if i go to the properties, to the signing tab, and check "Sign the ClickOnce manifests", the same error keeps occuring. Does anyone have any ideas how to solve this?
-
I don't know on which forum i should post this, so i hope this is the right one since it has to do with windows forms projects.. The problem is the following, i have 2 simple projects (both windows application projects). Both the projects contain 1 form. In one of those forms i placed a button, if you press the button the form of the other project will open. (This is not my actual project, but a simplified version to recreate my problem) Now i wish to publish my first project (the one with the form with the button), but visual studio keeps generating the following errors
A signing key is required in order to publish this project. Publishing from Visual Studio 2005 will automatically configure a signing key for this project.
and
Cannot publish because a project failed to build.
however, both projects build and run fine when debugging. if i go to the properties, to the signing tab, and check "Sign the ClickOnce manifests", the same error keeps occuring. Does anyone have any ideas how to solve this?
For signing, go to project Properties, Signing tab, and: 1. check Sign the assembly 2. select New for "Choose a strong name key file" 3. fill in the name of the key and psw Calin
-
For signing, go to project Properties, Signing tab, and: 1. check Sign the assembly 2. select New for "Choose a strong name key file" 3. fill in the name of the key and psw Calin
thanks for the quick reply. But signing the assembly (for both projects) doesn't seem to solve the problem. the same error occures. I tried adding test certificates to both projects, now i get an error that the manifest file can not be found... ps: i'm using visual studio 2005