Click here to Skip to main content
15,908,175 members

Comments by binadi007 (Top 131 by date)

binadi007 15-Jun-17 8:46am View    
No
binadi007 15-Jun-17 8:46am View    
Deleted
No
binadi007 14-Jun-17 22:28pm View    
It showing me error like this:-

The remote server returned an error: (404) Not Found.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Net.WebException: The remote server returned an error: (404) Not Found.

Source Error:


Line 48:
Line 49: public string GetMessage(string name) {
Line 50: return base.Channel.GetMessage(name);
Line 51: }
Line 52: }

Source File: d:\HelloWebClient\Service References\ServiceReference1\Reference.cs Line: 50

Stack Trace:


[WebException: The remote server returned an error: (404) Not Found.]
System.Net.HttpWebRequest.GetResponse() +6592536
System.ServiceModel.Channels.HttpChannelRequest.WaitForReply(TimeSpan timeout) +55

[EndpointNotFoundException: There was no endpoint listening at http://localhost:8080/ that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details.]
System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) +10733331
System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) +336
HelloWebClient.ServiceReference1.IHelloService.GetMessage(String name) +0
HelloWebClient.ServiceReference1.HelloServiceClient.GetMessage(String name) in d:\HelloWebClient\Service References\ServiceReference1\Reference.cs:50
HelloWebClient.WebForm1.Button1_Click(Object sender, EventArgs e) in d:\HelloWebClient\WebForm1.aspx.cs:20
System.Web.UI.WebControls.Button.OnClick(EventArgs e) +9750842
System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +196
System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +10
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +13
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +35
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1724
binadi007 14-Jun-17 19:57pm View    
Both are running on the same computer.
Yeah I removed the "HelloService" from the end of the base address but it didn't work as well
binadi007 12-Feb-17 9:00am View    
Not getting proper solution