Home c# System.Net.WebException: Unable to resolve remote name: 'Soap.search.msn.com'

System.Net.WebException: Unable to resolve remote name: ‘Soap.search.msn.com’

Author

Date

Category

Trying to run an example described here , compilation is successful. But after clicking on the SEARCH button exits the error: System.Net.WebException: Unable to resolve remote name: ‘Soap.search.msn.com’. Actually source . I use .NET 4.0.

Stack tracing:

[WebException: it is impossible to resolve a remote name: 'soap.search.msn.com']
  LiveSearchProvider.ExecuteQuery (String Querytext, String Culture, Int32 ResultsPerpage, Int32 ResultspageIndex, Boolean Highlight) in E: \ Helio \ Practice \ C # \ Search \ App_code \ LiveSearchProvider.cs: 79
  Searchengine.executequery () in E: \ Helio \ Practice \ C # \ search \ app_code \ searchengine.cs: 84
  Search.runsearch () in E: \ Helio \ Practice \ C # \ Search \ search.aspx.cs: 40
  Search.page_load (Object Sender, Eventargs E) in E: \ Helio \ Practice \ C # \ Search \ Search.aspx.cs: 29
  System.Web.util.callihelper.EventArgFunctionCaller (INTPTR FP, Object O, Object T, Eventargs E) +37
  System.Web.util.callieventhandlerDelegateProxy.callback (Object Sender, Eventargs E) +95
  System.Web.ui.Control.Onload (EventArgs E) +145
  System.Web.ui.Control.loadRecursive () +134
  System.Web.ui.page.ProcessRequestMain (Boolean IncludeSBeForeAsyncpoint, Boolean IncludeSaSaftereSyncpoint) +3413

Answer 1, Authority 100%

just this service

http://soap.search.msn.com/webservices.asmx

, which is used in the example for search, died.

Programmers, Start Your Engines!

Why spend time searching for the correct question and then entering your answer when you can find it in a second? That's what CompuTicket is all about! Here you'll find thousands of questions and answers from hundreds of computer languages.

Recent questions