5

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?

Vinayak Bevinakatti
  • 40,205
  • 25
  • 108
  • 139

1 Answers1

1

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.

Matt Lacey
  • 65,560
  • 11
  • 91
  • 143