PDA

View Full Version : error MSB4044 during Deploy/Publish


dschulze
11-05-2007, 02:49 PM
I'm getting the following error using a Make VS.NET Action, set to Deploy/Publish. Note that the project in question was not signing the click once manifest, so I figured it had something to do with that, but I signed it with a temp certificate and I still get this error. Is there some why to specify that I want to skip the SignFile task? Perhaps some MSBuild switch?

C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Micr osoft.Common.targets(3321,9): error MSB4044: The "SignFile" task was not given a value for the required parameter "CertificateThumbprint".

Thanks
David

kinook
11-05-2007, 05:35 PM
You'll need to check with MS about that. It looks like at least one other person has run into this problem:
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=294846&SiteID=1