我正在使用VS2013编写一个Windows手机相机应用程序。
在xaml文件中,找不到错误。
有谁知道我需要添加什么程序集参考?
我的参考资料是
我使用的命名空间是:
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;
谢谢!
答案 0 :(得分:0)