不能同时打开SQLServer2008和VS2010
我的电脑装的是Ghost XP SP3,安装了SQL Server2005 Express版,VS2005和VS2008,单独运行软件都很正常,但如果运行VSXX时,运行SQL ServerXX,并打开某数据库的表,就会报错。详细信息如下:
************** 异常文本 **************
System.AccessViolationException: 尝试读取或写入受保护的内存。这通常指示其他内存已损坏。
在 System.Drawing.SafeNativeMethods.Gdip.GdipDrawLineI(HandleRef graphics, HandleRef pen, Int32 x1, Int32 y1, Int32 x2, Int32 y2)
在 System.Drawing.Graphics.DrawLine(Pen pen, Int32 x1, Int32 y1, Int32 x2, Int32 y2)
在 Microsoft.VisualStudio.PropertyBrowser.PropertyBrowser.OnPaint(PaintEventArgs e)
在 System.Windows.Forms.Control.PaintWithErrorHandling(PaintEventArgs e, Int16 layer, Boolean disposeEventArgs)
在 System.Windows.Forms.Control.WmPaint(Message& m)
在 System.Windows.Forms.Control.WndProc(Message& m)
在 System.Windows.Forms.ScrollableControl.WndProc(Message& m)
在 System.Windows.Forms.ContainerControl.WndProc(Message& m)
在 Microsoft.VisualStudio.PropertyBrowser.PropertyBrowser.WndProc(Message& m)
在 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
在 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
开始我以为是软件安装的问题,于是重装了SQL Server 2005,后来改成了SQL Server2008,问题依旧。后来重装了系统,仍是XP SP3。安装SQL Server2008和VS2010,问题依旧。
这是什么问题啊?是不是缺少什么文件啊?