OutSystems / CefGlue

.NET binding for The Chromium Embedded Framework (CEF)
MIT License
279 stars 41 forks source link

CefGlue SubProcess not found #140

Closed PoH98 closed 5 months ago

PoH98 commented 5 months ago

Can I have docs how I can add the subprocess correctly?I can see the folder is somehow empty

joaompneves commented 5 months ago

Are you trying to build or using the nuget package?

PoH98 commented 5 months ago

I'm using nuget package, is there any extra works need to be done?

joaompneves commented 5 months ago

You need to reference the nuget and then properly bootstrap your app. Check this sample app https://github.com/OutSystems/CefGlue/tree/main/CefGlue.Demo.Avalonia

PoH98 commented 5 months ago

Thanks, I'll check it out!