SilverlightShow: MS Word Mail Merge with Silverlight COM Automation Comments http://www.silverlightshow.net/ Silverlight articles, Silverlight tutorials, Silverlight videos, Silverlight samples SilverlightShow.net http://www.rssboard.org/rss-specification Argotic Syndication Framework 2008.0.2.0, http://www.codeplex.com/Argotic en-US estoychev@completit.com (Emil Stoychev) Re: MS Word Mail Merge with Silverlight COM Automation Easy way to mail merge with silverlight using <a href="http://www.e-iceblue.com/Introduce/word-for-net-introduce.html">Spire.Doc </a>without COM Automation, Work Perfect!<br /> <br /> <a href="http://www.e-iceblue.com/Introduce/word-for-net-introduce.html">http://www.e-iceblue.com/Introduce/word-for-net-introduce.html</a> http://www.silverlightshow.net/items/MS-Word-Mail-Merge-with-Silverlight-4-COM-Automation.aspx#comment6334 XNAWP7 http://www.silverlightshow.net/items/MS-Word-Mail-Merge-with-Silverlight-4-COM-Automation.aspx Wed, 13 Jul 2011 13:04:56 GMT RE: MS Word Mail Merge with Silverlight 4 COM Automation bad http://www.silverlightshow.net/items/MS-Word-Mail-Merge-with-Silverlight-4-COM-Automation.aspx#comment4557 vignesh http://www.silverlightshow.net/items/MS-Word-Mail-Merge-with-Silverlight-4-COM-Automation.aspx Sat, 25 Sep 2010 11:46:18 GMT RE: MS Word Mail Merge with Silverlight 4 COM Automation <p>I met this header problem and finally used xls file for dataSource but there is one problem with mergefield label, they can't have more than 40 char.</p> <p>Now I m looking a way  to define a default name to the result file without saving it.</p> http://www.silverlightshow.net/items/MS-Word-Mail-Merge-with-Silverlight-4-COM-Automation.aspx#comment4387 Benjamin Hugot http://www.silverlightshow.net/items/MS-Word-Mail-Merge-with-Silverlight-4-COM-Automation.aspx Wed, 01 Sep 2010 16:14:00 GMT RE: MS Word Mail Merge with Silverlight 4 COM Automation <p>FYI, this technique does *not* work if the "header" is longer than 255 characters. Calling CreateDataSource will fail with a COM error. Also, you should not use ";" to separate header values even if you do use this technique. Instead, you should use CultureInfo.CurrentUICulture.TextInfo.ListSeparator otherwise, you may also get COM errors.</p> http://www.silverlightshow.net/items/MS-Word-Mail-Merge-with-Silverlight-4-COM-Automation.aspx#comment4341 Rob Eisenberg http://www.silverlightshow.net/items/MS-Word-Mail-Merge-with-Silverlight-4-COM-Automation.aspx Thu, 26 Aug 2010 19:40:43 GMT RE: MS Word Mail Merge with Silverlight 4 COM Automation <p>Hi, </p> <p>I need some help. i want to in port and export the the word document in siverlight. Can u help me to do this task. I refer ur mail merge sample but it showing Access permission denied.. can u please give me ur guidence.</p> http://www.silverlightshow.net/items/MS-Word-Mail-Merge-with-Silverlight-4-COM-Automation.aspx#comment4048 kannan http://www.silverlightshow.net/items/MS-Word-Mail-Merge-with-Silverlight-4-COM-Automation.aspx Fri, 23 Jul 2010 10:26:07 GMT RE: MS Word Mail Merge with Silverlight 4 COM Automation <p>Vince,</p> <p>The template needs to be in My Documents and the project needs to be run out of browser in order to open permissions to the My Documents folder.  We also noticed that the zipping of the file added some sort of security to the file; we removed that by right-clicking Properties.</p> http://www.silverlightshow.net/items/MS-Word-Mail-Merge-with-Silverlight-4-COM-Automation.aspx#comment4045 Keith http://www.silverlightshow.net/items/MS-Word-Mail-Merge-with-Silverlight-4-COM-Automation.aspx Thu, 22 Jul 2010 22:07:19 GMT RE: MS Word Mail Merge with Silverlight 4 COM Automation Hi, <div><br /> </div> <div>Not sure if I missed something but when I run the WordMailMergeTestPage.aspx, I get a permission error:</div> <div><br /> </div> <div>"Unhandled Error in Silverlight Application File operation not permitted. Access to path '' is denied.   at System.IO.FileSecurityState.EnsureState()</div> <div>   at System.IO.FileSystemInfo.get_FullName()</div> <div>   at WordMailMerge.MainPageViewModel.OnBrowse(Object obj)</div> <div>   at WordMailMerge.Input.DelegateCommand.Execute(Object parameter)</div> <div>   at System.Windows.Controls.Primitives.ButtonBase.ExecuteCommand()</div> <div>   at System.Windows.Controls.Primitives.ButtonBase.OnClick()</div> <div>   at System.Windows.Controls.Button.OnClick()</div> <div>   at System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonUp(MouseButtonEventArgs e)</div> <div>   at System.Windows.Controls.Control.OnMouseLeftButtonUp(Control ctrl, EventArgs e)</div> <div>   at MS.Internal.JoltHelper.FireEvent(IntPtr unmanagedObj, IntPtr unmanagedObjArgs, Int32 argsTypeIndex, String eventName)</div> <div>Line: 1</div> <div>Char: 1</div> <div>Code: 0</div> <div>URI: http://localhost:55124/WordMailMergeTestPage.aspx"</div> <div><br /> </div> <div>Can anyone help?</div> <div><br /> </div> <div>Cheers, </div> <div><br /> </div> <div>Vincent</div> http://www.silverlightshow.net/items/MS-Word-Mail-Merge-with-Silverlight-4-COM-Automation.aspx#comment3603 Vincent Houck http://www.silverlightshow.net/items/MS-Word-Mail-Merge-with-Silverlight-4-COM-Automation.aspx Thu, 13 May 2010 07:33:22 GMT