ClickOnce Signing Bug
Visual Studio 2005 has a minor bug related to removing the ClickOnce signing option for a project. When the 'Sign the ClickOnce manifests' option is enabled, VS2005 creates an two entries in the project file: <ManifestCertificateThumbprint> and <ManifestKeyFile>. The problem is that when the ClickOnce option is disabled, these two entries still exist in the project settings (but are not configurable through the IDE). The entries have to be manually deleted from the project file.
Not that big of a deal, but annoying when you're syncing projects between developers. This bug leads to the classic, "Well, it builds on my machine" argument.
Happy (un)signing!
0 Comments:
Post a Comment
<< Home