<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: custom printing in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/custom-printing/m-p/534591#M13699</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;i changes my code and i made handleing error . the error is changed "Error Performing Execute Operation". any body help me&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 16 Mar 2013 07:24:07 GMT</pubDate>
    <dc:creator>samehsaras</dc:creator>
    <dc:date>2013-03-16T07:24:07Z</dc:date>
    <item>
      <title>custom printing</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/custom-printing/m-p/534589#M13697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I used ArcGIS Server 10.1 ,and i created some layout template(MXD) , i registed custom folder and create new Print service tools and publish GP result . when i use GP Service (Print) using Silverlight API 3.0 occutred this error .&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;please any body help me&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Mar 2013 08:32:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/custom-printing/m-p/534589#M13697</guid>
      <dc:creator>samehsaras</dc:creator>
      <dc:date>2013-03-02T08:32:12Z</dc:date>
    </item>
    <item>
      <title>Re: custom printing</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/custom-printing/m-p/534590#M13698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Likely PrintResult is null becasue you got an erro during the print process.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I suggest you change the PrintCompleted Handler by this one:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;private void printTask_PrintCompleted(object sender, PrintEventArgs e)
{
&amp;nbsp;&amp;nbsp;&amp;nbsp; if (e.Error != null)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MessageBox.Show("Error:" + e.Error.Message);
&amp;nbsp;&amp;nbsp;&amp;nbsp; else
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; System.Windows.Browser.HtmlPage.Window.Navigate(e.PrintResult.Url, "_blank");
}&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;The error, which will be displayed in a message box, might give a clue about the origin of the problem.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 23:13:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/custom-printing/m-p/534590#M13698</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2021-12-11T23:13:28Z</dc:date>
    </item>
    <item>
      <title>Re: custom printing</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/custom-printing/m-p/534591#M13699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;i changes my code and i made handleing error . the error is changed "Error Performing Execute Operation". any body help me&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Mar 2013 07:24:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/custom-printing/m-p/534591#M13699</guid>
      <dc:creator>samehsaras</dc:creator>
      <dc:date>2013-03-16T07:24:07Z</dc:date>
    </item>
    <item>
      <title>Re: custom printing</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/custom-printing/m-p/534592#M13700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hard to say without seeing any of your code, but it could be something wrong with the printparamters that you supply when you execute the operation.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Mar 2013 13:50:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/custom-printing/m-p/534592#M13700</guid>
      <dc:creator>JohanCarlsson</dc:creator>
      <dc:date>2013-03-20T13:50:31Z</dc:date>
    </item>
  </channel>
</rss>

