C# 我可以将 Visual Studio 2012 Express Edition 用于商业用途吗?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/13007317/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Can I use Visual Studio 2012 Express Edition for commercial use?
提问by Pulimon
I know this question has been asked before for earlier versions of Visual Studio Express (2010 and 2008) However I have not found a concreteanswer for the same for Visual Studio Express 2012.
我知道之前已针对 Visual Studio Express 的早期版本(2010 和 2008)问过这个问题,但是我还没有找到针对 Visual Studio Express 2012的具体答案。
I plan to make some small pure C# applications which does not include any other third party libraries.
我计划制作一些不包含任何其他第三方库的小型纯 C# 应用程序。
This questiontalks about 2010 version and VS 2012 RC but not Visual Studio Express 2012 which was released later on.
The answer to this questionprovides a link to an FAQ that does not exist right now. It gets redirected to a page where you can download the latest VS 2012. After some digging I was able to find an archive of that page here. Then again I can't say for sure whether it applies to VS2012 Express. Even after much digging I wasn't able to find any FAQ section for VS2012.
Next I tried to dig out the End User License terms of Microsoft products from herebut I could not find license terms for VS 2012 Express edition.
I went through the licensing whitepaper for VS2012 available here. In Page 26, it states that "Visual Studio Express can be used to build production applications" Dees this mean that we can build apps/programs for commercial purposes?
这个问题讨论的是 2010 版本和 VS 2012 RC,而不是后来发布的 Visual Studio Express 2012。
此问题的答案提供了一个指向目前不存在的常见问题解答的链接。它被重定向到一个页面,您可以在其中下载最新的 VS 2012。经过一番挖掘,我能够在此处找到该页面的存档。再说一次,我不能确定它是否适用于 VS2012 Express。即使经过大量挖掘,我也找不到 VS2012 的任何常见问题解答部分。
接下来我试图从这里挖掘出 Microsoft 产品的最终用户许可条款,但我找不到 VS 2012 Express 版的许可条款。
我浏览了此处提供的 VS2012 许可白皮书。在第 26 页中,它指出“Visual Studio Express 可用于构建生产应用程序”这是否意味着我们可以构建用于商业目的的应用程序/程序?

