Error when running a ADE file

  • Thread starter Thread starter Jeff Lam
  • Start date Start date
J

Jeff Lam

Hi,

I have a ADP file which connect to SQL7 and it is working
fine. Today I convert it to a ADE file and it works fine
on the original machine. When I copy to another machine I
receive the following error:

The expression On Click you entered as the event property
setting produced the following error: Class does not
support Automation or does not support expected interface

What may cause this error and how do I fix it?

Thanks

Jeff
 
This might help you:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon98/htm
l/vbcontypelibraryversions.asp

"When the incompatible component is installed on a computer that has a
client application compiled using an earlier version, it will overwrite the
earlier version. Subsequently, when the client application attempts to
create objects, it will receive error 430, "Class does not support
Automation or does not support expected interface."
 
Back
Top