VideoBrush is not supported on a Windows Phone project

I am using VS2013 to record a camera application for Windows.

No error was found in the xaml file.

Does anyone know which assembly link to add?

I have links

  • .NET for Windows Store apps.
  • Microsoft.Phone
  • Microsoft.Xna.Framework
  • PresentationCore
  • PresentationFramework
  • Windows Phone 8.1

I use the following namespaces:

using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices.WindowsRuntime;
using Windows.Foundation;
using Windows.Foundation.Collections;
using Windows.UI.Xaml;
using Windows.UI.Xaml.Controls;
using Windows.UI.Xaml.Controls.Primitives;
using Windows.UI.Xaml.Data;
using Windows.UI.Xaml.Input;
using Windows.UI.Xaml.Media;
using Windows.UI.Xaml.Navigation;
using Microsoft.Devices;
using Microsoft.Xna.Framework.Media;

Thank!

+4
source share

All Articles