A first chance exception of type 'System.Net.Sockets.SocketException' occurred in System.ServiceModel.dll

A first chance exception of type 'System.Net.Sockets.SocketException' occurred in System.ServiceModel.dll

If you are experincing A first chance exception of type 'System.Net.Sockets.SocketException' occurred in System.ServiceModel.dll,

First of all, note that chance exceptions are not errors.They are ignorable warnings caught by exception handlers. You can ignore them by:

Tools -> Options -> Debugging

Unchecking "Enable Just My Code Debugging" as shown in the following image.

Enable just my code


added 8 years 1 month ago

Contents related to 'A first chance exception of type 'System.Net.Sockets.SocketException' occurred in System.ServiceModel.dll'

A first chance exception of type 'System.ServiceModel. CommunicationObjectAbortedException' occurred in System.ServiceModel.dll: A first chance exception of type 'System.ServiceModel.CommunicationObjectAbortedException' occurred in System.ServiceModel.dll

- The Configuration Section Cannot Contain a CDATA or Text Element
- What is horsepower? Kw hp conversion
- A first chance exception of type 'System.Net.Sockets.SocketException' occurred in System.ServiceModel.dll
- A first chance exception of type 'System.ServiceModel. CommunicationObjectAbortedException' occurred in System.ServiceModel.dll
- System.AccessViolationException: Attempted to read or write protected memory
- How to download attachments from outlook
- How to add Startup items to Windows 8
- How to forward IP-Port on Windows Machine
- There's more than one way to do it (TMTOWTDI)
- Don't repeat yourself (DRY)