-
mts and com
Hi,
I need to develop a mini application that will use a COM that is installed on the mts server.
I've tried to export that com in mts, and install it in my client machine, but I keep on getting 'ActiveX can't create object' error.
When I install that COM in my computer's mts (also as client), export the com and install it, I won't get that error, but just hang on the statement that CreateObject.
I've tried to explore the com in mts, the class I try to createobject is actually running (the icon is moving).........any idea? If I add the Debug\RunWithoutContext registry entry in my machine, it is ok.
I don't know how to debug in the above situations and dunno how to fix. Since the COM was developed by other people, and some of my colleagues are able to use this COM.
Thx
-
Hi,
Nothing u have to do. make a com register it on server thru resvr32 dll if already then regster on server. thru mts make a package and in package folder in component directory export your com. and on clint machine run it . on server u can see in statstical directory.