Discussion:
Application crashed
(too old to reply)
Hahn, Thomas
2007-05-22 08:27:51 UTC
Permalink
Hallo NG!

I wrote a VB6 application, which checked word documents and write data in a
sql database. If the application open an word document, it's crashed without
an error message on the screen. In the eventlog is an entry about the crash.
"Failed application Myapplication, Version 1.0.0.1 failed modul unknown,
version 0.0.0.0, erroradress 0x00000000". That's all.

If I compiled the source on an other machine, the application can open an
word document. The application works fine, No error?!?!

Have anybody an answer or solution???

best regards

Thomas
Ken Halter
2007-05-22 14:13:26 UTC
Permalink
Post by Hahn, Thomas
Hallo NG!
I wrote a VB6 application, which checked word documents and write data in
a sql database. If the application open an word document, it's crashed
without an error message on the screen. In the eventlog is an entry about
the crash. "Failed application Myapplication, Version 1.0.0.1 failed modul
unknown, version 0.0.0.0, erroradress 0x00000000". That's all.
If I compiled the source on an other machine, the application can open an
word document. The application works fine, No error?!?!
Have anybody an answer or solution???
best regards
Thomas
fwiw, last time something like that happened here, it was caused by
compiling to a network drive that "disappeared" while the app was running.

You can open the VBP file in notepad and get a list of required components.
That list can be compared to the "problem PC". That may help.
--
Ken Halter - MS-MVP-VB - Please keep all discussions in the groups..
In Loving Memory - http://www.vbsight.com/Remembrance.htm
Hahn, Thomas
2007-05-23 07:09:22 UTC
Permalink
Post by Ken Halter
Post by Hahn, Thomas
Hallo NG!
I wrote a VB6 application, which checked word documents and write data in
a sql database. If the application open an word document, it's crashed
without an error message on the screen. In the eventlog is an entry about
the crash. "Failed application Myapplication, Version 1.0.0.1 failed
modul unknown, version 0.0.0.0, erroradress 0x00000000". That's all.
If I compiled the source on an other machine, the application can open an
word document. The application works fine, No error?!?!
Have anybody an answer or solution???
best regards
Thomas
fwiw, last time something like that happened here, it was caused by
compiling to a network drive that "disappeared" while the app was running.
You can open the VBP file in notepad and get a list of required
components. That list can be compared to the "problem PC". That may help.
--
Ken Halter - MS-MVP-VB - Please keep all discussions in the groups..
In Loving Memory - http://www.vbsight.com/Remembrance.htm
Hallo and thanks for your answer

I not compiled the application to a network drive. So that can not be the
problem

I compared the VBP file. The both files are the same!

I am so ...

The application run now since 2000!
I compileed it so many and it's runs always fine!! But now ... it is so ...
Loading...