错误阻止加载视图 [英] An Error Prevented the view from loading

查看:137
本文介绍了错误阻止加载视图的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我已经安装并运行完全正常运行的Microsoft SQL Server 2008 R2,没有任何错误。



两天前我试图在同一台机器上安装Microsoft SQL Server 2012。但由于某些兼容性原因,安装失败....



现在问题是我无法在Analysis Service Project中创建数据源视图。 ..我收到以下错误....



错误导致视图无法加载。



附加信息:

找不到指定的模块。(HRESULT异常:0x8007007E)(System.Windows.Forms)






任何人都可以帮我解决这个问题......

解决方案





这是针对遭受以下错误的开发人员: -

Quote:

找不到指定的模块。 (HRESULT异常:0x8007007E)(System.Windows.Forms)





我花了一天多的时间才弄明白为什么我得到了以上内容当我尝试通过双击Microsoft Visual Studio 2008中的* .dtsx包来打开控制流设计时出错。



许多人都知道的着名解决方案是在以下位置替换所有5个DLL的[msdds.dll,msddsf.dll,msddslm.dll,msddslmp.dll,msddsp.dll]'C:\Program Files(x86)\ Common Files \ microsrosoft shared \ MSDesigners8'带有来自工作机器的dll的全新副本。



即使在从其他工作机器更换DLL的新副本后问题仍然存在。

然后我意识到被替换的DLL,每个都是为Visual Studio 2012设计的(在DLL属性中),我的机器没有VS-2012(因为我几天后将其卸载),最新的Visual工作室版本是2008年。就是这样,我设法找到一个这样的大学,他的Visual-Studio不是最新的VS-2008,从他的'MSDesigners8'文件夹中取出DLL,复制到我的机器,从VS-2008推出了SSIS包它的工作原理。



注意:确保DLL的版本与您机器中最新的VisualStudio版本相匹配。在这种情况下,在Ms-VS-2008中打开的SSIS尝试使用带有Ms-VS-2012版本的DLL,并且在卸载VS-2012时没有用2008设计器DLL替换。



Microsoft必须解决的问题:如果在具有多个Visual Studio版本(2k3,2k5,2k8,2010,2012等...)的计算机上安装了最新版本的VisualStudio,则随附的公共/共享DLL替换现有版本的DLL。但是当卸载最新版本时,这些DLL会被遗忘,当前一版本的VStudio需要一个通用的DLL时,它就会出错,因为它试图引用一个高级版本的DLL而且该版本的VS不在系统中。



干杯......


查看此内容。



http://social.msdn.microsoft.com/Forums/ eu / ssdt / thread / 542b4ec5-58af-442e-b6da-1f36c270e1f6 [ ^ ]



您是否检查过此问题。这是在不同的地方,但我认为解决方案可能会帮助你。





http://go4answers.webhost4life.com/Example/specified-module-not-found-exception-102449.aspx [ ^ ]

Hi,
I had fully working Microsoft SQL Server 2008 R2 installed and running with no errors.

2 days back I tried to install Microsoft SQL Server 2012 on the same machine. But the installation is unsuccessful due to some compatibility reasons....

Now the problem is I couldn't able to create Data source view in the Analysis Service Project... I am getting the following error....

"An error prevented the view from loading.

Additional information:
The specified module could not be found. (Exception from HRESULT:0x8007007E) (System.Windows.Forms)
"


Can anyone help me out with this......

解决方案

Hi,

This is for developers suffering from the following error:-

Quote:

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



It took me more than a day to figure out as why I get the above error when I try to open control flow design by double clicking on a *.dtsx package in Microsoft Visual Studio 2008.

The famous resolution as many of you know is to replace all the 5 DLL's [msdds.dll, msddsf.dll, msddslm.dll, msddslmp.dll, msddsp.dll] in the following location 'C:\Program Files (x86)\Common Files\microsoft shared\MSDesigners8' with fresh copy of dll's from a working machine.

Issue persisted even after replacing fresh copy of DLL's from other working machine.
Then I realised the DLL's that are replaced, each was designed for Visual Studio 2012 (in DLL properties) and my machine did not have VS-2012(as I uninstalled it few days back), latest Visual Studio version was 2008. That's it, I managed to find one such colleage who had Visual-Studio not latest than VS-2008, took the DLL's from his 'MSDesigners8' folder, copied to my machine, launched the SSIS package from VS-2008 and it works.

Note : Make sure the DLL's version match the latest VisualStudio version in your machine. In this case, SSIS opened in Ms-VS-2008 tried to use DLL's with Ms-VS-2012 version and which were not replaced with 2008 designer DLL's when VS-2012 was uninstalled.

Problem that Microsoft must resolve: If latest version of VisualStudio is installed on a machine having multiple Visual Studio versions (2k3,2k5,2k8, 2010, 2012 etc..), the common/shared DLL's that ship with it replace existing version DLL's. But when latest version is uninstalled, those DLL's are left behind, and when previous version of VStudio needs a common DLL then it error's out as it's trying to refer to a DLL which is of advanced version and that version VS is not in the system.

Cheers...


Check this.

http://social.msdn.microsoft.com/Forums/eu/ssdt/thread/542b4ec5-58af-442e-b6da-1f36c270e1f6[^]

Have u checked this issue. It was at different place but still i think the solution might help you.


http://go4answers.webhost4life.com/Example/specified-module-not-found-exception-102449.aspx[^]


这篇关于错误阻止加载视图的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆