Click to See Complete Forum and Search --> : Problem with COM object..


IxCraZee
05-30-2004, 09:30 PM
Hi,

I am facing problem in accessing one of the function in my registered COM object, named ObjectA. And the object has 2 functions, named FunctionA() and FunctionB().

When I call ObjectA.FunctionA() from an ASP page, it works fine. But, when I call ObjectA.FunctionB(), it cannot work, and it did not jump into the COM at all. Please post ur idea on this...Thanks.

FYI, I am using Windows Server 2003 and the COM object works fine in Windows 2000 workstation.

InCraZee

Bhanu
06-01-2004, 05:35 PM
re register the com object again
with regsvr32

IxCraZee
06-01-2004, 08:54 PM
Hi,

I have solved my problem. It is because the regedit still keep some dummy keys of the COM even though I have unregistered them. I need to manually delete its keys in regedit, and then, it works fine!

Thnaks.

IxCraZee