问题
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