我们正在寻找一种用于C#开发和测试的,最好是共享的新计算机,并且我们希望与新API等的兼容性最大化,因为它似乎无法在Windows 7或Server 2008上构建某些较新的应用程序(Metro?).我曾像过去与台式机和服务器Windows操作...
我们正在寻找一种用于C#开发和测试的,最好是共享的新计算机,并且我们希望与新API等的兼容性最大化,因为它似乎无法在Windows 7或Server 2008上构建某些较新的应用程序(Metro?).我曾像过去与台式机和服务器Windows操作系统之间的兼容性一样,假设Windows Server 2012和Windows 8能够构建和测试同一组程序,等等.但是,类似这样的信息表明情况并非如此:
http://msdn.microsoft.com/en-us/library/windows/apps/br211384.aspx
Windows Store app development in Visual Studio is supported only on Windows 8. Windows 7
is not supported. In addition, developer licenses aren’t available for Windows Server
2012, so you can’t develop Windows Store apps on that operating system.
这是否意味着某些Windows应用程序无法在任何Windows Server OS版本上构建? (我主要对构建和测试感兴趣,而不是真正的活跃开发或部署.)
有人可以描述可以在Windows 8而非Windows Server 2012上构建哪些程序,反之亦然?我假设每个人都具有Visual Studio的所有兼容版本.谢谢.
解决方法:
Does this mean there are Windows applications that can’t be built on any release of a Windows Server OS?
是.由于许可限制,您不能在Windows Server操作系统上构建Windows Store应用程序.
Can someone describe what kinds of programs can be built on Windows 8 and not Windows Server 2012, or vice-versa?
Windows Store应用程序不能在Server 2012上构建.任何事物都可以在Windows 8上开发.
您可以在Windows Server 2012计算机上为Windows 8安装虚拟机,然后在VM中进行开发.这是在Windows 8上有效开发的.
本文标题为:Windows 8与Windows Server 2012上的可构建C#应用程序有何不同?
基础教程推荐
- C# 反射与dynamic最佳组合示例代码 2022-11-10
- 有没有一种方法可以检测使用本地C#调用的系统上安装了哪些Windows Store应用程序? 2023-11-29
- C# 去掉Windows不能用于文件名的字符 2023-11-28
- c# – 使用Nancy的Windows服务无法启动主机 2023-09-19
- C#如何更改Word的语言设置 2022-12-11
- 如何在Windows 10 C#通用应用程序中使用C类? 2023-09-20
- Unity shader实现多光源漫反射以及阴影 2023-03-04
- C#浏览器提示跨域问题解决方案 2023-03-04
- ubuntu下.NET Core修改版本(卸载) 2023-09-27
- c#-Windows Mobile上的GPU访问 2023-11-28