
WRONG VERSION OF RUNTIME DLL?????
Quote:
>>Can anybody help me with the problem i have with VB 4.0
>>After i made a exe file i can not run it because it keeps saying WRONG
>>VERSION OF RUNTIME DLL?????
>>I did install the VBRUN40032.DLL but why doesn't it work than???
>>PLEASE HELP ME..........Good hints will be rewarded!!!
>The only time I have already had this message, is when the EXE is still
>running when I overwrite it with a newly compiled version. The new
>version refuses to run as long there an old copy running. So quit it,
>and *then* it works.
>Well, it may happen in other cases too.
In my case I've seen it with two different apps with the same name. A few
years ago I had a need to have one app that ran several setup utilities one
after the other. There was a mix of VB3 and VB4 and non-VB setup
applications involved. The controlling app was being done in VB3 and was
called SETUP and whenever it tried to start another setup I got this error.
It was obvious after the fact that I could not run two different apps named
"SETUP" simultaneously but the error was confusing for a time.