Visual Studio 2010 Express 限制

发布于 2024-12-04 21:16:12 字数 156 浏览 1 评论 0原文

与付费版本相比,VS2010 C# Express Edition 有哪些限制?我主要是在研究我可以构建什么样的应用程序,在 VS Express 中我只有 Console、Winform 和 DLL 等选项。我读到可以为 Office 程序构建服务和加载项,这个功能在专业版/旗舰版等版本?谢谢。

What are the limitations of VS2010 C# Express Edition compared with the paid for versions? I was mostly looking into what sort of applications I can build, in VS Express I only have the option of Console, Winform and DLL, etc. I read that you can build services and add - ins for office programs, is this functionality available in Professional/Ultimate etc versions? Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

夏了南城 2024-12-11 21:16:12

这里有一个比较图表这里 - 您需要 VS Professional 来开发 Office 插件。

虽然是以前的版本,但在此 SO 问题

维基百科还解释了其中的差异。

编辑

比较图表链接已失效。 2012 年:

There's a comparison chart here - You'll need VS Professional to develop Office Plugins.

Although previous version, there is a definitive overview of the VS2008 Express limitations in in this SO Question

Wikipedia also explains the differences.

Edit

The comparison chart link is dead. For 2012:

今天小雨转甜 2024-12-11 21:16:12

Express 版本不附带 Microsoft C++ 运行时可再发行软件包,也不授予您分发 Microsoft C++ 运行时可再发行软件包的权限。因此,您使用 Express 版本构建的软件的用户必须下载并使用 Express 版本。自行运行安装程序。

The Express edition does not come with, nor does it grant you permission to distribute, the Microsoft C++ runtime redistributable packages. So the users of the software you build with the Express edition will have to download & run the installers themselves.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文