Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using squirrel in delay signed application #1489

Closed
quasarea opened this issue May 13, 2019 · 1 comment
Closed

Using squirrel in delay signed application #1489

quasarea opened this issue May 13, 2019 · 1 comment

Comments

@quasarea
Copy link

Squirrel version(s)
1.9.1

Description
I'm getting exception during my app start (when its checking for update:

Getting System.IO.FileLoadException: 'Could not load file or assembly 'Squirrel, Version=1.9.1.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. A strongly-named assembly is required. (0x80131044)

As far as I see squirrel assemblies are not signed (tho package is). Was looking for any documentation on how to deal with unsigned squirrel in delayed signed c# application but without luck, can't find any issues on this as well so I assume I'm doing something wrong, am I?

Thanks

@gojanpaolo
Copy link
Contributor

I found 2 closed issues regarding strong named assemblies.
#711
#199

Solution is to either stop strong naming your assembly or sign Squirrel during build process.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants