urlDownloadToFile error 2147467260 in VB6

南笙酒味 提交于 2020-01-03 06:33:29

问题


I am using urlDownloadToFile API in VB6 to download an executable file from server. The API returns an error code 2147467260 (Transaction aborted)

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?

thank you


回答1:


User was not an administrator on his computer. As a solution, he should run the program as admin.



来源:https://stackoverflow.com/questions/11217138/urldownloadtofile-error-2147467260-in-vb6

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!