How to import ActiveX control in the form?
-
Hi all, I'm developing a document processing project using microsoft office document imaging 11.0(MODI) library for OCR in C#. MODI have an activeX control that is microsoft office document imaging viewer control. If we have to install the MS office 2003,we can use MODI and their activeX control as references from the COM component dialog. The adove all are working fine in my project,which is converted from visual studio 2003 to visual studio 2005.But,when i create a new project in visual studio 2005, and try to add the MODI viewer control in the form,it will thrown the error like "Failed to import the activeX control.Please ensure it is properly registered". I dont know what i did wrong. Now I'm using visual studio 2005. So, please anyone help me regarding to this. Thanks in advance.