WPF - Unit Testing #4638
Replies: 2 comments 1 reply
-
It's just a warning and generally safe to ignore in my experience. Unlikely related to any problem you are having. For
I'd suggest using |
Beta Was this translation helpful? Give feedback.
-
@amaitland The NUnit Framework is being used. Despite having the necessary DLLs at the proper location, we are encountering the following exception when debugging the unit test. System.IO.FileNotFoundException: 'Could not load file or assembly 'CefSharp, Version=113.1.40.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138' or one of its dependencies. The system cannot find the file specified. This exception occurs at InitializeComponent() OR Cef.Initialize Would you kindly recommend a fix for the NUnit framework? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
When we attempt to open the WPF window as part of one of the unit tests, we receive the following error. The control used in this window is ChromiumWebBrowser. [CefSharp Version: 113.1.40]
Error: Exit code is -532462766 ([1115/161107.951:WARNING:chrome_browser_cloud_management_controller.cc(87)] Could not create policy manager as CBCM is not enabled.)
Would you kindly let us know how to solve this?
Beta Was this translation helpful? Give feedback.
All reactions