Error MSB3482 while trying to publish from command line  
Author Message
Luis Alonso Ramos





PostPosted: ClickOnce and Setup & Deployment Projects, Error MSB3482 while trying to publish from command line Top

Hello everybody,

I am working on setting up my build server, and I am continuously getting the MSB3482 error:

SignTool reported an error 'The form specified for the subject is not one supported or known by the specified trust provider.'

Initially, I copied the .pfx file from my work machine into the server and tried signing the manifest with it. I even installed VC# Express (it's a virtual PC for which I have a backup), created a sample app, with a new certificate and everything worked fine. I then opened my project in VC# and tried to publish from there and no luck, either with the old certificate or with the newly generated one.

From the command line, I have tried with not signing the manifest, and I get a different error about a required CertificateThumbprint parameter not being provided.

I have tried with full-signing the assemblies, delay-signing them (what I was doing before all this mess), and not signing them at all.

This thing is driving me crazy. If anyone could shed some light, I would appreciate it very much!

Thanks in advance,

Luis Alonso Ramos



Windows Forms22