Hi Alberto,
[Quoted Text] > I've an aspx page generate a file word, I need deploy production server, > but I'can't install word in server, someone knows that libraries deploy > server without installing >
There is no way to run the word application as a "service", or just be using the DLLs. Word *must* run with the full user interface. If you need to automate the Word object model, you have to install the full application. And this is not recommended for servers.
Assuming you're targeting Word 2000 or later, generate the files in the Word 2007 OpenXML file format. There's a Conversion Pack available that will install with earlier versions of Word (back to 2000) that will enable users to open, edit and save files in the Word 2007 file format. For more information, see OpenXMLDeveloper.org
Cindy Meister INTER-Solutions, Switzerland http://homepage.swissonline.ch/cindymeister (last update Jun 17 2005) http://www.word.mvps.org
This reply is posted in the Newsgroup; please post any follow question or reply in the newsgroup and not by e-mail :-)
|