WSE 1.0 与 .net 3.5 兼容吗?

发布于 2024-08-02 21:36:37 字数 223 浏览 4 评论 0原文

我目前正在将我的代码从 .NET 1.1 升级到 .NET 3.5

除了我的常规代码之外还有我的 WSE 1.0 代码。 我使用VS studio 2008向导将代码转换为3.5。

在更改其引用方面,我没有对 WSE 1.0 代码进行任何更改。

WSE 1.0 与 .NET 3.5 兼容吗?

或者我应该问,WSE1 在转换为 .NET 3.5 后,它仍然有效吗?

I'm currently upgrading my codes from .NET 1.1 to .NET 3.5

Along with my regular codes are my WSE 1.0 codes.
I used the VS studio 2008 wizard to convert the codes into 3.5.

I have not made any changes to the WSE 1.0 codes, in terms of changing its references.

is WSE 1.0 compatible with .NET 3.5?

or should i be asking, WSE1 upon conversion to .NET 3.5, does it still work?

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

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

发布评论

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

评论(1

萧瑟寒风 2024-08-09 21:36:37

嗯,你看到什么问题了吗?常规 WSE 课程(一直到 WSE3.0)仍在框架中,并且不太可能很快被删除;您可以通过“添加服务引用”、“高级”、“添加 Web 引用”(这是一个 .NET 2.0 Web 服务客户端)在 VS2008 中添加新的 WSE 服务。

2.0 Web 服务参考和 1.1 等效版本之间可能存在一些细微差别,但应该没问题。

但总的来说,趋势似乎是转向 WCF(.NET 3.0 及更高版本)Web 服务。这并不意味着您必须突然改变一切;事实上,有相当多的能力可以针对 WCF 服务器使用 WSE 客户端,以及针对 WSE 服务器使用 WCF 客户端(但您需要提前计划)。

Well, are you seeing any problems? The regular WSE classes (thru to WSE3.0) are still in the framework, and are unlikely to be dropped any time soon; you can add new WSE services in VS2008 via "Add Service Reference", "Advanced", "Add Web Reference" (this is a .NET 2.0 web-service client).

There may be some minor differences between the 2.0 web-service reference and the 1.1 equivalent, but you should be OK.

In general though - the trend seems to be to move to WCF (.NET 3.0 and above) web-services. That doesn't mean that you have to suddenly change everything; indeed, there is a reasonable amount of ability to use WSE clients against WCF servers and WCF clients against WSE servers (but you need to plan for it in advance).

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