I'm posting this in case others hit the same issue.
When trying to doa ClickOnce deployment, we hit the following error:
"Cannot publish because a project failed to build."
"SignTool reported an error. "The parameter is incorrect."
We switched from VB to C# and it worked fine. I'll leave this blog posting out on the net so it can help someone else out doing ClickOnce deployments.
This blog is designed to show various ways to use Data Virtualization, technologies, and SAS with Microsoft technologies with an eye toward outside of the box thinking.
Subscribe to:
Post Comments (Atom)
SAS throwing RPC error
If you are doing code in C# and get this error when creating a LanguageService: The RPC server is unavailable. (Exception from HRESULT:...
-
I am finally ready with my SAS dataset reader/writer for .NET. It is written in 100% managed code using .NET 3.5. The dlls can be found here...
-
I was just tasked to read in LDAP records so we could cross-reference userids with login identifiers and general ledger information. Using...
-
Well, around 14 months ago, I started on a journey to understand the SAS dataset so I could read and write one independently. Originally, I ...
1 comment:
To fix this problem, open the project's properties from the Project menu and select the 'Signing' tab. Check the 'Sign the ClickOnce manifest' checkbox and either create a test certificate (with password), or select an already created certificate (*.pfx) file.
This problem could occur if you're moving projects from one computer to another, in which case VS2005 cannot locate your (*.pfx) file because of the other computer's different drive name(s) (pathname(s)).
Post a Comment