使用VS2005从.NET 1.1迁移有什么影响

发布于 2024-08-19 15:35:58 字数 272 浏览 3 评论 0原文

我正在为客户处理一些遗留代码,涉及 Microsoft 内容管理系统 (MCMS)。

目前,一切都是本地的,包括代码、MCMS、SQLServer 和 IIS (5.x)。

我复制了项目文件夹,然后在 VS2005 中打开新复制的解决方案,并让它执行转换操作。

但现在没有任何作用。我注意到 IIS 配置文件发生了一些更改。这些变化的程度如何......?

另外,我的VS2003无法识别Web项目?

有人知道发生了什么事吗?

干杯!

I'm working on some legacy code for a client, involving Microsoft Content Management System (MCMS).

Currently, everything is local, the code, MCMS, SQLServer, and IIS (5.x).

I copied the project folder, and then opened the new copied solution in VS2005, and let it do it's conversion thing.

But now nothing works. I've nnotice there have been some changes to IIS profile. What are the extent of these changes...??

Also, my VS2003 fails to recognize the Web Project??

Anyone have any idea what's going on?

cheers!

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

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

发布评论

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

评论(1

凉世弥音 2024-08-26 15:35:58

不太确定 MCMS 影响的程度(因为我没有使用过该工具),但关于 VS2003 无法识别 Web 项目的问题,问题是当 Visual Studio 2005 进行升级时,它会更改将VS2003项目文件转换为VS2005格式。这意味着一旦您将项目升级到 VS2005,您就无法返回并使用 VS 2003 打开它。

至于对 Web 项目的更改,请执行 -
默认情况下,VS 2005 完全改变了 Web 项目的布局和模式。如果您想保留 VS 2003 中熟悉的(在我看来更好)Web 应用程序布局,您需要使用可下载的 Web 应用程序项目选项 - 详细信息为 此处

希望这会有所帮助。

Not really sure the extent to which MCMS affects anything (since I have not used that tool) but as to the question on the VS2003 not recognizing the web project, the issue is that when Visual Studio 2005 does it's upgrade, it changes the format of the VS2003 project files to VS2005 format. This means that once you have upgraded a project to VS2005 you can't go back and open it using VS 2003.

As far as changes to the web project go -
VS 2005 by default completely changes the layout and mode of your web projects. If you want to retain the familiar (and IMO better) web application layout from VS 2003 you need to use the web application project option which is available as a download - details are here

Hope this helps.

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