Advertisement
Guest User

Untitled

a guest
May 31st, 2012
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. System.Net.Sockets.SocketException was unhandled
  2. Message=An invalid argument was supplied
  3. Source=System
  4. ErrorCode=10022
  5. NativeErrorCode=10022
  6. StackTrace:
  7. at System.Net.Sockets.Socket..ctor(AddressFamily addressFamily, SocketType socketType, ProtocolType protocolType)
  8. at May25Server.Program.Main(String[] args) in H:\Documents\Inglemoor C# .NET P5\May25\May25Server\Program.cs:line 15
  9. at System.AppDomain._nExecuteAssembly(RuntimeAssembly assembly, String[] args)
  10. at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args)
  11. at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly()
  12. at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
  13. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean ignoreSyncCtx)
  14. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  15. at System.Threading.ThreadHelper.ThreadStart()
  16. InnerException:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement