Windows Visual C# 中的驱动程序测试

Windows Driver Test in Visual C#

我正在尝试用 C# 为智能卡设备的 WDF 驱动程序创建测试用例。但我在已安装的 Visual C# 下找不到 Windows 驱动程序 > Windows 驱动程序测试模板。我正在为 Windows 桌面使用 Visual Studio 2013。我什至无法在在线模板中找到 Windows Driver Test。我需要安装任何其他软件包吗?

您可能 运行 遇到问题,因为您 运行 的 Visual Studio 版本:VS 2013 for Windows Desktop 本质上是 "Express" 版本的 VS 组合在一起,为开发人员提供了一个基本的 IDE 来免费构建 Windows 桌面应用程序。然而,VS 的 Express SKU 的功能有限,不支持附加组件和其他 SDK、项目模板 and/or 工具,例如 WDK。为此,您可能需要 VS 的专业版。

注意:Microsoft 最近发布了 Visual Studio Community Edition which is a full release of VS Pro, including add-ons and extensibility, but free for non-commercial use and/or dev teams of up to 5 people. If you meet these licensing requirements,那么使用 VS Community Release 可能比 VS for Windows Desktop 更幸运。