问题描述
我正在使用Visual Studio 2012,在这里使用WPF示例.在这里,我正在使用数据库进行操作.当我尝试部署示例(构建-公共选项)时,已部署的项目在远程计算机中引发异常.请告诉我做错了什么?
I am using Visual Studio 2012, where am using WPF sample. Here i am using database for manipulation. When i try to deploy the sample (Build - public option), the deployed project throws exception in remote machine. Please tell what am doing wrong?
我得到的异常:
无法加载运行时. (来自HRESULT的异常:0x80131700)
Failed to load the runtime. (Exception from HRESULT: 0x80131700)
谢谢.
此致
Meenamayi
Meenamayi
推荐答案
请向我们提供更多详细信息,
Please give us more details,
您是使用安装程序还是ClickOnce部署应用程序?
Are you deploying the application using a setup or ClickOnce?
应用程序是否在您的计算机上本地运行?
Does the application run locally on your machine?
附加屏幕截图以获取更多说明
Attach a screenshot for more clarifications
这篇关于Visual Studio 2012:带有数据库的WPF示例,可在远程计算机中进行部署的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!