Replies: 1 comment 2 replies
-
The CefSharp assemblies are already strongly named. CefSharp.dll for example has https://github.com/cefsharp/CefSharp/blob/cefsharp/91/CefSharp/CefSharp.csproj#L26 Are you upgrading from a previous version? Which CefSharp assembly is causing the problem?
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Checked for similar Issue on Github and Stackoverflow.
Didn't find a suitable answer and one similar Issue was in 2014.
Environment:
VS 2019 Community Edition
.Net Framework 4.5.2 (Tried with 4.6.* and 4.7.2)
Project Configuration: Set to x86 Configuration.
Installed Version of CefSharp (Same results with 91.1.211)

Issue
Severity Code Description Project File Line Suppression State
Error Unknown build error, 'A strongly-named assembly is required. (Exception from HRESULT: 0x80131044) Line 10 Position 10.' CefSharpTest ...\source\repos\CefSharp\CefSharp\MainWindow.xaml 10
Main Window

Beta Was this translation helpful? Give feedback.
All reactions