<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Channel 9 Forums - Site Feedback - Cannot get &quot;Show Me The Cache&quot; Azure Achievement to work</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Forums/rss"></atom:link>
	<image>
		<url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url>
		<title>Channel 9 Forums - Site Feedback - Cannot get &quot;Show Me The Cache&quot; Azure Achievement to work</title>
		<link>http://channel9.msdn.com/Forums</link>
	</image>
	<description>Channel 9 keeps you up to date with the latest news and behind the scenes info from Microsoft that developers love to keep up with. From LINQ to SilverLight – Watch videos and hear about all the cool technologies coming and the people behind them.</description>
	<link>http://channel9.msdn.com/Forums</link>
	<language>en</language>
	<pubDate>Tue, 18 Jun 2013 23:12:13 GMT</pubDate>
	<lastBuildDate>Tue, 18 Jun 2013 23:12:13 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<c9:totalResults>15</c9:totalResults>
	<c9:pageCount>-15</c9:pageCount>
	<c9:pageSize>-1</c9:pageSize>
	<item>
		<title>Site Feedback - Cannot get &quot;Show Me The Cache&quot; Azure Achievement to work</title>
		<description><![CDATA[<p>I followed the guide here:</p><p><a href="http://www.windowsazure.com/en-us/develop/net/how-to-guides/cache/">http://www.windowsazure.com/en-us/develop/net/how-to-guides/cache/</a></p><p>exactly and my cache is working as expected I am able to store and retrieve data so why has the achievement not shown up? &nbsp;The azure account I am connecting to is my companies and has been around for a while. &nbsp;I'm assuming there is something in VS that should be triggering this but it is not. &nbsp;Thanks.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Feedback/Cannot-get-Show-Me-The-Cache-Azure-Achievement-to-work/dcf8d043a49043aab02ca04c0034f644#dcf8d043a49043aab02ca04c0034f644</link>
		<pubDate>Wed, 09 May 2012 03:12:49 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Feedback/Cannot-get-Show-Me-The-Cache-Azure-Achievement-to-work/dcf8d043a49043aab02ca04c0034f644#dcf8d043a49043aab02ca04c0034f644</guid>
		<dc:creator>Aaron Stainback</dc:creator>
		<slash:comments>15</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/AceHack/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Site Feedback - Cannot get &quot;Show Me The Cache&quot; Azure Achievement to work</title>
		<description><![CDATA[<p>Any idea what's going on here?&nbsp; Thanks.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Feedback/Cannot-get-Show-Me-The-Cache-Azure-Achievement-to-work/b09de4237dce48248bbca04d00e85db5#b09de4237dce48248bbca04d00e85db5</link>
		<pubDate>Thu, 10 May 2012 14:06:01 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Feedback/Cannot-get-Show-Me-The-Cache-Azure-Achievement-to-work/b09de4237dce48248bbca04d00e85db5#b09de4237dce48248bbca04d00e85db5</guid>
		<dc:creator>Aaron Stainback</dc:creator>
		<slash:comments>15</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/AceHack/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Site Feedback - Cannot get &quot;Show Me The Cache&quot; Azure Achievement to work</title>
		<description><![CDATA[<p>What's your &lt;dataCacheClient&gt; node look like?</p><p>BTW, you are getting very close to getting them all!</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Feedback/Cannot-get-Show-Me-The-Cache-Azure-Achievement-to-work/9ea25f2e541b44838048a04d011b9395#9ea25f2e541b44838048a04d011b9395</link>
		<pubDate>Thu, 10 May 2012 17:12:28 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Feedback/Cannot-get-Show-Me-The-Cache-Azure-Achievement-to-work/9ea25f2e541b44838048a04d011b9395#9ea25f2e541b44838048a04d011b9395</guid>
		<dc:creator>Karsten Januszewski</dc:creator>
		<slash:comments>15</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/karstenj/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Site Feedback - Cannot get &quot;Show Me The Cache&quot; Azure Achievement to work</title>
		<description><![CDATA[<p><pre class="brush: xml">    &lt;dataCacheClient name=&quot;default&quot;&gt;
      &lt;hosts&gt;
        &lt;host name=&quot;***.cache.windows.net&quot; cachePort=&quot;22233&quot; /&gt;
      &lt;/hosts&gt;
      &lt;securityProperties mode=&quot;Message&quot;&gt;
        &lt;messageSecurity authorizationInfo=&quot;***&quot;&gt;&lt;/messageSecurity&gt;
      &lt;/securityProperties&gt;
    &lt;/dataCacheClient&gt;
</pre></p><p>&nbsp;</p><p>And it's in my web.config of a WCF Cloud Service Project that is successfully&nbsp;hosted in Azure and working with the cache. &nbsp;I have also debugged locally this project and stepped over the lines that read and write to the cache and it is working as expected.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Feedback/Cannot-get-Show-Me-The-Cache-Azure-Achievement-to-work/ed496703380a44c0b228a04f016f7000#ed496703380a44c0b228a04f016f7000</link>
		<pubDate>Sat, 12 May 2012 22:17:47 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Feedback/Cannot-get-Show-Me-The-Cache-Azure-Achievement-to-work/ed496703380a44c0b228a04f016f7000#ed496703380a44c0b228a04f016f7000</guid>
		<dc:creator>Aaron Stainback</dc:creator>
		<slash:comments>15</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/AceHack/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Site Feedback - Cannot get &quot;Show Me The Cache&quot; Azure Achievement to work</title>
		<description><![CDATA[<p>Here is my code using the Cache that IS working</p><p><pre class="brush: csharp">        string GetCache()
        {
            DataCacheFactory cacheFactory = new DataCacheFactory();
            DataCache cache = cacheFactory.GetDefaultCache();
            cache.Put(&quot;item&quot;, &quot;value&quot;);
            var r = (string)cache.Get(&quot;item&quot;);
            return r;
        }
</pre></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Feedback/Cannot-get-Show-Me-The-Cache-Azure-Achievement-to-work/b975052af4964beb9795a04f0175558f#b975052af4964beb9795a04f0175558f</link>
		<pubDate>Sat, 12 May 2012 22:39:16 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Feedback/Cannot-get-Show-Me-The-Cache-Azure-Achievement-to-work/b975052af4964beb9795a04f0175558f#b975052af4964beb9795a04f0175558f</guid>
		<dc:creator>Aaron Stainback</dc:creator>
		<slash:comments>15</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/AceHack/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Site Feedback - Cannot get &quot;Show Me The Cache&quot; Azure Achievement to work</title>
		<description><![CDATA[<p>Okay this is the last one I need to get and then I have all of them so please help. &nbsp; Thanks.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Feedback/Cannot-get-Show-Me-The-Cache-Azure-Achievement-to-work/c907329a1a474c16910ca050000bd144#c907329a1a474c16910ca050000bd144</link>
		<pubDate>Sun, 13 May 2012 00:43:01 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Feedback/Cannot-get-Show-Me-The-Cache-Azure-Achievement-to-work/c907329a1a474c16910ca050000bd144#c907329a1a474c16910ca050000bd144</guid>
		<dc:creator>Aaron Stainback</dc:creator>
		<slash:comments>15</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/AceHack/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Site Feedback - Cannot get &quot;Show Me The Cache&quot; Azure Achievement to work</title>
		<description><![CDATA[<p>@karstenj Any suggestions?&nbsp; Thanks.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Feedback/Cannot-get-Show-Me-The-Cache-Azure-Achievement-to-work/31e96e0d24bb49a4bf7ca052011dc5d4#31e96e0d24bb49a4bf7ca052011dc5d4</link>
		<pubDate>Tue, 15 May 2012 17:20:28 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Feedback/Cannot-get-Show-Me-The-Cache-Azure-Achievement-to-work/31e96e0d24bb49a4bf7ca052011dc5d4#31e96e0d24bb49a4bf7ca052011dc5d4</guid>
		<dc:creator>Aaron Stainback</dc:creator>
		<slash:comments>15</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/AceHack/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Site Feedback - Cannot get &quot;Show Me The Cache&quot; Azure Achievement to work</title>
		<description><![CDATA[<p>Okay I'm using version 3.0 and this Achievement still does not pop.&nbsp; What's the deal!!!</p><p>Using Azure SDK October 2012 and here is my code</p><p><pre class="brush: csharp">DataCache cache = new DataCache(&quot;default&quot;);
cache.Add(&quot;item&quot;, &quot;value&quot;);
var value = cache.Get(&quot;item&quot;);
cache.Remove(&quot;item&quot;); 
</pre></p><p>The code works.</p><p>PLEASE HELP!!!</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Feedback/Cannot-get-Show-Me-The-Cache-Azure-Achievement-to-work/f71c647c78a649d09029a13500551969#f71c647c78a649d09029a13500551969</link>
		<pubDate>Fri, 28 Dec 2012 05:09:50 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Feedback/Cannot-get-Show-Me-The-Cache-Azure-Achievement-to-work/f71c647c78a649d09029a13500551969#f71c647c78a649d09029a13500551969</guid>
		<dc:creator>Aaron Stainback</dc:creator>
		<slash:comments>15</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/AceHack/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Site Feedback - Cannot get &quot;Show Me The Cache&quot; Azure Achievement to work</title>
		<description><![CDATA[<p>@<a href="/Forums/Coffeehouse/Cannot-get-Show-Me-The-Cache-Achievement-to-work#c583a10d5d27f4aada390a04d011c9dae">karstenj</a>:Okay so I've been able to get every other achievement including the new windows 8 ones but this one just will not work.&nbsp; Please someone help!!!&nbsp; Thanks.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Feedback/Cannot-get-Show-Me-The-Cache-Azure-Achievement-to-work/9180f23310624ae6a263a135007a8c1e#9180f23310624ae6a263a135007a8c1e</link>
		<pubDate>Fri, 28 Dec 2012 07:26:10 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Feedback/Cannot-get-Show-Me-The-Cache-Azure-Achievement-to-work/9180f23310624ae6a263a135007a8c1e#9180f23310624ae6a263a135007a8c1e</guid>
		<dc:creator>Aaron Stainback</dc:creator>
		<slash:comments>15</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/AceHack/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Site Feedback - Cannot get &quot;Show Me The Cache&quot; Azure Achievement to work</title>
		<description><![CDATA[<p>@<a href="/Forums/Feedback/Cannot-get-Show-Me-The-Cache-Azure-Achievement-to-work#c9180f23310624ae6a263a135007a8c1e">AceHack</a>: We'll take a look at this AceHack, I'd have to dig into the achievements code to figure it out, so the safest bet is for me to just get Karsten back on this. Hang tight!</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Feedback/Cannot-get-Show-Me-The-Cache-Azure-Achievement-to-work/a2e879c592a14cd5a34ea136008fa2c0#a2e879c592a14cd5a34ea136008fa2c0</link>
		<pubDate>Sat, 29 Dec 2012 08:42:57 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Feedback/Cannot-get-Show-Me-The-Cache-Azure-Achievement-to-work/a2e879c592a14cd5a34ea136008fa2c0#a2e879c592a14cd5a34ea136008fa2c0</guid>
		<dc:creator>Duncan Mackenzie</dc:creator>
		<slash:comments>15</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Duncanma/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Site Feedback - Cannot get &quot;Show Me The Cache&quot; Azure Achievement to work</title>
		<description><![CDATA[<p>@AceHack -- Weird. The achievement gets fired based on your app.config or web.config looking at the dataCacheClient node. According to what you posted in May on this thread, it should have unlocked. Is that still what your dataCacheClient config looks like?&nbsp;</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Feedback/Cannot-get-Show-Me-The-Cache-Azure-Achievement-to-work/854def59e3014c0c9351a13f013e5d3f#854def59e3014c0c9351a13f013e5d3f</link>
		<pubDate>Mon, 07 Jan 2013 19:19:07 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Feedback/Cannot-get-Show-Me-The-Cache-Azure-Achievement-to-work/854def59e3014c0c9351a13f013e5d3f#854def59e3014c0c9351a13f013e5d3f</guid>
		<dc:creator>Karsten Januszewski</dc:creator>
		<slash:comments>15</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/karstenj/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Site Feedback - Cannot get &quot;Show Me The Cache&quot; Azure Achievement to work</title>
		<description><![CDATA[<p>Thanx....<br><br><br></p><p>&nbsp;C# so I can code too.. <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif?v=c9' alt='Smiley' />)))<br><a title="Chat" href="http://www.bursachat.net">Chat</a>&nbsp;<a title="Sohbet" href="http://www.sohbetalemim.com">Sohbet</a>&nbsp;<a title="Bursa Sohbet" href="http://www.bursachat.net">Bursa Sohbet</a></p><p><a title="Sohbet" href="http://www.sohbetalemim.com" rel="nofollow">Sohbet</a> <a title="Chat" href="http://www.bursachat.net" rel="nofollow">Chat</a> <a title="Bursa Forum" href="http://www.forum.bursachat.net" rel="nofollow">Bursa Forum</a> <a title="sohbet odalari" href="http://www.sohbetalemim.com" rel="nofollow">Sohbet Odalari</a> <a title="bursa sohbet" href="http://www.bursachat.net" rel="nofollow">Bursa Sohbet</a> <a title="gay sohbet" href="http://www.gay.bursachat.net" rel="nofollow">Gay Sohbet</a></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Feedback/Cannot-get-Show-Me-The-Cache-Azure-Achievement-to-work/1e2dab3480c949178083a14500fa1426#1e2dab3480c949178083a14500fa1426</link>
		<pubDate>Sun, 13 Jan 2013 15:10:30 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Feedback/Cannot-get-Show-Me-The-Cache-Azure-Achievement-to-work/1e2dab3480c949178083a14500fa1426#1e2dab3480c949178083a14500fa1426</guid>
		<dc:creator>BursaChat</dc:creator>
		<slash:comments>15</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/BursaChat/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Site Feedback - Cannot get &quot;Show Me The Cache&quot; Azure Achievement to work</title>
		<description><![CDATA[<p>Still can't git it.&nbsp; Please Help!!!</p><p><pre class="brush: xml">&lt;dataCacheClients&gt;
    &lt;dataCacheClient name=&quot;default&quot;&gt;
      &lt;hosts&gt;
        &lt;host name=&quot;xxx.cache.windows.net&quot; cachePort=&quot;22233&quot; /&gt;
      &lt;/hosts&gt;
      &lt;securityProperties mode=&quot;Message&quot;&gt;
        &lt;messageSecurity authorizationInfo=&quot;[xxx]&quot;&gt;&lt;/messageSecurity&gt;
      &lt;/securityProperties&gt;
    &lt;/dataCacheClient&gt;
    &lt;dataCacheClient name=&quot;SslEndpoint&quot;&gt;
      &lt;hosts&gt;
        &lt;host name=&quot;xxx.cache.windows.net&quot; cachePort=&quot;22243&quot; /&gt;
      &lt;/hosts&gt;
      &lt;securityProperties mode=&quot;Message&quot; sslEnabled=&quot;true&quot;&gt;
        &lt;messageSecurity authorizationInfo=&quot;[xxx]&quot;&gt;&lt;/messageSecurity&gt;
      &lt;/securityProperties&gt;
    &lt;/dataCacheClient&gt;
  &lt;/dataCacheClients&gt;
</pre></p><p><pre class="brush: csharp">DataCacheFactoryConfiguration config = new DataCacheFactoryConfiguration(&quot;default&quot;);
DataCacheFactory cacheFactory = new DataCacheFactory(config);
DataCache defaultCache = cacheFactory.GetDefaultCache();

defaultCache.Put(&quot;testkey&quot;, &quot;testobject&quot;);
string strObject = (string)defaultCache.Get(&quot;testkey&quot;);
defaultCache.Remove(&quot;testkey&quot;);
</pre></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Feedback/Cannot-get-Show-Me-The-Cache-Azure-Achievement-to-work/cfe6c0f45443466b8f23a15101359ae3#cfe6c0f45443466b8f23a15101359ae3</link>
		<pubDate>Fri, 25 Jan 2013 18:47:14 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Feedback/Cannot-get-Show-Me-The-Cache-Azure-Achievement-to-work/cfe6c0f45443466b8f23a15101359ae3#cfe6c0f45443466b8f23a15101359ae3</guid>
		<dc:creator>Aaron Stainback</dc:creator>
		<slash:comments>15</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/AceHack/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Site Feedback - Cannot get &quot;Show Me The Cache&quot; Azure Achievement to work</title>
		<description><![CDATA[<p>Hey got it.&nbsp; Thanks for all your help.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Feedback/Cannot-get-Show-Me-The-Cache-Azure-Achievement-to-work/f8a52c5f08a946d1b3dba154015b488c#f8a52c5f08a946d1b3dba154015b488c</link>
		<pubDate>Mon, 28 Jan 2013 21:04:25 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Feedback/Cannot-get-Show-Me-The-Cache-Azure-Achievement-to-work/f8a52c5f08a946d1b3dba154015b488c#f8a52c5f08a946d1b3dba154015b488c</guid>
		<dc:creator>Aaron Stainback</dc:creator>
		<slash:comments>15</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/AceHack/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Site Feedback - Cannot get &quot;Show Me The Cache&quot; Azure Achievement to work</title>
		<description><![CDATA[<p>yeah!</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Feedback/Cannot-get-Show-Me-The-Cache-Azure-Achievement-to-work/5e4f62161dba48a0b18ea1c600da0fa1#5e4f62161dba48a0b18ea1c600da0fa1</link>
		<pubDate>Wed, 22 May 2013 20:13:56 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Feedback/Cannot-get-Show-Me-The-Cache-Azure-Achievement-to-work/5e4f62161dba48a0b18ea1c600da0fa1#5e4f62161dba48a0b18ea1c600da0fa1</guid>
		<dc:creator>Karsten Januszewski</dc:creator>
		<slash:comments>15</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/karstenj/Discussions/RSS</wfw:commentRss>
	</item>
</channel>
</rss>