Vinayak Bevinakatti
Vinayak Bevinakatti

Reputation: 40503

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?

Upvotes: 5

Views: 610

Answers (1)

Matt Lacey
Matt Lacey

Reputation: 65556

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.

Upvotes: 1

Related Questions