Posts in .Net Framework
Troubleshooting SGEN : error : An attempt was made to load an assembly with an incorrect format
- 10 September 2024
I have a POCO entity project that must generate XML Serializers due to a memory leak bug. Xml serializer generated dynamic assemblies are not ever collected.
Getting around “Strong name signature not valid for assembly” for a ClickOnce application
- 10 January 2017
When building a ClickOnce application, I need to redistribute a third party dll. But it failed the strong name validation under sn-vf thus ClickOnce launcher failed with the same error.