我已经安装并运行完全正常运行的Microsoft SQL Server 2008 R2,没有错误。
现在的问题是,当我想在Integration Service Project中创建一个新的或打开现有的集成项目时。我收到以下错误:
错误导致无法加载视图。
其他信息:
找不到指定的模块。 (来自HRESULT的异常:0x8007007E)(System.Windows.Forms)
答案 0 :(得分:2)
你可以相信我这一点因为我刚刚解决了我的问题,但你必须有一份工作副本或者向同事询问ff:
使用下面的链接替换所有下面的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
答案 1 :(得分:1)
如果您没有同事可以帮助您使用.dll文件,但您仍然可以访问sql 2008安装CD,那么您可以从trin_aide.cab
检索.dll文件在安装媒体上找到x86\Setup
。
使用7zip等应用程序打开.cab
文件。
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