首页 > 数据库技术 > 详细

Problem to create "New Database Diagram" in Microsoft SQL Server Management Studio for SQL Server 2012

时间:2014-11-04 14:39:51      阅读:252      评论:0      收藏:0      [点我收藏+]

Error:

when click "New Database Diagram", a error popped up and said "Attempted to read or write protected memory. This is often an indication that other memory is corrupt. (Microsoft.VisualStudio.OLE.Interop)"

 

Related Link:

https://social.msdn.microsoft.com/Forums/en-US/fa9df00f-49ba-4345-b036-423ae30a5d47/problem-to-create-new-database-diagram-in-microsoft-sql-server-management-studio-for-sql-server?forum=sqlexpress

 

http://stackoverflow.com/questions/16856548/database-diagrams-inaccessible-after-change-of-database-name

 

解决方案:

You will need a second computer with either SQL Server and / or Visual Studio installed. Then use the second computer to copy the .dll files specified in the steps below, and replace the corresponding files on the computer where the database diagrams is not working.

Step 1: Replaced the following file: C:\Program Files (x86)\Common Files\microsoft shared\Visual Database Tools\dsref80.dll (Note: this one may not need according to link 1 and link 2‘s problem is different)

Step 2: Replaced all files in the following folder: C:\Program Files (x86)\Common Files\microsoft shared\MSDesigners8\

 

Problem to create "New Database Diagram" in Microsoft SQL Server Management Studio for SQL Server 2012

原文:http://www.cnblogs.com/hellohelloworld/p/4073421.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!