开发者

What could cause a "Runtime Error 5 - Invalid procedure call or argument" when running a VB 6 executable?

开发者 https://www.devze.com 2023-02-10 13:49 出处:网络
I have an existing VB 6 project, but I had to change the design and after changing the design I could save the updated code but could not reflect the changes in the exe file as the existing exe file c

I have an existing VB 6 project, but I had to change the design and after changing the design I could save the updated code but could not reflect the changes in the exe file as the existing exe file can't be edited. How do I do this? I tried to move the existing exe file to another location and save new exe file but when I run the开发者_开发问答 new one I get the following error:

Runtime error 5 - Invalid procedure call or argument.

What could be causing this error, and how can I fix it?


This can be as simple as passing a value that is outside the accepted range for a function, property, etc.

0

精彩评论

暂无评论...
验证码 换一张
取 消