Reputation: 273
I installed SQL SERVER 2008
then I create a database. Then I created a database diagram and received the following error:
Specified Module cannot be Found. (MS Visual Database Tools)
How can I resolve the error so a database diagram can be created?
Upvotes: 1
Views: 9535
Reputation: 64
You can overcome this issue through the following steps:
1) Delete all files at the location.
[x64] C:\Program Files (x86)\Common Files\microsoft shared\MSDesigners8
[x86] C:\Program Files\Common Files\microsoft shared\MSDesigners8Hi
2) Copy and paste the below link in browser, go and download the file.
3) Extract the files and paste it int the previous location.
LINK : -> harshgupta71.blogspot.in/2013/02/the-specified-module-could-not-be-found.html
Upvotes: 1
Reputation: 733
You need to delete all files located on this folder:
[x64] C:\Program Files (x86)\Common Files\microsoft shared\MSDesigners8
[x86] C:\Program Files\Common Files\microsoft shared\MSDesigners8
and replace with some one that has sql server and have no problem or copy from some where that sql server have no problem.
based on: The specified module could not be found. (MS Visual Database Tools)
Upvotes: 1