The specified module could not be found 0x8007007E

Asked By 0 points N/A Posted on -
qa-featured

I am not able to work in SQL Server Integration Service. Please find below error message.

 
Error Message
=============
 
TITLE: Microsoft Visual Studio
——————————
 
An error prevented the view from loading.
 
——————————
ADDITIONAL INFORMATION:
 
The specified module could not be found. (Exception from HRESULT: 0x8007007E) (System.Windows.Forms)
 
——————————
BUTTONS:
 
OK
——————————
 
SHARE
Answered By 590495 points N/A #91061

The specified module could not be found 0x8007007E

qa-featured

I don’t know what really the cause is but for some users who have experienced it, this error can happen if you install Microsoft Visual Studio 2011 Beta then decide on uninstalling it after some time without replacing it with or installing Microsoft Visual Studio 2012. They seem to fix the problem by replacing the corrupted DLL file “dsref80.dll” located in “C:Program Files (x86)Common Filesmicrosoft sharedVisual Database Tools”.

Try downloading the DLL file “dsref80.dll” from here or from OpenDLL dsref80.dll File Download. Unpack the ZIP file and place the DLL file in “C:Program Files (x86)Common Filesmicrosoft sharedVisual Database Tools”. Additionally, replacing the DLL files located in “C:Program Files (x86)Common Filesmicrosoft sharedMSDesigners8” also fixes the problem. If this doesn’t work and replacing the damaged DLL file didn’t go anywhere, another way of fixing it is to install Visual Studio 2008 Shell Service Pack 1.

You can download it from Visual Studio 2008 Shell Service Pack 1 Redistributable. It requires Windows XP, Windows Vista, Windows Server 2003, or Windows Server 2008.

Related Questions