SilverlightShow: MS Word Mail Merge with Silverlight COM Automation Comments
http://www.silverlightshow.net/
Silverlight articles, Silverlight tutorials, Silverlight videos, Silverlight samplesSilverlightShow.nethttp://www.rssboard.org/rss-specificationArgotic Syndication Framework 2008.0.2.0, http://www.codeplex.com/Argoticen-USestoychev@completit.com (Emil Stoychev)Re: MS Word Mail Merge with Silverlight COM AutomationEasy 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
XNAWP7http://www.silverlightshow.net/items/MS-Word-Mail-Merge-with-Silverlight-4-COM-Automation.aspxWed, 13 Jul 2011 13:04:56 GMTRE: MS Word Mail Merge with Silverlight 4 COM Automationbad
http://www.silverlightshow.net/items/MS-Word-Mail-Merge-with-Silverlight-4-COM-Automation.aspx#comment4557
vigneshhttp://www.silverlightshow.net/items/MS-Word-Mail-Merge-with-Silverlight-4-COM-Automation.aspxSat, 25 Sep 2010 11:46:18 GMTRE: 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 Hugothttp://www.silverlightshow.net/items/MS-Word-Mail-Merge-with-Silverlight-4-COM-Automation.aspxWed, 01 Sep 2010 16:14:00 GMTRE: 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 Eisenberghttp://www.silverlightshow.net/items/MS-Word-Mail-Merge-with-Silverlight-4-COM-Automation.aspxThu, 26 Aug 2010 19:40:43 GMTRE: 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
kannanhttp://www.silverlightshow.net/items/MS-Word-Mail-Merge-with-Silverlight-4-COM-Automation.aspxFri, 23 Jul 2010 10:26:07 GMTRE: 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
Keithhttp://www.silverlightshow.net/items/MS-Word-Mail-Merge-with-Silverlight-4-COM-Automation.aspxThu, 22 Jul 2010 22:07:19 GMTRE: MS Word Mail Merge with Silverlight 4 COM AutomationHi,
<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 Houckhttp://www.silverlightshow.net/items/MS-Word-Mail-Merge-with-Silverlight-4-COM-Automation.aspxThu, 13 May 2010 07:33:22 GMT