VB.net安装问题 [英] VB.net installation issue

查看:80
本文介绍了VB.net安装问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在vs.net 2008中创建了一个基于Windows的应用程序.我通过转到项目属性并使用sql Express 2005和Crystal Report 2008为前提的发布向导来发布该应用程序.安装成功创建.我试图将其部署在用户计算机上. Crystal Report组件和sql已成功安装,但是当它开始安装我的appln时,它给了我以下错误:
无法安装或运行该应用程序.该应用程序要求首先在GAC中安装程序集stdole版本7.0.3300.0.请与管理员联系."

可能是什么问题?
如何解决?

I created a windows based application in vs.net 2008. I published it by going to project properties and using the publish wizard with sql express 2005 and crystal reports 2008 as prerequisites. The installation created successfully. I tried to deploy it on user machine. Crystal report component and sql installed successfully, but when it starts installing my appln, it gives me error such as :
"Unable to install or run the application. The application requires that assembly stdole version 7.0.3300.0 be installed in GAC first. Please contact administrator".

What could be the issue ?
How can it be resolved ?

推荐答案

您已将c:\ Program Files \ Microsoft.NET \ Primary Interop程序集中的文件手动拖动到c:\ windows \ assembly该应用程序就可以在该问题机器上运行.您也可以使用gacutil以编程方式执行此操作.
you have manually dragging the files in c:\Program Files\Microsoft.NET\Primary Interop Assemblies to c:\windows\assembly and the application worked on that problem machine. you could also do this programatically with gacutil.


http://www.startvbdotnet. com/extras/deploy.aspx

将.NET胖客户端应用程序程序集部署到远程服务器
http://sensoft2000-sharepoint.blogspot.in/

http://www.asp.net/网络表单/教程/部署/确定需要部署的文件-vb
Web应用程序Asp.Net 2.0的部署问题及其解决方案
http://www.startvbdotnet.com/extras/deploy.aspx

Deploy .NET thick client application assemblies to a remote server
http://sensoft2000-sharepoint.blogspot.in/

http://www.asp.net/web-forms/tutorials/deployment/determining-what-files-need-to-be-deployed-vb
Deployment problems and their solutions of web application Asp.Net 2.0


这篇关于VB.net安装问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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