Activity Stream
48,167 MEMBERS
62469 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Page 4 of 4 FirstFirst ... 234
Results 31 to 38 of 38
  1.     
    #31
    Member
    nice tool frnd add some new feature
    keep it up

  2.     
    #32
    Member
    Website's:
    FunLinkz.com Smyu.in
    Yeah looked obviously like an .NET Framework issue!

  3.     
    #33
    Just Another Coder
    Quote Originally Posted by Wadibahi View Post
    nice tool frnd add some new feature
    keep it up
    Sure but in 2012 only please

    Quote Originally Posted by funny5293 View Post
    Yeah looked obviously like an .NET Framework issue!

    yes it is Install complete version...

  4.   Sponsored Links

  5.     
    #34
    Respected Member
    Website's:
    DL4Everything.com Soft2050.in
    Quote Originally Posted by fdls View Post
    yes it is Install complete version...
    I don't think so.
    Code: 
    System.Net.WebException: Unable to connect to the remote server
    Quote Originally Posted by funny5293 View Post
    Hm.. The Up or Down function ain't working for me
    The error I get-

    ************** Exception Text **************
    System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: An attempt was made to access a socket in a way forbidden by its access permissions 174.37.60.8:80
    at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
    at System.Net.Sockets.Socket.InternalConnect(EndPoint remoteEP)
    at System.Net.ServicePoint.ConnectSocketInternal(Bool ean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Int32 timeout, Exception& exception)
    --- End of inner exception stack trace ---
    at System.Net.WebClient.DownloadDataInternal(Uri address, WebRequest& request)
    at System.Net.WebClient.DownloadString(Uri address)
    at System.Net.WebClient.DownloadString(String address)
    at (Object , String )
    at ..?(String url)
    at ..?(Object sender, EventArgs e)
    at System.Windows.Forms.Control.OnClick(EventArgs e)
    at System.Windows.Forms.Button.OnClick(EventArgs e)
    at System.Windows.Forms.Button.OnMouseUp(MouseEventAr gs mevent)
    at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
    at System.Windows.Forms.Control.WndProc(Message& m)
    at System.Windows.Forms.ButtonBase.WndProc(Message& m)
    at System.Windows.Forms.Button.WndProc(Message& m)
    at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
    at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
    at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


    ************** Loaded Assemblies **************
    mscorlib
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.4961 (win7RTMGDR.050727-4900)
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
    ----------------------------------------
    WebFo - Website Information Tool
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Users/Home/Desktop/WebFo.exe
    ----------------------------------------
    System.Windows.Forms
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.4961 (win7RTMGDR.050727-4900)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
    ----------------------------------------
    System
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.4962 (win7RTMGDR.050727-4900)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
    ----------------------------------------
    System.Drawing
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
    ----------------------------------------
    System.Configuration
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
    ----------------------------------------
    System.Xml
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
    ----------------------------------------

    ************** JIT Debugging **************
    To enable just-in-time (JIT) debugging, the .config file for this
    application or computer (machine.config) must have the
    jitDebugging value set in the system.windows.forms section.
    The application must also be compiled with debugging
    enabled.

    For example:

    <configuration>
    <system.windows.forms jitDebugging="true" />
    </configuration>

    When JIT debugging is enabled, any unhandled exception
    will be sent to the JIT debugger registered on the computer
    rather than be handled by this dialog box.

    Maybe it needs something which my system is lacking
    What i can assume is the website from which this tool checks whether website is down or up was down at the time you were trying to check it

  6.     
    #35
    Just Another Coder
    Quote Originally Posted by soft2050 View Post
    I don't think so.
    Code: 
    System.Net.WebException: Unable to connect to the remote server
    What i can assume is the website from which this tool checks whether website is down or up was down at the time you were trying to check it
    Wouldn't I code the part if the website is down ? It will show another image if the website is down. That's the reason I guess it is the issue with .NET Framework.

  7.     
    #36
    Respected Member
    Website's:
    DL4Everything.com Soft2050.in
    Quote Originally Posted by fdls View Post
    Wouldn't I code the part if the website is down ? It will show another image if the website is down. That's the reason I guess it is the issue with .NET Framework.
    Seriously, you didn't added exception check. Go check your code again.

    Want a live test??
    Go add this info @ hosts file:
    Code: 
    127.0.0.1     downorisitjustme.com
    127.0.0.1     www.downorisitjustme.com

  8.     
    #37
    Just Another Coder
    Updated the application but I wasn't getting the error on my PC.

  9.     
    #38
    Member
    thanks, let me give it a try
    VOTE FOR FREEDOM, VOTE FOR GARY JOHNSON 2012!!

Page 4 of 4 FirstFirst ... 234

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Editing your website information in RVSiteBuilder
    By Areon in forum Server Management
    Replies: 0
    Last Post: 3rd Mar 2014, 03:17 PM
  2. Web Hosting Information Generator Tool
    By Jamiek94 in forum Webmaster Resources
    Replies: 2
    Last Post: 9th Aug 2012, 08:03 PM
  3. Better to make a WAREZ or an INFORMATION website?
    By FASTUPLOADER in forum Webmaster Discussion
    Replies: 18
    Last Post: 1st Jun 2012, 04:08 AM
  4. WebFo 2.0 - Website Information Tool
    By fdls in forum Webmaster Resources
    Replies: 15
    Last Post: 25th May 2012, 12:52 AM
  5. Additional Information - Website
    By II AnDo II in forum Feedback and Suggestions
    Replies: 2
    Last Post: 4th Jun 2009, 03:34 PM

Tags for this Thread

BE SOCIAL