Fausto Torre
08-02-2002, 08:30 AM
I have finished to build a program by VB 4, and I have no problem when I install it in a Pc with Windows 98 SE. But with other versions of the same operating system like 2000 and XP I receive the message "31037" as soon as the program starts after the installation procedure. May it depend on the fact that the registry entries have some problem during the installation? or it depends on my version of Visual Basic 4?
many thanks for your help!
Flyguy
08-02-2002, 09:03 AM
What's the exact error message?
Fausto Torre
08-02-2002, 09:25 AM
The error message is "error loading from file". I think it is the right translation for "errore di caricamento dal file". (I receive it in Italian).
Flyguy
08-02-2002, 09:45 AM
Don't have a clue but maybe the search results from Google (http://www.google.com/search?q=31037+Error+loading+from+file) can help you further while investigation your problem.
Flyguy
08-02-2002, 09:48 AM
Found this (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbenlr98/html/vamsgerrorloadingfile.asp) page on MSDN online.
Error loading from file (Error 31037)
see also (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vb98/html/vbprofilenumber.asp)
An error occurred while attempting to read the specified file (set Action = 12). Possible causes:
The FileNumber property is invalid.
The file wasn't opened in Binary mode.
The file wasn't saved properly (set Action = 11).
The file is corrupted.
The file position isn't located at the beginning of a valid OLE object.
Fausto Torre
08-02-2002, 10:32 AM
Thank you so much!
I am just finding some useful information.
There is the possibility that the problem depends on a control not well registered during the installation, or corrupted. I will find more.