在VB6.0中创建项目设置

发布于 2024-12-11 04:51:45 字数 213 浏览 0 评论 0原文

我已经在 VB6.0 中创建了一个应用程序,它通过 ODBC 连接连接到 MySQL,有两个连接到应用程序的 dsn。现在我想创建一个可以安装在任何计算机上的应用程序的设置。但是如何呢?我尝试在 VB 中使用打包和开发向导,但在安装它时以及使用该向导后,它给了我类似的错误“访问被拒绝 ieframe.dll”,现在我的所有表单都已损坏。我创建了新的表单,但我不想要这种事再次发生。帮助我! 现在厌倦了谷歌搜索!

i have created a application in VB6.0 which is connected to MySQL through ODBC connection,there are two dsn which connects to application.Now i want to create a setup of the application that i can install on any computer.but how? I tried using Package and Development wizard in VB but it gives me error "access denied ieframe.dll" something like that while installing it AND also after using that wizard,now all my forms are corrupt.I craeted new and i don't want this to happen again.Help me!!
tired googling now!!!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

﹏半生如梦愿梦如真 2024-12-18 04:51:45

我不确定您正在运行的 VB6 版本,但我知道 Visual Studio 6 Professional 附带了一个 InstallSheild Light 版本。这是一个可选安装。如果您有原始安装介质,请尝试查找它。 Microsoft 还曾经提供过 Visual Studio Installer 1.1。我找到了链接< Web.Archive.org 上的 /a> 仍然有效。我过去曾用它来为 VB6 构建 msi 文件。您需要有 Visual Interdev,因为它会作为项目类型添加到其中。

由于您提到打包和部署向导损坏了您的项目,因此您应该备份数据或使用某种类型的源代码管理。当问题发生时,恢复的痛苦会少很多。

I am not sure of the version of VB6 you are running, I do know that there was an InstallSheild Light version that shipped with Visual Studio 6 Professional. It was an optional install. If you have your original installation media try looking for it. There was also Visual Studio Installer 1.1 that used to be available from Microsoft. I found a link on Web.Archive.org that still works. I have used this to build msi files for VB6 in the past. You need to have Visual Interdev because it gets added as project type to it.

And since you mentioned that the Package and Deployment Wizard corrupted your project, you should make a backup of your data or use some type of source control. It will be a lot less painfull to recover when problems occur.

哀由 2024-12-18 04:51:45

首先,我认为这两个DSN与这个问题无关?

我从未见过错误“访问被拒绝 ieframe.dll”,但我猜您正在尝试通过 Internet Explorer 安装。我会尝试创建标准应用程序安装。

我不得不说,听到你们的表格“腐败”,我感到很惊讶。你真的是指你的源代码吗?或者这是可执行文件中的形式。无论如何,您确实应该使用某种形式的源代码控制。

无论如何,如果您想要更好的答案,请尝试逐步详细说明您正在做的事情。

问候,

马克

First of all, I take it that the two DSNs are not relevant to this problem?

I have never seen the error "access denied ieframe.dll", but I would guess that you are trying an installation via internet explorer. I would try creating a standard application installation.

I have to say that I am surprised to hear of "corruption" of your forms. Do you really mean your source code? Or this the forms in the executable. In any case, you really should be using some form of source control.

In any case, if you want a better answer, try giving a step by step run-throught of exactly what you are doing.

Regards,

Mark

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文