使用 VS 2010 Express 和 Ultimate 两个不同版本的人员之间的协作

发布于 2024-11-16 15:33:17 字数 387 浏览 2 评论 0原文

好吧,我环顾四周,找不到这个问题的答案,但如果我错过了一个,请原谅我。很难细化这个搜索词。

但无论如何,我有 VS 2010 C# Express。我计划与拥有 VS 2010 Ultimate 的人在我的代码(完全用 Express 编写)中进行一些协作。由于价格原因,我一直推迟升级到 VS 2010 的付费版本 - 如果可能的话我宁愿不升级。我们将使用 Tortoise SVN 作为我们的版本控制软件进行协作。

当我的合作者使用 VS 2010 Ultimate 时,我继续使用 Express 版本会出现问题吗?到什么程度会成为问题等等?

后续问题:如果我必须升级到付费版本,我是否必须升级到旗舰版,还是专业版就足够了? >

Ok, I have looked around on SO and haven't been able to find an answer to this question, but forgive me if I missed one out there. It's difficult to refine the search terms for this one.

But anyways, I have VS 2010 C# Express. I'm planning on doing some collaboration in my code (that was made entirely in Express) with someone who owns VS 2010 Ultimate. I have been putting off upgrading to the paid version of VS 2010 because of the price - if at all possible I would rather not upgrade. We are going to collaborate using Tortoise SVN as our version control software.

Will it be an issue for me to continue to work with the Express version while my collaborator works on VS 2010 Ultimate? To what degree will it be an issue, etc?

Follow-up question: If I have to upgrade to a paid version, would I have to upgrade to Ultimate, or would Professional be sufficient?

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

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

发布评论

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

评论(2

空名 2024-11-23 15:33:17

我还没有使用 VS 2010 的经验,但可以提供基于 VS 2008 的观察,使用 svn 进行源代码控制。

我在同一项目中同时使用 VB Express 版本和 VS2008 标准版和专业版时只遇到了一个小问题。 Express 版本不支持解决方案文件夹。我使用解决方案文件夹来允许从 ide 快速访问一些配置文件。快速版本不显示解决方案文件夹,但解决方案的其余部分会成功加载,包括所有包含的项目。

I have no experience with VS 2010 yet, but can offer observations based on VS 2008, using svn for source control.

I have only had one minor issue with using both the VB Express edition and VS2008 Standard and Professional versions on the same project. The express version does not support solution folders. I use a solution folder to allow quick access to some configuration files from the ide. The express version does not display the solution folder, but the remainser of the solution loads sucessfully, including all the included projects.

绻影浮沉 2024-11-23 15:33:17

嗯,我和我的合作者已经开始工作,到目前为止没有任何问题。正如 B Pete 所描述的,除 Solutions 文件夹外,Visual Studio 2010 Ultimate 和 Visual Studio Express 几乎兼容。

Well, my collaborator and I have started work, and no issues so far. Visual Studio 2010 Ultimate and Visual Studio Express are pretty much compatible, except for the Solutions folders, as described by B Pete.

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