问题描述
我们正在尝试将Visual Studio 2010中构建的Web应用程序用于Visual Studio 2012.代码编译,但控件都有错误:
错误创建控件 - (ControlName)
错误HRESULT E_FAIL已从调用COM组件返回。
尝试时实际上在Visual Studio 2012中运行Web应用程序,该窗口具有相同的错误错误HRESULT E_FAIL已从调用COM组件返回。显示。
有没有其他人经历过这个,如果是,可以采取哪些措施来解决它?
我没有Visual Studio 2010来打开应用程序。
谢谢
We are trying to work on a web appication that was built in Visual Studio 2010 to Visual Studio 2012. The code compiles, but the controls all have an error:
Error Creating Control - (ControlName)
Error HRESULT E_FAIL has been returned from a call to a COM component.
When trying to actually run the web application in Visual Studio 2012, a window with this same error "Error HRESULT E_FAIL has been returned from a call to a COM component." shows up.
Has anyone else experienced this and if so, what steps can be taken to resolve it?
I dont have Visual Studio 2010 to open the application in.
Thank you
推荐答案
这篇关于Web应用程序从Visual Studio 2010迁移到Visual Studio 2012的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!