Replies: 1 comment 3 replies
-
Added what exactly? How does the CefSharpCopyFilesAfterNugetRestoreAnyCPU fit in exactly?
As per #3319 you'll need to close and reopen the project after a Nuget restore on clean checkout. Switching to PackageReference is recommend. |
Beta Was this translation helpful? Give feedback.
-
We have an intermittent issue with error: System.IO.FileLoadException: A procedure imported by 'CefSharp.Core.Runtime.dll'
It is a webform application (CefSharp v91.1.211) and we have added the bits for AnyCPU support, as well as adding in to the project file (VS2019):
What's strange is if i do a build in VS it gives me the error. If i delete all the files, make a change in VS (I presume force it to compile again), then it works. As soon as i delete and rebuild though it goes back to same error. The only way to get it to work that i have found is by changing the code e.g. add a string etc.
Our code is using the bits from the Minimal Example and the resolver, with NoInlining on the LoadApp section:
Any ideas what is going on?
Beta Was this translation helpful? Give feedback.
All reactions