v 5.06 on IIS7 64bit app pool
Posted: Tue Nov 09, 2010 1:29 am
I am doing a migration from Windows 2003 32bit to Windows 2008 R2 64bit IIS7. I have successfully tested CreateObject(TeeChart.TChart) on IIS7 on an asp page when running under a 32 bit app pool. When I switch to using a 64bit app pool I get the Create Object failed error. I understand that this is because the COM Object is not registered in the 64bit registry, only in the WOW64 registry. I have worked around this problem with other 32bit COM+ objects by registering them in a Component Services application so that the 64bit app pools creates the 32bit object out of process in a 32bit dllhost.exe. Is there anyway to register the base TeeChart.TChart object contained in TeeChart5.ocx in Component Services? If not does TeeChart v8 OCX support 64bit application pools?