<?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 Questions regarding ESRI applications in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/questions-regarding-esri-applications/m-p/141017#M3520</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;When you create a new ESRI Standard or Showcase Map Application, you get a folder in your solution called "Themes", in which there is a file called "generic.xaml".&amp;nbsp; This file loads resource dictionaries.&amp;nbsp; What I would like to know, is how is this file used/called because there is no reference to it anywhere I can find?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, these applications use a namespace as follows:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt; 
xmlns:userControls="clr-namespace:ESRI.ArcGIS.SilverlightMapApp"
&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;How can I had this namespace to my application which I did not create from the 2 templates mentioned above?&amp;nbsp; When I try to add a namespace, it does not show up as a choice.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Paul&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 May 2011 11:29:11 GMT</pubDate>
    <dc:creator>PaulHuppé</dc:creator>
    <dc:date>2011-05-06T11:29:11Z</dc:date>
    <item>
      <title>Questions regarding ESRI applications</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/questions-regarding-esri-applications/m-p/141017#M3520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;When you create a new ESRI Standard or Showcase Map Application, you get a folder in your solution called "Themes", in which there is a file called "generic.xaml".&amp;nbsp; This file loads resource dictionaries.&amp;nbsp; What I would like to know, is how is this file used/called because there is no reference to it anywhere I can find?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, these applications use a namespace as follows:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt; 
xmlns:userControls="clr-namespace:ESRI.ArcGIS.SilverlightMapApp"
&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;How can I had this namespace to my application which I did not create from the 2 templates mentioned above?&amp;nbsp; When I try to add a namespace, it does not show up as a choice.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Paul&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 May 2011 11:29:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/questions-regarding-esri-applications/m-p/141017#M3520</guid>
      <dc:creator>PaulHuppé</dc:creator>
      <dc:date>2011-05-06T11:29:11Z</dc:date>
    </item>
    <item>
      <title>Re: Questions regarding ESRI applications</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/questions-regarding-esri-applications/m-p/141018#M3521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The default templates of the custom controls have to be defined in the Themes/generic.xaml file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This file is automatically used by Silverlight, you don't have to reference it in your project.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 May 2011 12:26:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/questions-regarding-esri-applications/m-p/141018#M3521</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2011-05-06T12:26:48Z</dc:date>
    </item>
    <item>
      <title>Re: Questions regarding ESRI applications</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/questions-regarding-esri-applications/m-p/141019#M3522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the clarifications. I give this a try.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Paul&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 May 2011 14:37:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/questions-regarding-esri-applications/m-p/141019#M3522</guid>
      <dc:creator>PaulHuppé</dc:creator>
      <dc:date>2011-05-06T14:37:52Z</dc:date>
    </item>
  </channel>
</rss>

