1

我访问了Surface SDK,它告诉它需要 Visual Studio 2010/Express。我尝试使用 VS 2012 RC 安装它,但它不允许。Surface sdk 不支持 VS 2012 RC 吗?如何将它与 VS 2012 RC 一起使用?

4

2 回答 2

1

you have to reference the following ddls:

Microsoft.Surface.Core.dll, Microsoft.Surface.dll, Microsoft.Surface.Presentation.Design.dll, Microsoft.Surface.Presentation.dll, Microsoft.Surface.Presentation.Generic.dll

于 2013-03-08T10:59:26.000 回答
1

在装有 Win 7 和 Visual Studio 2010 的盒子上安装 SDK 2.0 2012 年 2 月更新。然后从模板创建一个 Surface 项目。如果您希望它在 Windows 8 上工作,请更改主 Surface Window(我忘记了类名。)以从 Window 而不是 Surface Window 继承。当然,这样做您将丢失标签和其他东西的输入堆栈。将控件的 Surface SDK 可再发行程序集复制到一个文件夹中,以供将来在新项目中参考。您可以将使用 Visual Studio 创建的项目升级到 VS2012。从那里创建一个模板。希望这能为您指明正确的方向。我有一段时间没有这样做了,正在从头顶上写。-标记

于 2012-09-14T01:29:20.830 回答