
ActiveX Document (Converted from VB project) - Automation Error
Hi,
First, if this is not a group discuss activeX document, please tell me
which group is if you konw.
I get "Automation Error" msg when I open my activeX .vbd file if the file
is not in VB directory.
I get "Automation Error" msg when I open my activeX .vbd file if the file
is not in VB directory. When the .vbd file is in VB directory and I run in
VB debug mode, every thing is fine. Dose anyone know what may cause the
problem? and how to fix it?
Also I don't know how to load the .vbd file correctly outside of VB debug
mode. My have a sub main as the starting point of my project, I also have
several global variables and public functions defined in a module in my
project. If I put a link in a HTML page and the link points to a .vbd file,
my application cannot be initialized correctly. I tried generate
installation files by using VB setup wizard, then install it on a file
server, it showed "Automation Error" msg. Dose any one know how to
distribute activeX document applications and the user can use it directly
in Internet Explore container. By the way, I tested the application in
IE3.02 version.