<?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: Printing Version 3 in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/printing-version-3/m-p/240464#M6204</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I used ArcGIS Server 10.1 Previous month and i created some layout template(MXD) , and i registed custom filder and create new Print service tools and publish GP result . when i use GP Service (Print) using Silverlight API 3.0 occutred the same 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>Wed, 27 Feb 2013 04:28:04 GMT</pubDate>
    <dc:creator>samehsaras</dc:creator>
    <dc:date>2013-02-27T04:28:04Z</dc:date>
    <item>
      <title>Printing Version 3</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/printing-version-3/m-p/240462#M6202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;i m using the sample version 3 for printing &lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/3.0/samples/start.htm#ExportWebMap"&gt;http://help.arcgis.com/en/webapi/silverlight/3.0/samples/start.htm#ExportWebMap&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;getting error on export (snap shot is attached )&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and i want to creat my on own services for printing &lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://servicesbeta2.esri.com/arcgis/rest/services/Utilities/ExportWebMap/GPServer/Export%20Web%20Map%20Task"&gt;http://servicesbeta2.esri.com/arcgis/rest/services/Utilities/ExportWebMap/GPServer/Export%20Web%20Map%20Task&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;how to create&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jan 2012 08:42:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/printing-version-3/m-p/240462#M6202</guid>
      <dc:creator>MuhammadWaqar_ul_islam</dc:creator>
      <dc:date>2012-01-24T08:42:31Z</dc:date>
    </item>
    <item>
      <title>Re: Printing Version 3</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/printing-version-3/m-p/240463#M6203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Are you part of esri beta community? If yes, you might want to post in that forum since v3.0 is still at beta state. As for the NullReference exception. e.PrintResult will be null if e.Error has a value so modify the code to this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
&amp;nbsp; 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; MessageBox.Show(e.Error.Message);
&amp;nbsp;&amp;nbsp;&amp;nbsp; return;
&amp;nbsp;&amp;nbsp; }
&amp;nbsp;&amp;nbsp; System.Windows.Browser.HtmlPage.Window.Navigate(e.PrintResult.Url, "_blank");
&amp;nbsp; }
&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Please post to 10.1 server forum in the beta community to ask how you can set up your own print service. They have one that you can simply enable under Utilities.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 12:05:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/printing-version-3/m-p/240463#M6203</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2021-12-11T12:05:25Z</dc:date>
    </item>
    <item>
      <title>Re: Printing Version 3</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/printing-version-3/m-p/240464#M6204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I used ArcGIS Server 10.1 Previous month and i created some layout template(MXD) , and i registed custom filder and create new Print service tools and publish GP result . when i use GP Service (Print) using Silverlight API 3.0 occutred the same 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>Wed, 27 Feb 2013 04:28:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/printing-version-3/m-p/240464#M6204</guid>
      <dc:creator>samehsaras</dc:creator>
      <dc:date>2013-02-27T04:28:04Z</dc:date>
    </item>
  </channel>
</rss>

