Access 97 running on Windows XP vs. Windows 98

T

Tim Peterson

I recently completed an application which was designed and
tested on Windows 98. The application crashes on Windows
XP. Both computers are running Access 97, and as far as I
know, the only difference is the operating system. The
application crashes on the XP computer when it processes
the following command:

With Application.FileSearch
..FILENAME = "*.dwg"

Why is this happening? Are there known problems when
executing Access 97 databases on different operating
systems? What are the other known issues? Is there
something I can do to resolve this problem? Any advise
will be appreciated.
 
B

Byron

Have you checked your References to see if these are some
references selected in the Application when it is running
on the 98 machine.

The line of code you have shown makes me think that your
application may be attempting to loacate an AutoCAD file
(.dwg) and then display it. If this is the case, a
reference to the Whip driver from AutoDesk would be
expected.

HTH

Byron
 
B

Byron

Just another note.

If you find that there is a reference to the Whip driver,
you will need to install it on your XP machine before the
application will work.

Byron
 
T

Tony Toews

Byron said:
If you find that there is a reference to the Whip driver,
you will need to install it on your XP machine before the
application will work.

Or use Late Binding.

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top