by
jcampbell >> Mon, 26 Mar 2007 4:30:19 GMT
Other thing to note is issues doing this server-side when running Jade as a service
See
http://support.microsoft.com/kb/257757
which basically says
Microsoft does not currently recommend, and does not support, Automation of Microsoft Office applications from any unattended, non-interactive client application or component (including ASP, DCOM, and NT Services), because Office may exhibit unstable behavior and/or deadlock when run in this environment.
and
Besides the technical problems, you must also consider the feasibility of such a design with respect to licensing. Current licensing guidelines prevent Office Applications from being used on a server to service client requests, unless those clients themselves have licensed copies of Office. Using server-side Automation to provide Office functionality to unlicensed workstations is not covered by the End User License Agreement (EULA).
So if you intend using Office Automation you need to consider these aspects and preferably launch any of this stuff on the client rather than the server so that you don't hit any of the possible issues etc. Whilst it is often possible to get this stuff working with some of the configuration suggestions associated with this article there is no guarantee and hotfixes etc could easily impact on/break things.