webexception

About this tag
The webexception tag covers errors related to System.Net.WebException in .NET Framework applications on Windows. Common issues include the remote name not being resolved, such as when an application tries to connect to a domain like peeracon.com, or FTP errors like (530) Not logged in. These exceptions typically occur during startup or login on Windows 7 and other versions, causing dialog boxes that interrupt normal use. Troubleshooting often involves identifying the application triggering the error, checking network connectivity, and reviewing the exception text for details on the failed request.
  1. D

    Windows 7 dot net error on win startup

    Hello, I got win 7 and when I log on I have dot net framework error. Something like it can't connect to peeracon.com but I have no idea what that link represents anyway. Any suggstions please? Thanks In details it says: See the end of this message for details on invoking just-in-time (JIT)...
  2. P

    Windows 7 Microsoft .NET Framework HELP!

    Whenever i start my netbook after awhile this dialog pop out i tried restarting also no use. who can help me here? unhandled exception has occurred in your application. If you click Continue. the application will ignore this error and attempt to continue. If you click Quit. the application...
Back
Top