使用 Visual Studio 2010 Express 打开非 Express VS 项目

发布于 2024-08-30 05:02:14 字数 72 浏览 5 评论 0原文

是否可以使用 Visual Studio Express Edition 打开/编辑普通的 Visual Studio 解决方案?

Is it possible to open / edit a normal Visual Studio Solution with Visual Studio Express Edition ?

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

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

发布评论

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

评论(2

懒的傷心 2024-09-06 05:02:14

是的,这是可能的,但有限制(并非所有项目类型都受支持)。
您必须编辑 sln-File 的第二行。
例如,将“# Visual Studio 2010”更改为“# Visual C# Express 2010
例如,这适用于类库或 Windows 窗体应用程序。

Yes this is possible with restrictions (not all project types are supported).
You must edit the second line of sln-File.
For example change "# Visual Studio 2010" to "# Visual C# Express 2010"
This works for example for class libs or Windows Forms applications.

你在看孤独的风景 2024-09-06 05:02:14

这取决于。如果这个正常解决方案包括一个单元测试项目,例如负载测试或建模项目(架构、UML),那么答案是。类库、控制台应用程序、WinForm、ASP.NET...应该没问题。

It depends. If this normal solution includes a unit testing project for example or a load tests or a modeling project (architecture, UML), then the answer is no. Class libraries, console applications, WinForm, ASP.NET, ... should be ok.

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