日期:2014-05-18  浏览次数:20637 次

蛋疼了,我的sqlserver2008R2 英文版装的出什么问题了
其他问题没有,就是在用视图创建数据库时,弹出一个错误出来啊
===================================

Requested registry access is not allowed. (mscorlib)

------------------------------
Program Location:
  at System.ThrowHelper.ThrowSecurityException(ExceptionResource resource)
  at Microsoft.Win32.RegistryKey.OpenSubKey(String name, Boolean writable)
  at Microsoft.Win32.RegistryKey.OpenSubKey(String name)
  at System.Windows.Forms.LinkUtilities.GetIELinkBehavior()
  at System.Windows.Forms.LinkUtilities.EnsureLinkFonts(Font baseFont, LinkBehavior link, Font& linkFont, Font& hoverLinkFont)
  at System.Windows.Forms.LinkLabel.OnPaint(PaintEventArgs e)
  at System.Windows.Forms.Control.PaintWithErrorHandling(PaintEventArgs e, Int16 layer, Boolean disposeEventArgs)
  at System.Windows.Forms.Control.WmPaint(Message& m)
  at System.Windows.Forms.Control.WndProc(Message& m)
  at System.Windows.Forms.Label.WndProc(Message& m)
  at System.Windows.Forms.LinkLabel.WndProc(Message& msg)
  at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


并且在导入数据时也出现错误,真不明白到底是什么问题,加上本人英文不怎么好,更加看不懂是什么问题
导入数据在选择数据源时的错误:
===================================

An error occurred which the SQL Server Integration Services Wizard was not prepared to handle. (SQL Server Import and Export Wizard)

===================================

Requested registry access is not allowed. (mscorlib)

------------------------------
Program Location:

  at System.ThrowHelper.ThrowSecurityException(ExceptionResource resource)
  at Microsoft.Win32.RegistryKey.OpenSubKey(String name, Boolean writable)
  at Microsoft.Win32.RegistryKey.OpenSubKey(String name)
  at System.Windows.Forms.LinkUtilities.GetIELinkBehavior()
  at System.Windows.Forms.LinkUtilities.EnsureLinkFonts(Font baseFont, LinkBehavior link, Font& linkFont, Font& hoverLinkFont)
  at System.Windows.Forms.LinkLabel.OnPaint(PaintEventArgs e)
  at System.Windows.Forms.Control.PaintWithErrorHandling(PaintEventArgs e, Int16 layer)
  at System.Windows.Forms.Control.WmPaint(Message& m)
  at System.Windows.Forms.Control.WndProc(Message& m)
  at System.Windows.Forms.Label.WndProc(Message& m)
  at System.Windows.Forms.LinkLabel.WndProc(Message& msg)
  at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

图片:
http://img.my.csdn.net/uploads/201205/15/1337049197_8006.jpg

http://img.my.csdn.net/uploads/201205/15/1337049212_6408.jpg

------解决方案--------------------
应该是权限不够,用管理员帐号登录再安装.

------解决方案--------------------
记得有个修复安装模式,不一定要重装.
------解决方案--------------------
登录用户即使在管理员组里,运行时也未必就有管理员权限.

在setup.exe上右键-->以管理员身份执行.
------解决方案--------------------
其实也就是安装时需要管理员权限而已,安装ok后一般也不需再用setup.exe了.

参考 http://soft.yesky.com/windows7/48/11507548.shtml