Closed maximmax42 closed 1 year ago
Experiencing the same thing on WPF with .NET Framework 4.7.2.
Hi @maximmax42 and @bfmyr4 , Thank you for reporting! We filed a bug. I will update on progress.
Same here, .NET Framework 4.8, Windows 11. Thank you for filing the bug.
@maximmax42 , @bfmyr4 , @JanZeman , May I ask someone of you to verify that strong name validation doesn't fail on version 5.0.0-preview.1 ?
Hi @DmitriyKirakosyan, I can confirm it got fixed with 5.0.0-preview.1. The strong name validation problem is not reproducible on the preview build anymore on my solution.
Yep, 5.0.0-preview.1 works just fine.
It is fixed now in 5.0.1.
Description
After I updated AppCenter from 4.5.3 to 5.0.0 I can't launch my WinForms project because of this exception:
System.IO.FileLoadException: "Could not load file or assembly "Microsoft.AppCenter.Crashes, Version=0.0.0.0, Culture=neutral, PublicKeyToken=8a600e2fee7ba272" or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A)"
This exception occurs both in debug and release configurations. Downgrading back to 4.5.3 works just fine.C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\x64\sn.exe -Vr path\to\Microsoft.AppCenter.dll
andC:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\x64\sn.exe -Vr path\to\Microsoft.AppCenter.Crashes.dll
don't help.Repro Steps
Please list the steps used to reproduce your issue.
Details
AppCenter.LogLevel = LogLevel.Verbose
before your call toAppCenter.Start(...)
and include the logs here: