Search

You searched for the word(s): userid:656887

Matching Posts

  • Re: Urgent help needed - An unexpected error occurred on a send

    When I run my web app in IIS I can get connection to web service but when I use Visual Stodio I get error. I remove keep alive part from my code(previous message) I re-register .net 1.1 to iis Any help pls
    Posted to XML Web Services (Forum) by guya on 11/7/2006
  • Urgent help need - An unexpected error occurred on a send

    Hi I created a webservice based on framework 2.0. and my clients can get access to it through webapp that used asp.net 2 but some of hem that used asp.net 1 with installed SP1 got error: System.Net.WebException: The underlying connection was closed: An unexpected error occurred on a send. They've already overrides GetWebRequest like Public Class MyTestService Inherits NjoynWebService.NjoynWebService1 Protected Overrides Function GetWebRequest( ByVal uri As Uri) As System.Net.WebRequest Dim webRequest
    Posted to XML Web Services (Forum) by guya on 11/6/2006
  • Re: How to do a language switch in a master page.

    Hi What happen if cookie is not enabled on the client browser? any other solutions?
    Posted to FAQ - Frequently Asked Questions (Forum) by Guya on 7/10/2006
  • Soap 1.1 and 1.2

    Anybody can describe differences between Soap 1.1 and 1.2 and how can I implement web service which is using Soap 1.x?!
    Posted to XML Web Services (Forum) by Guya on 6/28/2006
  • Refreshing dataview after deleting works on IIS over Server but Not Works on local pc!!!!

    Hi I have a headache question! I wrote codes to delete a row from dataview and then reload dataview on XP local machine when I run the application it deletes the row but it dosen't update or refresh dataview but when I moved app to IIS on server it works fine. anybody has any explain about this behavior? protected void grdReminder_RowDeleting( object sender, GridViewDeleteEventArgs e) { int itemIndexValue = -1; int .TryParse(grdReminder.DataKeys[e.RowIndex].Value.ToString() , out itemIndexValue);
    Posted to Data Presentation Controls (Forum) by Guya on 6/20/2006
  • Re: SoapException SocketException on webservice

    Thanks Darrell, I found out my issue, it caused by a firewall. All I've done was adding MySQL port number to the firewall. Thanks Guya
    Posted to Configuration and Deployment (Forum) by Guya on 6/8/2006
  • Re: Webservice problem

    Hi Suba, Thanks for your help. You was right I need to give write permission to ASP users but in Win XP Pro I couldn't find any way to give this permission so I moved to Win 2k Server after that every thing again works fine. However, I still like to know how can I work on win XP Pro? Thanks. Guya
    Posted to XML Web Services (Forum) by Guya on 6/8/2006
  • SoapException SocketException on webservice

    Hi, I created a webservice on local machine (win XP Pro) every thing was fine but when I moved it to server I got this error. System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.Net.Sockets.SocketException: A request to send or receive data was disallowed because the socket is not connected and (when sending on a datagram socket using a sendto call) no address was supplied at System.Net.Sockets.Socket.Shutdown(SocketShutdown how) at MySql.Data.Common
    Posted to Configuration and Deployment (Forum) by Guya on 6/8/2006
  • Re: Webservice problem

    Hi Suba, Thanks for your answer. + I use Win XP Pro so I don't have any idea how I can give write permission to mydocuments folder. Can you guide me? There isn't any security tab in property windows when I right click on the folder. Sounds like stupid question ;) + I've done some test on code I serialized in defferent path and then I tried to replace main file. It worked till replace part I mean when ever I serialized it replace old new path (ReminderT.xml) whith out any error but it couldn't replace
    Posted to XML Web Services (Forum) by Guya on 6/8/2006
  • Re: Webservice problem

    First of all I made misstake first reminderXML = null ; should not be there sorry... I checked my xml readonly attribute by using System.IO.FileInfo fl = new FileInfo(path); fl.IsReadOnly; // here the result is false!! the result was false.
    Posted to XML Web Services (Forum) by Guya on 6/7/2006
Page 1 of 2 (15 items) 1 2 Next >