Search results

  1. S

    Runtime error

    From the data that progress at the same time as 55000. Net c # application I wrote inthe proxy I am trying to connect to the connect method. "Exception caught hereProgress.Open4GL.Exceptions.Open4GLException" I get such an error. Timeout is happening. How can I solve this solution by progress...
  2. S

    Web services

    i have this error message. what's my problem ? i check Nameserver and WSA's log file but i dot't saw any problem. The remote server returned an error: (500) Internal Server Error. konum: System.Net.HttpWebRequest.GetResponse() konum: Service..ctor() c:\Documents and...
  3. S

    "An error was detected while executing the Web Service request. (10893)" in .NET

    hi all.. i have this error in this code : try { string pout = "ok"; WebReference.ReklamAppService rek = new WebReference.ReklamAppService(); rek.Url ="http://100.10.5.10:8080/wsa/wsa1"; rek.test("ersan", out pout); } catch (Exception ex) { Console.WriteLine(ex.ToString())...
Top