User Profile

Collapse

Profile Sidebar

Collapse
sd1978
sd1978
Last Activity: Mar 28 '08, 09:04 AM
Joined: Jun 21 '07
Location: .Net world
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • sd1978
    replied to How To Rectify this Error in vb.net
    in .NET
    Hi Dear,
    I wont give u the rectified code, that you will have to do on your own.
    I will give a hint.
    Check the DataTypes of the parameters that you are passing in other functions.
    Regards.
    See more | Go to post

    Leave a comment:


  • I will tell you what i have done.

    1. I have created the webservice in vs2005.

    2. On the solution>right click> add webreference>ur l=www.arete.in> select webservice>rena me webservice reference name="areteweb" >click - add web refenrece.

    3. Disco file, discomap file and wsdl file added to the solution.

    4. the opened the following path: www.arete.in/default.aspx which...
    See more | Go to post

    Leave a comment:


  • System.Net.Sockets.SocketException+webservice+Sour abh Das

    Hi,
    I have placed a webservice in the webserver. When I access it from a webpage, default.aspx on a click of a button i get the following error:

    No connection could be made because the target machine actively refused it
    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....
    See more | Go to post

  • sd1978
    started a topic WebServer+WebMethod error+Sourabh Das
    in .NET

    WebServer+WebMethod error+Sourabh Das

    Hi,
    This is relaated to VS2005.
    I have a default.aspx page. on a button event I have called a webservice ProductService. asmx. The code on the button event is like this..

    Protected Sub btnCategory_Cli ck(ByVal sender As Object, ByVal e As System.EventArg s) Handles btnCategory.Cli ck
    Dim obj As New localhost.Produ ctsService
    If txtCatName.Text = "" Then
    Label1.ForeColo r...
    See more | Go to post
No activity results to display
Show More
Working...