[Question]: Any plans for strongly named assembly in NuGet?
See original GitHub issueHi team,
I used the older framework which is now deprecated, I tried upgrading to this version, however one of my project is signed. I cannot remove the signing and because of that, I am getting the following error when I run the project:
'Could not load file or assembly 'Krypton.Toolkit, Version=5.550.2011.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. A strongly-named assembly is required. (Exception from HRESULT: 0x80131044)'
I also tried to uncheck the singing and check if its working, it works however, the project uses isolated storage, when we uncheck the signing, the isolated storage gets cleared which is not the correct way to handle it,
Can you please provide us with a strongly named assembly in nuget so that the people who were using it wont face this issue too?
Thanks.
Issue Analytics
- State:
- Created 3 years ago
- Comments:11 (5 by maintainers)

Top Related StackOverflow Question
Hi @pankaj-nikam
No problem, good to see that it’s now working!
Hi @Wagnerp , Yes, installing the full version enabled the designer. Thank you so much for help and maintaining this project for the future version of .NET too 👍