重用 ASMX Web 服务生成的类型

发布于 2025-01-05 06:13:21 字数 515 浏览 2 评论 0原文

Silverlight 应用程序 (App1) 当前使用 ASMX Web 服务。 Web 服务具有对包含类的程序集的引用。 silverlight 应用程序使用这些“类/对象”与 ASMX Web 服务进行通信。

另一个 ASMX Web 服务还包含对具有相同类的完全相同的程序集的引用。此 ASMX Web 服务正在另一个 Silverlight 应用程序 (App2) 中使用。

因此,这些 Web 服务包含对同一程序集的程序集引用。

Silverlight 应用程序包含所谓的“服务引用”,用于与 Web 服务进行通信。第一个 Silverlight 应用程序 (App1) 实现位于第二个应用程序 (App2) 中的用户控件。

虽然 Web 服务使用相同的类,但它们位于不同的命名空间中。

例如, App1.ServiceReference1.SomeClass 和 App2.ServiceReference2.SomeClass 。

是否可以在两个 Silverlight 项目中重用这些类而不映射它们?

A Silverlight application (App1) currently uses a ASMX Web Service. The web service has a reference to an assembly containing classes. The silverlight application uses these "classes/objects" to communicate with the ASMX Web Service.

Another ASMX Web Service also contains a reference to the exact same assembly with the same classes. This ASMX Web Service is being used in another Silverlight application (App2).

Thus, these Web Services contain an assembly reference to the same assembly.

The Silverlight applications contain so called "Service References" for communicating with the web services. The first Silverlight application (App1) implements a User Control which is located in the second application (App2).

While the web services use the same classes, they are situated in different namespaces.

For example, App1.ServiceReference1.SomeClass and App2.ServiceReference2.SomeClass .

Is it possible to reuse the classes in both Silverlight projects without mapping them?

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

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

发布评论

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

评论(1

缪败 2025-01-12 06:13:21

我还没有使用 Silverlight 完成此操作,但是如果您向 Silverlight 项目添加对共享程序集的引用,然后确保在服务引用中设置了“重用类型”,会发生什么情况?

I haven't done this with Silverlight, but what happens if you add a reference to the shared assembly to your Silverlight projects, then make sure you have "reuse types" set in the service reference?

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