TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
ch chandrakala
NA
138
6.7k
.AsmX page error
Aug 30 2019 8:18 AM
While running time i am getting error:
System.ServiceModel.EndpointNotFoundException
HResult=0x80131501
Message=There was no endpoint listening at http://localhost:59501/CalculatorWebService.asmx that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details.
Source=mscorlib
StackTrace:
at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
at CalculatorWeApplication.CalculatorService.CalculatorWebServiceSoap.Add(Int32 FirstNumber, Int32 SecondNumber)
at CalculatorWeApplication.CalculatorService.CalculatorWebServiceSoapClient.Add(Int32 FirstNumber, Int32 SecondNumber) in C:\Users\cchan\source\repos\WebServicesDemo\CalculatorWeApplication\Connected Services\CalculatorService\Reference.cs:line 53
at CalculatorWeApplication.WebForm1.Button1_Click(Object sender, EventArgs e) in C:\Users\cchan\source\repos\WebServicesDemo\CalculatorWeApplication\WebForm1.aspx.cs:line 21
Inner Exception 1:
WebException: Unable to connect to the remote server
Inner Exception 2:
SocketException: No connection could be made because the target machine actively refused it 127.0.0.1:59501
Reply
Answers (
2
)
Can't Access To wcf Service placed in defferent LAN
how to return json from wcf service