我想使用 VS2010 和 SQL Server Express 2008 R2 更新我的计算机

发布于 2024-10-02 19:41:50 字数 618 浏览 2 评论 0原文

我目前正在使用 VS2008 和 SQL Server Express 2005,并取得了巨大成功。我已经掌握了安装 VS2010 和 SQL Server 2008 Express R2 的所有知识,并计划在周末解决这个问题。我的问题是:

将我的系统更新到最新位的最佳方法是什么。我完全卸载VS2008和SQL Server 2005并只使用最新的技术。然而,我不想要安装后所有剩余的绒毛,并且希望能够知道事情会按计划进行(尽管很少这样做)。最终,我想要一个干净的配置来了解最新和最好的东西。

任何人都可以看到此过程的问题:

  1. 卸载 SQL Server 2005
  2. 卸载 VS2008
  3. 安装 VS2010
  4. 安装 SQL Server 2008 R2

我在互联网上搜索了有关如何解决此问题的提示。我发现的大部分内容都是人们在这样做时遇到的问题。然而,这通常就是互联网的用途。当你遇到问题时。所以我在阅读所有内容时都牢记这一点。 :) 我本来打算“就这样做”,但认为最好将问题发布在这里,看看是否有人对此过程有建议或提示。

如果有任何意见,我将不胜感激。当然,一旦完成这些步骤,我就会更新这篇文章,以便未来的极客可以从我的发现中受益(好||坏)。

I'm currently using VS2008 with SQL Server Express 2005 with great success. I got all the bits to install VS2010 and SQL Server 2008 Express R2, and plan to tackle this over a weekend. My question is this:

What is the best approach to update my system to the latest bits. I'd like to uninstall VS2008 and SQL Server 2005 completely and just use the latest technologies. However, I don't want all the leftover fluff after install and would like to be able to know that things are going to go as planned (although they seldom do). Ultimately I want a clean configuration to get up to date with the latest and greatest stuff.

Could anybody see a problem with this process:

  1. Uninstall SQL Server 2005
  2. Uninstall VS2008
  3. Install VS2010
  4. Install SQL Server 2008 R2

I've searched all over the internet for tips on how to approach this. Most everything that I'm finding are the problems that people have when doing this. However, that's typically what the internet is for; when you have problems. So I'm reading everything with that in mind. :) I was going to "just do it", but figured it might be best to post the question out here to see if anybody has suggestions or tips for this process.

I'd appreciate any comments. Of course, I'll update this post once I've completed the steps so future geeks can benefit from my findings (good || bad).

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

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

发布评论

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

评论(2

腹黑女流氓 2024-10-09 19:41:50

您可以节省一些时间,将 VS2010 和 SQL2008 与您当前的版本并排安装 - 它们可以很好地共存。

You can just save yourself some time and install VS2010 and SQL2008 side by side with the current versions you have - they co-exist nicely.

淤浪 2024-10-09 19:41:50

我正在回答我自己的问题,因为没有其他人这样做......也许这是一个格式不正确的问题。

无论如何,我遵循了最初问题中概述的步骤,并在此过程中遇到了一些细微差别。

  1. 将 ASP.NET MVC 应用程序升级到 .NET 4.0 Framework 后,我不再进行调试。
  2. 我必须跳过重重困难来引用“System.Core”,才能让我的 Linq 查询再次工作。
  3. 无法从 2008 Management Studio 管理 SQL Server Express 2008 R2 数据库;它只允许我管理旧的 SDF 文件。
  4. 必须重新安装 JetBrains Resharper(没什么大不了的,但仍然有细微差别)。

除此之外,我对这个过程的简单性感到非常满意。我仍然需要解决 ASP.NET 调试问题,并计划在解决后更新此答案...

I'm answering my own question because nobody else did... Perhaps this was a poorly formatted question.

Regardless, I followed the steps outlined in my initial question and had a few nuances along the way.

  1. After upgrading my ASP.NET MVC application to .NET 4.0 Framework doesn't allow me to debug anymore.
  2. I had to jump through hoops to reference `System.Core` in order to allow my Linq queries to work again.
  3. Cannot manage SQL Server Express 2008 R2 databases from 2008 Management Studio; it only lets me manage old SDF files.
  4. Had to Reinstall JetBrains Resharper (not a big deal, but a nuance none-the-less).

Other than that, I'm very pleased with how easy the process was. I still need to figure our the ASP.NET debugging issue, and plan to update this answer once I do...

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