是否可以使用 MSBuild 构建带有 Crystal Reports 的 .NET 1.1 VB 项目?

发布于 2024-07-07 08:24:30 字数 193 浏览 8 评论 0原文

我有一个包含 Crystal Reports 文件的项目,如果将其升级到 VS 2005 和 .NET 2.0,该项目似乎无法正确构建。 我认为原因是新版本的水晶报表与旧的报表格式不兼容。 由于我现在运行的是 Vista,而 .NET 2003 在 Vista 上无法正常工作,因此我希望能够使用 MSBuild 进行构建以针对 .NET 1.1 框架。 这可能吗?

I have a project with Crystal Reports files that doesn't seem to build correctly if I upgrade it to VS 2005 and .NET 2.0. I think the reason is that the new version of Crystal Reports is incompatible with the older report format. Since I am now running Vista, and .NET 2003 doesn't work correctly on Vista, I want to be able to build using MSBuild to target the .NET 1.1 framework. Is this possible?

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

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

发布评论

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

评论(1

画骨成沙 2024-07-14 08:24:30

.NET 1.1 不使用 MSBuild,但您可以将项目转换为 VS 2005,并使用名为 MSBee 将您的项目反向定位到 1.1 运行时。 我从未尝试过,但这可能是你最好的选择。

.NET 1.1 doesn't use MSBuild, but what you CAN do is convert the project to VS 2005, and use something called MSBee to back-target your project to the 1.1 runtime. I've never tried it, but that's probably your best bet.

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