I am still get invalid algorithm when I try and publish my Click Once

Add-in Express™ Support Service
That's what is more important than anything else

I am still get invalid algorithm when I try and publish my Click Once
 
AdamK




Posts: 28
Joined: 2014-03-09
I basically am unable to update any NuGet libraries

I have my Click Once AddIn Express library compiling, building and publishing.

I try and update a NuGet library - mySQL Library as an example, and only the mySQL Library

And it comes up with Invalid Algorithm when trying to Publish.

And the ONLY difference was trying to update the Nuget Library

I have had this before and have tried rebuilding and this has not succeeded.
I reverted back to a functional version that allowed publishing, and updated the library!
And then fails due to invalid algorithm

My Version of Visual Studio is either 2019, or 2022 Professional.
I write in VB.Net

Could I please get some sort of answer or help to resolve this as it is becoming a major problem and cause of issues with my applications and addins?
Posted 25 May, 2022 19:19:34 Top
AdamK




Posts: 28
Joined: 2014-03-09
So no update on this?? or possible answers or solutions?

I have a full SSL Code Certificate.
I have the compiling and publishing with the Click Once

I then update the SQLData NuGet library then I get the error when trying to publish...
AddInExpress.VSPackage
INVALID ALGORITHM SPECIFIED.

Then I cannot publish!
The only change is updating the library!

How do I fix this??
Posted 13 Jun, 2022 19:48:22 Top
Andrei Smolin


Add-in Express team


Posts: 18830
Joined: 2006-05-11
Hello Adam,

Most of the recent cases of "Invalid algorithm specified" were caused by publishing .PDB files. Make sure you delete them from the list: use the Delete button to delete selected files.

Also, make sure that the mySQL library is a .NET Framework 4.X assembly, not a .NET 6 (or .NET Core) based one.

Regards from Poland (CEST),

Andrei Smolin
Add-in Express Team Leader
Posted 14 Jun, 2022 01:24:00 Top
AdamK




Posts: 28
Joined: 2014-03-09
Thank you!!!
Removing all the PDB files from the publish list has enabled it to be published.
Thank you for the answer to resolve this!!
Posted 14 Jun, 2022 19:47:17 Top
Andrei Smolin


Add-in Express team


Posts: 18830
Joined: 2006-05-11
It's great to have this one solved!

Regards from Poland (CEST),

Andrei Smolin
Add-in Express Team Leader
Posted 15 Jun, 2022 02:18:17 Top