Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can I use Awesomium in Windows Store App?

I want to use Awesomium Webview inside Windows Store (Metro Style) App. When I try to import Awesomium DLLs to Refrences I get this error

"The project targets '.NETCore' while the file reference targets '.NETFramework'. This is not a supported scenario."

I know "A Metro style app must use references to another .NETCore or Portable Library binary". How do I use Awesomium libraries inside Windows Store (Metro Style) App?

like image 719
Vinayak Bevinakatti Avatar asked Nov 10 '22 06:11

Vinayak Bevinakatti


1 Answers

You can't. It's not something they support. They only support WPF, WinForms, MonoMac and Unity (source http://wiki.awesomium.net/)

You could try using the unity version inside a store app though.

like image 168
Matt Lacey Avatar answered Nov 15 '22 09:11

Matt Lacey