首页上一页 1 下一页尾页 2 条记录 1/1页
企业QQ的学习没有进展,继续求解答
发表在C#图书答疑
2012-11-14
是否精华
是
否
版块置顶:
是
否
字符串连接函数我改了,我用的SQL2008,登录时没有输密码,我也没有设置过
private string ConStr = @"Data Source=172.16.87.44;Server=LICUI-PC;User ID=LICUI-PC;Pwd=;DataBase=db_MyQQData;";
但还是报错怎么解决啊?
“System.NullReferenceException”类型的未经处理的异常在 MyQQServer.exe 中发生
其他信息: 未将对象引用设置到对象的实例。
“MyQQServer.exe”(托管(v2.0.50727)): 已加载“C:\windows\assembly\GAC_32\mscorlib\2.0.0.0__b77a5c561934e089\mscorlib.dll”
“MyQQServer.exe”(托管(v2.0.50727)): 已加载“C:\Users\licui\Desktop\资料整合\06\MyQQ\MyQQServer\MyQQServer\bin\Debug\MyQQServer.exe”,符号已加载。
“MyQQServer.exe”(托管(v2.0.50727)): 已加载“C:\windows\assembly\GAC_MSIL\System.Windows.Forms\2.0.0.0__b77a5c561934e089\System.Windows.Forms.dll”
“MyQQServer.exe”(托管(v2.0.50727)): 已加载“C:\windows\assembly\GAC_MSIL\System\2.0.0.0__b77a5c561934e089\System.dll”
“MyQQServer.exe”(托管(v2.0.50727)): 已加载“C:\windows\assembly\GAC_MSIL\System.Drawing\2.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll”
“MyQQServer.exe”(托管(v2.0.50727)): 已加载“C:\Users\licui\Desktop\资料整合\06\MyQQ\MyQQServer\MyQQServer\bin\Debug\QQClass.dll”,符号已加载。
“MyQQServer.exe”(托管(v2.0.50727)): 已加载“C:\windows\assembly\GAC_MSIL\System.Configuration\2.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll”
“MyQQServer.exe”(托管(v2.0.50727)): 已加载“C:\windows\assembly\GAC_MSIL\System.Xml\2.0.0.0__b77a5c561934e089\System.Xml.dll”
“MyQQServer.exe”(托管(v2.0.50727)): 已加载“C:\windows\assembly\GAC_32\System.Data\2.0.0.0__b77a5c561934e089\System.Data.dll”
“MyQQServer.exe”(托管(v2.0.50727)): 已加载“C:\windows\assembly\GAC_32\System.Transactions\2.0.0.0__b77a5c561934e089\System.Transactions.dll”
“MyQQServer.exe”(托管(v2.0.50727)): 已加载“C:\windows\assembly\GAC_32\System.EnterpriseServices\2.0.0.0__b03f5f7f11d50a3a\System.EnterpriseServices.dll”
“System.Data.SqlClient.SqlException”类型的第一次机会异常在 System.Data.dll 中发生
“System.Data.SqlClient.SqlException”类型的第一次机会异常在 System.Data.dll 中发生
“System.Data.SqlClient.SqlException”类型的第一次机会异常在 System.Data.dll 中发生
“MyQQServer.exe”(托管(v2.0.50727)): 已加载“C:\windows\assembly\GAC_MSIL\mscorlib.resources\2.0.0.0_zh-CHS_b77a5c561934e089\mscorlib.resources.dll”
“System.Data.SqlClient.SqlException”类型的第一次机会异常在 System.Data.dll 中发生
“System.Data.SqlClient.SqlException”类型的第一次机会异常在 System.Data.dll 中发生
“System.Data.SqlClient.SqlException”类型的第一次机会异常在 System.Data.dll 中发生
“System.NullReferenceException”类型的第一次机会异常在 MyQQServer.exe 中发生
“MyQQServer.exe”(托管(v2.0.50727)): 已加载“C:\windows\assembly\GAC_MSIL\System.Transactions.resources\2.0.0.0_zh-CHS_b77a5c561934e089\System.Transactions.resources.dll”
System.Transactions Critical: 0 : <TraceRecord xmlns="http://schemas.microsoft.com/2004/10/E2ETraceEvent/TraceRecord" Severity="Critical"><TraceIdentifier>http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Reliability/Exception/Unhandled</TraceIdentifier><Description>未处理的异常</Description><AppDomain>MyQQServer.exe</AppDomain><Exception><ExceptionType>System.NullReferenceException, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</ExceptionType><Message>未将对象引用设置到对象的实例。</Message><StackTrace> 在 MyQQServer.F_Server.UpdateUser() 位置 c:\Users\licui\Desktop\资料整合\06\MyQQ\MyQQServer\MyQQServer\F_Server.cs:行号 228
在 MyQQServer.F_Server.Form1_Load(Object sender, EventArgs e) 位置 c:\Users\licui\Desktop\资料整合\06\MyQQ\MyQQServer\MyQQServer\F_Server.cs:行号 215
在 System.Windows.Forms.Form.OnLoad(EventArgs e)
在 System.Windows.Forms.Form.OnCreateControl()
在 System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
在 System.Windows.Forms.Control.CreateControl()
在 System.Windows.Forms.Control.WmShowWindow(Message&amp; m)
在 System.Windows.Forms.Control.WndProc(Message&amp; m)
在 System.Windows.Forms.ScrollableControl.WndProc(Message&amp; m)
在 System.Windows.Forms.ContainerControl.WndProc(Message&amp; m)
在 System.Windows.Forms.Form.WmShowWindow(Message&amp; m)
在 System.Windows.Forms.Form.WndProc(Message&amp; m)
在 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message&amp; m)
在 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message&amp; m)
在 System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
在 System.Windows.Forms.SafeNativeMethods.ShowWindow(HandleRef hWnd, Int32 nCmdShow)
在 System.Windows.Forms.Control.SetVisibleCore(Boolean value)
在 System.Windows.Forms.Form.SetVisibleCore(Boolean value)
在 System.Windows.Forms.Control.set_Visible(Boolean value)
在 System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
在 System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
在 System.Windows.Forms.Application.Run(Form mainForm)
在 MyQQServer.Program.Main() 位置 c:\Users\licui\Desktop\资料整合\06\MyQQ\MyQQServer\MyQQServer\Program.cs:行号 17</StackTrace><ExceptionString>System.NullReferenceException: 未将对象引用设置到对象的实例。
在 MyQQServer.F_Server.UpdateUser() 位置 c:\Users\licui\Desktop\资料整合\06\MyQQ\MyQQServer\MyQQServer\F_Server.cs:行号 228
在 MyQQServer.F_Server.Form1_Load(Object sender, EventArgs e) 位置 c:\Users\licui\Desktop\资料整合\06\MyQQ\MyQQServer\MyQQServer\F_Server.cs:行号 215
在 System.Windows.Forms.Form.OnLoad(EventArgs e)
在 System.Windows.Forms.Form.OnCreateControl()
在 System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
在 System.Windows.Forms.Control.CreateControl()
在 System.Windows.Forms.Control.WmShowWindow(Message&amp; m)
在 System.Windows.Forms.Control.WndProc(Message&amp; m)
在 System.Windows.Forms.ScrollableControl.WndProc(Message&amp; m)
在 System.Windows.Forms.ContainerControl.WndProc(Message&amp; m)
在 System.Windows.Forms.Form.WmShowWindow(Message&amp; m)
在 System.Windows.Forms.Form.WndProc(Message&amp; m)
在 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message&amp; m)
在 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message&amp; m)
在 System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
在 System.Windows.Forms.SafeNativeMethods.ShowWindow(HandleRef hWnd, Int32 nCmdShow)
在 System.Windows.Forms.Control.SetVisibleCore(Boolean value)
在 System.Windows.Forms.Form.SetVisibleCore(Boolean value)
在 System.Windows.Forms.Control.set_Visible(Boolean value)
在 System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
在 System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
在 System.Windows.Forms.Application.Run(Form mainForm)
在 MyQQServer.Program.Main() 位置 c:\Users\licui\Desktop\资料整合\06\MyQQ\MyQQServer\MyQQServer\Program.cs:行号 17</ExceptionString></Exception></TraceRecord>
“System.NullReferenceException”类型的未经处理的异常在 MyQQServer.exe 中发生
其他信息: 未将对象引用设置到对象的实例。
PS:好多帖子我都看了,也没弄好,版主就耐心的帮帮我吧,试了很多方法都没成功...到底怎么回事啊?
private string ConStr = @"Data Source=172.16.87.44;Server=LICUI-PC;User ID=LICUI-PC;Pwd=;DataBase=db_MyQQData;";
但还是报错怎么解决啊?
“System.NullReferenceException”类型的未经处理的异常在 MyQQServer.exe 中发生
其他信息: 未将对象引用设置到对象的实例。
“MyQQServer.exe”(托管(v2.0.50727)): 已加载“C:\windows\assembly\GAC_32\mscorlib\2.0.0.0__b77a5c561934e089\mscorlib.dll”
“MyQQServer.exe”(托管(v2.0.50727)): 已加载“C:\Users\licui\Desktop\资料整合\06\MyQQ\MyQQServer\MyQQServer\bin\Debug\MyQQServer.exe”,符号已加载。
“MyQQServer.exe”(托管(v2.0.50727)): 已加载“C:\windows\assembly\GAC_MSIL\System.Windows.Forms\2.0.0.0__b77a5c561934e089\System.Windows.Forms.dll”
“MyQQServer.exe”(托管(v2.0.50727)): 已加载“C:\windows\assembly\GAC_MSIL\System\2.0.0.0__b77a5c561934e089\System.dll”
“MyQQServer.exe”(托管(v2.0.50727)): 已加载“C:\windows\assembly\GAC_MSIL\System.Drawing\2.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll”
“MyQQServer.exe”(托管(v2.0.50727)): 已加载“C:\Users\licui\Desktop\资料整合\06\MyQQ\MyQQServer\MyQQServer\bin\Debug\QQClass.dll”,符号已加载。
“MyQQServer.exe”(托管(v2.0.50727)): 已加载“C:\windows\assembly\GAC_MSIL\System.Configuration\2.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll”
“MyQQServer.exe”(托管(v2.0.50727)): 已加载“C:\windows\assembly\GAC_MSIL\System.Xml\2.0.0.0__b77a5c561934e089\System.Xml.dll”
“MyQQServer.exe”(托管(v2.0.50727)): 已加载“C:\windows\assembly\GAC_32\System.Data\2.0.0.0__b77a5c561934e089\System.Data.dll”
“MyQQServer.exe”(托管(v2.0.50727)): 已加载“C:\windows\assembly\GAC_32\System.Transactions\2.0.0.0__b77a5c561934e089\System.Transactions.dll”
“MyQQServer.exe”(托管(v2.0.50727)): 已加载“C:\windows\assembly\GAC_32\System.EnterpriseServices\2.0.0.0__b03f5f7f11d50a3a\System.EnterpriseServices.dll”
“System.Data.SqlClient.SqlException”类型的第一次机会异常在 System.Data.dll 中发生
“System.Data.SqlClient.SqlException”类型的第一次机会异常在 System.Data.dll 中发生
“System.Data.SqlClient.SqlException”类型的第一次机会异常在 System.Data.dll 中发生
“MyQQServer.exe”(托管(v2.0.50727)): 已加载“C:\windows\assembly\GAC_MSIL\mscorlib.resources\2.0.0.0_zh-CHS_b77a5c561934e089\mscorlib.resources.dll”
“System.Data.SqlClient.SqlException”类型的第一次机会异常在 System.Data.dll 中发生
“System.Data.SqlClient.SqlException”类型的第一次机会异常在 System.Data.dll 中发生
“System.Data.SqlClient.SqlException”类型的第一次机会异常在 System.Data.dll 中发生
“System.NullReferenceException”类型的第一次机会异常在 MyQQServer.exe 中发生
“MyQQServer.exe”(托管(v2.0.50727)): 已加载“C:\windows\assembly\GAC_MSIL\System.Transactions.resources\2.0.0.0_zh-CHS_b77a5c561934e089\System.Transactions.resources.dll”
System.Transactions Critical: 0 : <TraceRecord xmlns="http://schemas.microsoft.com/2004/10/E2ETraceEvent/TraceRecord" Severity="Critical"><TraceIdentifier>http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Reliability/Exception/Unhandled</TraceIdentifier><Description>未处理的异常</Description><AppDomain>MyQQServer.exe</AppDomain><Exception><ExceptionType>System.NullReferenceException, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</ExceptionType><Message>未将对象引用设置到对象的实例。</Message><StackTrace> 在 MyQQServer.F_Server.UpdateUser() 位置 c:\Users\licui\Desktop\资料整合\06\MyQQ\MyQQServer\MyQQServer\F_Server.cs:行号 228
在 MyQQServer.F_Server.Form1_Load(Object sender, EventArgs e) 位置 c:\Users\licui\Desktop\资料整合\06\MyQQ\MyQQServer\MyQQServer\F_Server.cs:行号 215
在 System.Windows.Forms.Form.OnLoad(EventArgs e)
在 System.Windows.Forms.Form.OnCreateControl()
在 System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
在 System.Windows.Forms.Control.CreateControl()
在 System.Windows.Forms.Control.WmShowWindow(Message&amp; m)
在 System.Windows.Forms.Control.WndProc(Message&amp; m)
在 System.Windows.Forms.ScrollableControl.WndProc(Message&amp; m)
在 System.Windows.Forms.ContainerControl.WndProc(Message&amp; m)
在 System.Windows.Forms.Form.WmShowWindow(Message&amp; m)
在 System.Windows.Forms.Form.WndProc(Message&amp; m)
在 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message&amp; m)
在 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message&amp; m)
在 System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
在 System.Windows.Forms.SafeNativeMethods.ShowWindow(HandleRef hWnd, Int32 nCmdShow)
在 System.Windows.Forms.Control.SetVisibleCore(Boolean value)
在 System.Windows.Forms.Form.SetVisibleCore(Boolean value)
在 System.Windows.Forms.Control.set_Visible(Boolean value)
在 System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
在 System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
在 System.Windows.Forms.Application.Run(Form mainForm)
在 MyQQServer.Program.Main() 位置 c:\Users\licui\Desktop\资料整合\06\MyQQ\MyQQServer\MyQQServer\Program.cs:行号 17</StackTrace><ExceptionString>System.NullReferenceException: 未将对象引用设置到对象的实例。
在 MyQQServer.F_Server.UpdateUser() 位置 c:\Users\licui\Desktop\资料整合\06\MyQQ\MyQQServer\MyQQServer\F_Server.cs:行号 228
在 MyQQServer.F_Server.Form1_Load(Object sender, EventArgs e) 位置 c:\Users\licui\Desktop\资料整合\06\MyQQ\MyQQServer\MyQQServer\F_Server.cs:行号 215
在 System.Windows.Forms.Form.OnLoad(EventArgs e)
在 System.Windows.Forms.Form.OnCreateControl()
在 System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
在 System.Windows.Forms.Control.CreateControl()
在 System.Windows.Forms.Control.WmShowWindow(Message&amp; m)
在 System.Windows.Forms.Control.WndProc(Message&amp; m)
在 System.Windows.Forms.ScrollableControl.WndProc(Message&amp; m)
在 System.Windows.Forms.ContainerControl.WndProc(Message&amp; m)
在 System.Windows.Forms.Form.WmShowWindow(Message&amp; m)
在 System.Windows.Forms.Form.WndProc(Message&amp; m)
在 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message&amp; m)
在 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message&amp; m)
在 System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
在 System.Windows.Forms.SafeNativeMethods.ShowWindow(HandleRef hWnd, Int32 nCmdShow)
在 System.Windows.Forms.Control.SetVisibleCore(Boolean value)
在 System.Windows.Forms.Form.SetVisibleCore(Boolean value)
在 System.Windows.Forms.Control.set_Visible(Boolean value)
在 System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
在 System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
在 System.Windows.Forms.Application.Run(Form mainForm)
在 MyQQServer.Program.Main() 位置 c:\Users\licui\Desktop\资料整合\06\MyQQ\MyQQServer\MyQQServer\Program.cs:行号 17</ExceptionString></Exception></TraceRecord>
“System.NullReferenceException”类型的未经处理的异常在 MyQQServer.exe 中发生
其他信息: 未将对象引用设置到对象的实例。
PS:好多帖子我都看了,也没弄好,版主就耐心的帮帮我吧,试了很多方法都没成功...到底怎么回事啊?