Error prevented view loading

I had a full Microsoft SQL Server 2008 R2 job installed and working without errors.

Now the problem is when I want to create a new or open an existing integration project in the Integration Service project. I get the following error:

Failed to prevent view loading.

Additional Information:

The specified module was not found. (Exception from HRESULT: 0x8007007E) (System.Windows.Forms)

+3
source share
2 answers

You can trust me in this question that I just resolved recently, but you should have a working copy or ask a ff colleague:

DLL , , dll , /:

C:\Program Files (x86)\Common Files\microsoft shared\MSDesigners8\ msddslm.dll
C:\Program Files (x86)\Common Files\microsoft shared\MSDesigners8\ msdds.dll
C:\Program Files (x86)\Common Files\microsoft shared\MSDesigners8\ msddsf.dll
C:\Program Files (x86)\Common Files\microsoft shared\MSDesigners8\ msddslmp.dll
C:\Program Files (x86)\Common Files\microsoft shared\MSDesigners8\ msddsp.dll

, . , , . !:)

: http://www.sqlservercentral.com/Forums/Topic1380655-391-1.aspx

+2

, DLL , - sql 2008, DLL trin_aide.cab, x86\Setup .

.cab 7zip.

FL_msdds_dll_215_x86_ln.3643236F_FC70_11D3_A536_0090278A1BB8 => msdds.dll
FL_msddsp_dll_56133_x86_ln.3643236F_FC70_11D3_A536_0090278A1BB8
FL_msddsf_dll_214_x86_ln.3643236F_FC70_11D3_A536_0090278A1BB8
FL_msddslm_dll_217_x86_ln.3643236F_FC70_11D3_A536_0090278A1BB8
FL_msddslmp_dll_56134_x86_ln.3643236F_FC70_11D3_A536_0090278A1BB8

, .

C:\Program Files (x86)\Common Files\microsoft shared\MSDesigners8\msddslm.dll
C:\Program Files (x86)\Common Files\microsoft shared\MSDesigners8\msdds.dll
C:\Program Files (x86)\Common Files\microsoft shared\MSDesigners8\msddsf.dll
C:\Program Files (x86)\Common Files\microsoft shared\MSDesigners8\msddslmp.dll
C:\Program Files (x86)\Common Files\microsoft shared\MSDesigners8\msddsp.dll
+1

All Articles