【发布时间】:2011-05-20 22:21:07
【问题描述】:
我正在打开一些较旧的演示代码,并在开始调试会话时收到以下消息:
"The Silverlight project you are about to debug uses web services. Calls to the
web service will fail unless the silverlight project is hosted in and launched
from the same web project that contains the web services."
我在 Visual Studio 2010 中工作,项目配置为 .NET 4.0。有一个托管 xap 文件的 Web 项目和一个构建 xap 的 Silverlight 项目。 Silverlight 项目有一个对公开可用的股票报价服务的服务参考。
我的问题:上述警告是什么意思(通俗地说),我该如何解决?
【问题讨论】:
标签: c# .net silverlight web-services