Replies: 1 comment 3 replies
-
What are you trying to achieve exactly?
Which
I've not done any testing with
Please specify the exact version, |
Beta Was this translation helpful? Give feedback.
-
What are you trying to achieve exactly?
Which
I've not done any testing with
Please specify the exact version, |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello
i'm tryingt to use code 'myvariable.DevTools().Attach()' but it shows me error on 'DevTools()' saying this
[CS0012] The type 'Control' is defined in an assembly that is not referenced. You must add a reference to assembly 'PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
[CS1061] 'ChromiumWebBrowser' does not contain a definition for 'GetDevTools' and no accessible extension method 'GetDevTools' accepting a first argument of type 'ChromiumWebBrowser' could be found (are you missing a using directive or an assembly reference?)
maybe good to mention but im using this on Jetbrains Rider and coding on C# console application.
im using the latest version of CefSharp
Beta Was this translation helpful? Give feedback.
All reactions