这个怎么解决啊?

解决方案 »

  1.   

    本应保持不变的页已更改(预期校验和: 3deab6c6,实际校验和: 3deab6e6,数据库 32767,文件 'C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\DATA\mssqlsystemresource.mdf',页 (1:1115))。此错误通常指示存在内存故障或其他硬件损坏或操作系统损坏。
      

  2.   

    我的程序是msn发信息的程序。
      

  3.   

    程序跟他一模一样
    http://www.dotblogs.com.tw/rox/archive/2008/04/10/2743.aspx#4160
      

  4.   

    未处理 System.Net.Sockets.SocketException
      Message="远程主机强迫关闭了一个现有的连接。"
      Source="System"
      ErrorCode=10054
      NativeErrorCode=10054
      StackTrace:
           在 System.Net.Sockets.Socket.EndReceive(IAsyncResult asyncResult)
           在 DotMSN.Conversation.DataReceivedCallback(IAsyncResult ar)
           在 System.Net.LazyAsyncResult.Complete(IntPtr userToken)
           在 System.Net.ContextAwareResult.CompleteCallback(Object state)
           在 System.Threading.ExecutionContext.runTryCode(Object userData)
           在 System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
           在 System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
           在 System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
           在 System.Net.ContextAwareResult.Complete(IntPtr userToken)
           在 System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken)
           在 System.Net.Sockets.BaseOverlappedAsyncResult.CompletionPortCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped)
           在 System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)
      InnerException: 
      

  5.   

    在TCP/IP通信编程中,通信双方由于异常或者主动断开连接时,会出现该提示
      

  6.   

    Socket传输数据时,客户端发送数据后,服务器接收都就关闭了,服务端应该循环去接收数据