Script Task - File Manipulation
Posted
by Sreejesh Kumar
on Stack Overflow
See other posts from Stack Overflow
or by Sreejesh Kumar
Published on 2010-05-18T10:49:35Z
Indexed on
2010/05/18
10:50 UTC
Read the original article
Hit count: 435
ssis-data-tranformations
|ssis
Using Script Task, I have written a code to create a folder and create a file of msword document inside the created folder. Its working in local machine. But its not working in another server, after I deployed it. The folder is created successfully, but the word document file is not created. for word document creation, I had to refer another dll where I had included an additional namespace "Microsoft.Office.Interop.Word". Is there anything else to do before deployment ?
© Stack Overflow or respective owner