WRONG VERSION OF RUNTIME DLL????? 
Author Message
 WRONG VERSION OF RUNTIME DLL?????

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!!!

Garry from Holland.



Sun, 30 Sep 2001 03:00:00 GMT  
 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.

   HTH,
   Bart.



Sun, 30 Sep 2001 03:00:00 GMT  
 WRONG VERSION OF RUNTIME DLL?????
I'm having the same problem with setup1.exe, i still dont know whats the
problem, i've replaced all the DLL's that are needed for the program and it
still gives me the same message!!!

Good luck, when i know what the problem is i'll tell you.

--
With Regards,
Fred Vreeswijk
Kiwa NV


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!!!

> Garry from Holland.



Mon, 01 Oct 2001 03:00:00 GMT  
 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.


Mon, 01 Oct 2001 03:00:00 GMT  
 WRONG VERSION OF RUNTIME DLL?????

Quote:

>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.

That reminds me...

On Win3.1x, I had two versions of an application (therefore with the
same name). I launched one. It worked.

In File Manager, I selected the second app. I launched it. It launched a
second copy of the FIRST APP!

So apparently, Windows expect ALL program files to have different names.
A different path just isn't enough. The same goes for DLL files, of
course (which are close cousins of EXE files).

        Bart.



Mon, 01 Oct 2001 03:00:00 GMT  
 
 [ 5 post ] 

 Relevant Pages 

1. Wrong version of runtime DLL...?

2. VB4 - 16 bit : Wrong version of runtime dll

3. wrong version of runtime dll

4. reinstall? error: wrong version of runtime dll

5. HELP: > Wrong version off runtime.dll

6. HELP! Wrong version of Runtime DLL

7. Problem with Setup Wizard : Wrong version of RunTime DLL

8. Wrong Version of Runtime DLL

9. wrong version of runtime dll error

10. Wrong version of runtime DLL

11. Wrong Version of Runtime DLL

12. Wrong version of runtime dll (IN VB4?)

 

 
Powered by phpBB® Forum Software