【问题标题】:Sample application using C# + XAML使用 C# + XAML 的示例应用程序
【发布时间】:2014-11-12 19:53:23
【问题描述】:

我正在尝试使用XAML 学习C#,但有些我无法创建示例应用程序。

我正在关注互联网上的一些教程,
但正如教程中给出的,我需要选择Blank App (XAML) 模板和Visual C#

但在我的 Visual Studio 2013 Express Edition 中,我没有以下选项:
Installed->Templates->Visual C#->Windows Store->Blank App (XAML)

我只有:
Installed->Templates->Visual C#->Windows

而且没有Blank App (XAML) 选项。

我是否需要安装其他任何东西才能获得此选项?
还有什么是 Windows 应用商店应用程序?

更新:
- 我的 Visual Studio 2013 Express 安装在 Windows 7 机器上。
- 我正在尝试使用 C# 和 XAML 创建一个示例应用程序,而不是特定于 Windows Store 应用程序。

【问题讨论】:

标签: c# xaml visual-studio-2013


【解决方案1】:

可能是您没有使用应用程序开发所需的 Windows 8/8.1。但是,您可以创建 XAML/WPF Windows 桌面程序,但您必须找到特定于 WPF 的教程。

【讨论】:

  • 所以我需要windows 8机器吗?什么版本的 Visual Studio?请查看我更新的问题。
  • 你能找到 Visual C# > Windows 桌面 > WPF 应用程序吗?这将为您提供使用也使用 XAML 的 Windows Presentation Foundation (WPF) 创建桌面应用程序的项目类型。
【解决方案2】:

我认为您安装了 Visual Studio Express for Windows Desktop,而不是 for Windows

你可以在这里下载:http://www.visualstudio.com/downloads/download-visual-studio-vs#d-express-windows-8

【讨论】:

  • 所以我需要windows 8机器吗?什么版本的 Visual Studio?请查看我更新的问题。
  • 是的,您正在尝试制作 Windows 应用商店应用程序。 Windows 7 没有应用商店,无法运行 Windows 应用商店应用(所谓的“地铁”应用)
猜你喜欢
  • 2010-12-07
  • 2013-11-05
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2011-04-06
  • 1970-01-01
  • 1970-01-01
相关资源
最近更新 更多