<?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: Using Templates from the Template Gallery in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/using-templates-from-the-template-gallery/m-p/324956#M8387</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Darina,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the reply.&amp;nbsp;&amp;nbsp; I think that helped with my 7 warning message but I still have the 21 error messages.&amp;nbsp; So I just tried to build a new application from scratch and when I debug/build the app. I get an error message "Unable to start debugging.&amp;nbsp; The Silverlight Developer Runtime is not installed.&amp;nbsp; Please install a matching version.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have Silerlight Deve Runtime installed. (Silverlight 4).&amp;nbsp; Do I need Silverlight 3 runtime?&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Are my problems with the template the same as this problem.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Aug 2010 17:44:34 GMT</pubDate>
    <dc:creator>DavidAshton</dc:creator>
    <dc:date>2010-08-24T17:44:34Z</dc:date>
    <item>
      <title>Using Templates from the Template Gallery</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/using-templates-from-the-template-gallery/m-p/324952#M8383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am just getting started and I wanted to try and implement a template that I downloaded from the template gallery samples.&amp;nbsp; When I load the template in VS 2010 I get a bunch of errors (21).&amp;nbsp; The first one is stating &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"Error1 : Unable to load the metadata for assembly 'FrostedTabs'. This assembly may have been downloaded from the web.&amp;nbsp; See &lt;/SPAN&gt;&lt;A href="http://go.microsoft.com/fwlink/?LinkId=179545"&gt;http://go.microsoft.com/fwlink/?LinkId=179545&lt;/A&gt;&lt;SPAN&gt;.&amp;nbsp; The following error was encountered during load: Could not load file or assembly 'FrostedTabs' or one of its dependencies. The system cannot find the file specified C:\SilverLight_Apps\FrostedTabs\FrostedTabs\MainPage.xaml"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I go to the Mircosoft website I see the direction to unblock the assemblies and when I go into my download folder I notice most of the files are blocked.&amp;nbsp; Under the General tab the security statement is say that "the file came from another computer and might be blocked to help protect this computer."&amp;nbsp; and have the option to unblock.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My questions are: is this my problem? If so do I need to unblock every file manually or is there and easier faster way to do this at the folder root level. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;David&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Aug 2010 23:01:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/using-templates-from-the-template-gallery/m-p/324952#M8383</guid>
      <dc:creator>DavidAshton</dc:creator>
      <dc:date>2010-08-17T23:01:43Z</dc:date>
    </item>
    <item>
      <title>Re: Using Templates from the Template Gallery</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/using-templates-from-the-template-gallery/m-p/324953#M8384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Based on the link you provided, there is a way to unblock the files inside the zip collectively if you are using Windows 7. You did not do anything wrong, it's just that these files were marked unsafe and needed to be unblocked prior to use.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For Windows 7, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Right click on the zip file&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Click on 'Properties'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Choose 'Unblock' in the 'Attributes' section&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4. Extract file&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Note: If you unzip the file before unblocking, all files in the extracted folder are flagged as unsafe.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Aug 2010 23:52:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/using-templates-from-the-template-gallery/m-p/324953#M8384</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2010-08-17T23:52:26Z</dc:date>
    </item>
    <item>
      <title>Re: Using Templates from the Template Gallery</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/using-templates-from-the-template-gallery/m-p/324954#M8385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Jennifer thanks for the reply.&amp;nbsp; That helped, I now have all my files marked a safe.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm still running into the same problem.&amp;nbsp; When I open the Template in V.S. 2010, it loads and if I click on main xaml page I still get 21 error messages and 7 warning.&amp;nbsp; The first error reads:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Unable to load the metadata for assembly 'FrostedTabs'. This assembly may have been downloaded from the web.&amp;nbsp; See &lt;/SPAN&gt;&lt;A href="http://go.microsoft.com/fwlink/?LinkId=179545"&gt;http://go.microsoft.com/fwlink/?LinkId=179545&lt;/A&gt;&lt;SPAN&gt;.&amp;nbsp; The following error was encountered during load: Could not load file or assembly 'FrostedTabs' or one of its dependencies. The system cannot find the file specified.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;C:\SilverLight_Apps\FrostedTabs\FrostedTabs\MainPage.xaml&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;FrostedTabs&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Am I missing something?&amp;nbsp; Is there a quick tutorial or video on getting started with the templates?&amp;nbsp; I'm new to Silverlight but having experience with programming so.....I shouldn't be this lost.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Aug 2010 22:13:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/using-templates-from-the-template-gallery/m-p/324954#M8385</guid>
      <dc:creator>DavidAshton</dc:creator>
      <dc:date>2010-08-23T22:13:34Z</dc:date>
    </item>
    <item>
      <title>Re: Using Templates from the Template Gallery</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/using-templates-from-the-template-gallery/m-p/324955#M8386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Dave,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can add this to your web.config file under the "configuration" tab to get you started:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[HTML]&amp;lt;runtime&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;loadFromRemoteSources enabled="true"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/runtime&amp;gt;[/HTML]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I like the frosted tabs too. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Aug 2010 12:42:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/using-templates-from-the-template-gallery/m-p/324955#M8386</guid>
      <dc:creator>DarinaTchountcheva</dc:creator>
      <dc:date>2010-08-24T12:42:15Z</dc:date>
    </item>
    <item>
      <title>Re: Using Templates from the Template Gallery</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/using-templates-from-the-template-gallery/m-p/324956#M8387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Darina,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the reply.&amp;nbsp;&amp;nbsp; I think that helped with my 7 warning message but I still have the 21 error messages.&amp;nbsp; So I just tried to build a new application from scratch and when I debug/build the app. I get an error message "Unable to start debugging.&amp;nbsp; The Silverlight Developer Runtime is not installed.&amp;nbsp; Please install a matching version.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have Silerlight Deve Runtime installed. (Silverlight 4).&amp;nbsp; Do I need Silverlight 3 runtime?&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Are my problems with the template the same as this problem.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Aug 2010 17:44:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/using-templates-from-the-template-gallery/m-p/324956#M8387</guid>
      <dc:creator>DavidAshton</dc:creator>
      <dc:date>2010-08-24T17:44:34Z</dc:date>
    </item>
    <item>
      <title>Re: Using Templates from the Template Gallery</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/using-templates-from-the-template-gallery/m-p/324957#M8388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Dave, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am not sure what exactly has happened but you might have installed a higher non-debugging version of Silverlight on your machine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is a link that might help you solve your problem:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://blogs.msdn.com/b/alikl/archive/2010/07/14/resolve-unable-to-start-debugging-the-silverlight-developer-runtime-not-installed-please-install-a-matching-version-visual-studio-2010-silverlight-4.aspx"&gt;http://blogs.msdn.com/b/alikl/archive/2010/07/14/resolve-unable-to-start-debugging-the-silverlight-developer-runtime-not-installed-please-install-a-matching-version-visual-studio-2010-silverlight-4.aspx&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And make sure you have all the necessary SDKs and tools (look under Installation):&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/help/index.html"&gt;http://help.arcgis.com/en/webapi/silverlight/help/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Good Luck!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Aug 2010 18:46:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/using-templates-from-the-template-gallery/m-p/324957#M8388</guid>
      <dc:creator>DarinaTchountcheva</dc:creator>
      <dc:date>2010-08-24T18:46:38Z</dc:date>
    </item>
    <item>
      <title>Re: Using Templates from the Template Gallery</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/using-templates-from-the-template-gallery/m-p/324958#M8389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Darina,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a bunch for taking the time to solve my problem.&amp;nbsp; The blog download solution worked:&amp;nbsp; it allowed me to debug the website I built from scratch and it allowed me to debug the template which eliminated all my errors except one. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The only error I'm receiving now is &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Undefined CLR namespace. The 'clr-namespace' URI refers to a namespace 'Toolkit' that is not included in the assembly. C:\inetpub\wwwroot\FrostedTabs\FrostedTabs\MainPage.xaml &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Line: 8 Column: 19 FrostedTabs&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm wondering if the reference to toolkit should be something else:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Currently it looks like this&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;

xmlns:toolkit="clr-namespace:Toolkit"
&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm wondering if it should be this&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; xmlns:toolkit="clr-namespace:Toolkit.Icons"
&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;or &lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
 xmlns:toolkit="clr-namespace:FrostedTabs"
&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Well thanks again for all your help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 15:24:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/using-templates-from-the-template-gallery/m-p/324958#M8389</guid>
      <dc:creator>DavidAshton</dc:creator>
      <dc:date>2021-12-11T15:24:37Z</dc:date>
    </item>
    <item>
      <title>Re: Using Templates from the Template Gallery</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/using-templates-from-the-template-gallery/m-p/324959#M8390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dave, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can just delete this namespace. It is not used anywhere.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I downoaded the template, and got that same error. Deleted the namespace, and the application worked. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Good Luck!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Darina&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Aug 2010 21:13:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/using-templates-from-the-template-gallery/m-p/324959#M8390</guid>
      <dc:creator>DarinaTchountcheva</dc:creator>
      <dc:date>2010-08-24T21:13:14Z</dc:date>
    </item>
  </channel>
</rss>

