Application not running on later version
Hi all
i created a application in vb6 in windows xp operating system. But it is not running on windows Me which is in our client system where the program is to be runned. Can anything be done for that
plz help
thank u
# 1 Re: Application not running on later version
Yes, you need to compile your application on a machine running Windows ME. An application compiled under ME will run under XP, but not vice-versa.
# 2 Re: Application not running on later version
It shouldn't matter where you compile your VB Classic (or .Net) app. VB Classic will run on any version of 32bit Windows (Win95 and up) as long as you have the proper runtimes.
Does your app give an error of some sort, or what happens when you try to run it?
# 3 Re: Application not running on later version
You need to provide a bit more information, such as any errors you may be encountering and what the application is doing when the errors occur.
# 4 Re: Application not running on later version
thank you for your replies.
when i try to install on Me. Using installer, it gives error "Files in your system is older than the present system."it ask to reboot system, even after reboot same thing happens again and again
sreejit
# 5 Re: Application not running on later version
Is that the *exact* error message? It doesn't seem correct and I'm not having any luck tracking it down. Could you copy and paste the error into your post or make sure you have entered it word for word.
Does this happen only during the installation of your application or during Windows ME startup?
# 6 Re: Application not running on later version
thank you
Exact error message is like this"System files in your system seems to be newer than the files in your system.Do you want to update it to newer version. window will be restarted or it. even after restarting same error continues to come. It come during installion of compiled program
plz help me asap
thnks
# 7 Re: Application not running on later version
The installer is probably attempting to copy a system file that is older than what is present on the target system system.
There are a couple of solutions to this problem. One is to build the setup program on a Windows ME system. The other is to uncheck the system files when building the setup program using the Package and Deployment Wizard. The system files are OLEAUT32.DLL, OLEPRO32.DLL, COMCAT.DLL, ASYCFILT.DLL and STDOLE2.TLB. This can also happen with shared controls such as TABCTL32.OCX if you happen to be using it.