本文介绍了urlDownloadToFile错误2147467260在VB6中的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我在VB6中使用urlDownloadToFile API从服务器下载可执行文件。 API返回错误代码2147467260(事务中止)
I am using urlDownloadToFile API in VB6 to download an executable file from server. The API returns an error code 2147467260 (Transaction aborted)
问题只能在某台计算机(win7)上重现。
The problem is reproducible only on a certain computer (win7).
有什么问题吗?有没有一个快速修复,不涉及第三方下载器的安装?
What can be a problem? Is there a quick fix that does not involve installation of third party downloaders?
谢谢
推荐答案
用户不是他的电脑上的管理员。作为解决方案,他应该以管理员身份运行程序。
User was not an administrator on his computer. As a solution, he should run the program as admin.
这篇关于urlDownloadToFile错误2147467260在VB6中的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!