0

当我尝试运行与 Linq to sql 数据库一起使用并存储在独立存储中的 wp7 应用程序时,它会引发错误:

There was no endpoint listening at 
http://192.168.0.110:2502/ApplicationSessionService/ApplicationSessionService.svc 
that could accept the message.      
This is often caused by an incorrect address or SOAP action. 
See InnerException, if present, for more details.

我没有在 IIS 上运行它。我试图在 Google 上找到解决方案,但没有提供解决方案。

请帮我解决这个问题

4

1 回答 1

0

检查您的项目中是否有 服务参考

此错误与独立存储等无关。

于 2012-09-13T12:41:35.157 回答