Re: How to merge two word document into one document.http://forums.asp.net/t/1753201.aspx/1?Re+How+to+merge+two+word+document+into+one+document+Mon, 26 Dec 2011 11:06:08 -050017532014749968http://forums.asp.net/p/1753201/4749968.aspx/1?How+to+merge+two+word+document+into+one+document+How to merge two word document into one document. <p><em><span style="text-decoration:underline">Split off from <a href="../../t/1640045.aspx/1?How&#43;to&#43;merge&#43;two&#43;word&#43;document&#43;into&#43;one&#43;document"> http://forums.asp.net/t/1640045.aspx/1?How&#43;to&#43;merge&#43;two&#43;word&#43;document&#43;into&#43;one&#43;document</a>&#43;. Please don't necropost.</span></em></p> <p>HI</p> <p>I am getting error on this line &quot;Word._Application wordApplication = new Word.Application();&quot; Its saying path not found for the DOC which I am opening. But I am able to see the doc path in string variable which I am using.</p> <p>I am using Windows 2008 Server, IIS 7.5.7600.16385, Microsoft Visual Studio 2010 and MS Office Profesional Plus 2010 14.0.5128.5000(64bit).</p> <p>Regards</p> <p>gsalunkhe</p> 2011-12-26T10:09:45-05:004750029http://forums.asp.net/p/1753201/4750029.aspx/1?Re+How+to+merge+two+word+document+into+one+document+Re: How to merge two word document into one document. <p>HI</p> <p>I digged it further. I am getting error on</p> <pre class="prettyprint">// Insert the files to our template selection.InsertFile(file , ref missing , ref missing , ref missing , ref missing);</pre> <p>I am using Windows 2008 Server, IIS 7.5.7600.16385, Microsoft Visual Studio 2010 and MS Office Profesional Plus 2010 14.0.5128.5000(64bit).</p> <p>Regards</p> <p>gsalunkhe</p> 2011-12-26T11:06:08-05:004750369http://forums.asp.net/p/1753201/4750369.aspx/1?Re+How+to+merge+two+word+document+into+one+document+Re: How to merge two word document into one document. <p>Hi,</p> <p>Please check this link</p> <p>http://www.codeproject.com/KB/office/mswmergecs.aspx</p> <p>http://devpinoy.org/blogs/keithrull/archive/2007/05/23/how-to-merge-multiple-microsoft-word-documents-in-c.aspx</p> 2011-12-26T16:24:36-05:00