Search results for query: *

  1. N

    I'm searching windows hosting for website.

    I need FREE hosting
  2. N

    I'm searching windows hosting for website.

    do you have a recommended hosting?
  3. N

    Why this code doesnt work on browser(web api)?

    this can help for me?
  4. N

    Why this code doesnt work on browser(web api)?

    This can help? -- thanks netanel
  5. N

    Why this code doesnt work on browser(web api)?

    this question it's how to solve this because I tried to add System.Web.Http.ApiController to reference but without success
  6. N

    Why this code doesnt work on browser(web api)?

    I tried fix code but I tried to run and show this error message:
  7. N

    Why this code doesnt work on browser(web api)?

    i have a more problem its code wrote to DB HUNDREDS COPIES of SAME LINE
  8. N

    Why this code doesnt work on browser(web api)?

    IPController: https://pastebin.com/Zr7k96GB Model(d): https://pastebin.com/nsx8XDe5
  9. N

    Why it's gives me a "An unhandled exception of type 'System.NullReferenceException' occurred in IP.dll"?

    using System; using System.Collections.Generic; using System.Linq; using System.ServiceModel; using System.ServiceModel.Channels; using System.Web; namespace IP { public class a { public string GETip() { OperationContext context =...
  10. N

    How to create SharePoint app?

    thanks
  11. N

    Question What I can to do for get the client's public IP address?

    I'm looking for a way to get a client IP address that connects to a server using TCP Do you have ideas? it's URGENT
  12. N

    Question What I can to do for get the client's public IP address?

    I tried to get IP via Request.ServerVariables["REMOTE_ADDR"] but without success
  13. N

    why I cannot get the REMOTE_ADDR?

    What I can to do for get the client's public IP address?
  14. N

    why I cannot get the REMOTE_ADDR?

    This exception is: An unhandled exception of type 'System.NullReferenceException' occurred in WindowsService1.mvc1.dll
  15. N

    Link Access to C#

    you can try download this software: http://www.bullzip.com/download/a2s/msa2sql_5_5_0_281.zip after do you download, you need to extract file from zip and run this exe file and install it. after these actions you need to select access file: after this do you need to click next and select...
  16. N

    do you can to check this code?

    In this listener have many problems it's works ONLY on IPv4 I cannot succeed to move port
  17. N

    why I cannot get the REMOTE_ADDR?

    using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Mvc; namespace WindowsService1.mvc1.Controllers { public class HomeController : Controller {.... public string sedtip() { return...
  18. N

    do you can to check this code?

    I have these problems in this code: problems in the listener runtime bugs on the code -- thanks netanel
  19. N

    do you can to check this code?

    using System; using System.Net; using System.Net.Sockets; using System.Text; using System.Linq; using System.Threading; using System.Windows.Forms; using System.Web.Mvc; using System.Web.Razor; namespace WindowsService1 { public class getter { void m() {...
Back
Top Bottom