Asked by:
Location of DSOFramer Download

Question
-
I have been attempting to locate the download for DSOFramer. At one point I had this sample but have since lost it. The last location I was aware of it existing was at http://support.microsoft.com/kb/311765/EN-US but it seems to have been removed. Can anyone point me to it? ANyone know why this has been removed?
Thanks,
-Ed
All replies
-
Yes, I noticed. DsoFramer is history. I'm guessing they removed it because it was causing too many problems with modern Office versions. It was already quite troublesome with Office 2007, 2010 is around the corner. OLE Linking and Embedding is dead technology.
Hans Passant.- Marked as answer by nobugzModerator Saturday, October 10, 2009 2:53 PM
- Unmarked as answer by nobugzModerator Wednesday, June 30, 2010 12:40 AM
-
-
nobugz you say that embedding is dead technology. Then what's the tehnology that replace it? How can i convince my bosses to remove the dsoframer? I need a replacement that will work with any MS office product not a specific product from the MS office suite.
-
-
Hello All,
I am working on application which embeds word 2007 in it by using DSO Framer & programming language is vb.net , visual studio 2008
My application perform following operation
1)allow user to create word document.
2)insert data(data table ) in document as table word document.
3)Insert images, etc.
4)save data inserted in document.
Now I need to embed office 2010 to my application as I embed 2007.
Is it not possible to without rewrite complete application ?
I am looking for solution which will embed word 2010 without rewriting complete code.
-
-
-
DSOFramer Control has been retired. DSOFramer was a sample and is not supported. There will be no further updates to DSOFramer and KB 311765 is been taken down. Office was never meant to run in embedded mode. There are many known issues when Office is embedded.
Besides DsoFramer, you can also use the WebBrowser embedded in Winform or ASP.NET and navigate to an Office document. But that is also an embedded using which considered not supported and may cause some known issues.
Best regards,
Ji Zhou - MSFT
Microsoft Online Community Support
Please remember to mark the replies as answers if they help and unmark them if they provide no help. -
-
DSOFramer Control has been retired. DSOFramer was a sample and is not supported. There will be no further updates to DSOFramer and KB 311765 is been taken down. Office was never meant to run in embedded mode. There are many known issues when Office is embedded.
Is there any link or documentation that can confirm this? -
I think it is thirdparty tool.
Link given bellow may help you.
Best regards,
Dipak Patil -
-
DSOFramer Control has been retired. DSOFramer was a sample and is not supported. There will be no further updates to DSOFramer and KB 311765 is been taken down. Office was never meant to run in embedded mode. There are many known issues when Office is embedded.
Besides DsoFramer, you can also use the WebBrowser embedded in Winform or ASP.NET and navigate to an Office document. But that is also an embedded using which considered not supported and may cause some known issues.