DSOFramer.ocx Hosting word documents in 64 bit Windows Forms
        Posted  
        
            by Santhosh
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Santhosh
        
        
        
        Published on 2010-02-20T07:20:27Z
        Indexed on 
            2010/03/17
            22:31 UTC
        
        
        Read the original article
        Hit count: 1487
        
It looks like the DSOFramer.ocx component is not available for download anymore from MSDN as described here. Also the DSOFramer component is a 32 bit component. Given this, i have 2 questions:
- Is there any other alternative for hosting a word document in a Windows Form apart from using the DSOFramer.ocx component?
 - If i move to Windows 64 bit operating system, and run the windows form as a native 64 bit process, then how do I host the word document in a 64 bit process?
 
© Stack Overflow or respective owner