Replies: 1 comment
-
I've never tried using Make sure you've set a |
Beta Was this translation helpful? Give feedback.
0 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.
-
Hi,
I would like to use CefSharp with the latest .NET 8.
I am using COM in my project. COM object is the client of CefSharp library, I am using CefSharp library in the constructor of the Foo class.
When I am creating the COM object, in the Foo constructor the exception is thrown:
_
I have run the same code with .NET 7 -> the same exception was raised.
The code is working successfully with .net48.
The COM object creation:
Before running I have registered *.com.dll and verified that the GUID was added correctly in system registry,
Could you help me with these issue? Maybe some workaround could be applied?
Beta Was this translation helpful? Give feedback.
All reactions