<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://code.msdn.microsoft.com/rss.xsl"?><rss version="2.0"><channel><title>msdnreader Forum Rss Feed</title><link>http://code.msdn.microsoft.com/msdnreader/Thread/List.aspx</link><description>msdnreader Forum Rss Description</description><item><title>NEW POST: Program is not responding</title><link>http://code.msdn.microsoft.com/msdnreader/Thread/View.aspx?ThreadId=2032</link><description>&lt;div class="wikidoc"&gt;
Is it compatable with vista 64 bit? erliar i used vista 32 bit. Architecture reader working fine. Now i am using vista 64bit. Both MSDN reader and architecture reader are not working. Below are error details&lt;br /&gt; &lt;br /&gt;MSDN Reader&lt;br /&gt;------------------------------&lt;br /&gt; &lt;br /&gt;Description:&lt;br /&gt;  Stopped working&lt;br /&gt; &lt;br /&gt;Problem signature:&lt;br /&gt;  Problem Event Name:	APPCRASH&lt;br /&gt;  Application Name:	MsdnReader.exe&lt;br /&gt;  Application Version:	0.0.0.0&lt;br /&gt;  Application Timestamp:	479509a9&lt;br /&gt;  Fault Module Name:	sqlceqp35.dll&lt;br /&gt;  Fault Module Version:	3.5.5365.0&lt;br /&gt;  Fault Module Timestamp:	46683752&lt;br /&gt;  Exception Code:	c0000005&lt;br /&gt;  Exception Offset:	00011902&lt;br /&gt;  OS Version:	6.0.6002.2.2.0.256.1&lt;br /&gt;  Locale ID:	1033&lt;br /&gt; &lt;br /&gt;Read our privacy statement:&lt;br /&gt;  http://go.microsoft.com/fwlink/?linkid=50163&amp;amp;clcid=0x0409&lt;br /&gt; &lt;br /&gt; &lt;br /&gt; &lt;br /&gt; &lt;br /&gt;Architecture reader&lt;br /&gt;--------------------------&lt;br /&gt; &lt;br /&gt;Description:&lt;br /&gt;  Stopped working&lt;br /&gt; &lt;br /&gt;Problem signature:&lt;br /&gt;  Problem Event Name:	CLR20r3&lt;br /&gt;  Problem Signature 01:	journalreader.exe&lt;br /&gt;  Problem Signature 02:	0.0.0.0&lt;br /&gt;  Problem Signature 03:	473266bd&lt;br /&gt;  Problem Signature 04:	JournalReader&lt;br /&gt;  Problem Signature 05:	1.0.0.0&lt;br /&gt;  Problem Signature 06:	473266bd&lt;br /&gt;  Problem Signature 07:	2e&lt;br /&gt;  Problem Signature 08:	5&lt;br /&gt;  Problem Signature 09:	System.NullReferenceException&lt;br /&gt;  OS Version:	6.0.6002.2.2.0.256.1&lt;br /&gt;  Locale ID:	1033&lt;br /&gt; &lt;br /&gt;Read our privacy statement:&lt;br /&gt;  http://go.microsoft.com/fwlink/?linkid=50163&amp;amp;clcid=0x0409&lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>rajeshaz09</author><pubDate>Thu, 16 Jul 2009 09:04:49 GMT</pubDate><guid isPermaLink="false">NEW POST: Program is not responding 20090716A</guid></item><item><title>NEW POST: Debugging the application</title><link>http://code.msdn.microsoft.com/msdnreader/Thread/View.aspx?ThreadId=1495</link><description>&lt;div class="wikidoc"&gt;
I can't even hit my breakpoint in the Main method.  I am a bit puzzled, I have even toggled the attribute (  System.Diagnostics.DebuggerNonUserCodeAttribute() ) on/off with no luck.&lt;br /&gt; &lt;br /&gt;It seems the app launches a splash screen (it's doing bunch of interop with native code), then calls  StartApplication();&lt;br /&gt; &lt;br /&gt;To sum it up, I can't break into Main() or  StartApplication() in Debug.  The app just pops up and starts loading content, and no breakpoints are hit.&lt;br /&gt; &lt;br /&gt;Any one else have problem/suggestions?&lt;br /&gt; &lt;br /&gt;&lt;i&gt;Vista 32bit Ulitmate : VS 2008 SP1 (.net 3.5sp1)&lt;/i&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>rybisch</author><pubDate>Fri, 27 Mar 2009 04:48:26 GMT</pubDate><guid isPermaLink="false">NEW POST: Debugging the application 20090327A</guid></item><item><title>NEW POST: MSDN Reader not working</title><link>http://code.msdn.microsoft.com/msdnreader/Thread/View.aspx?ThreadId=884</link><description>&lt;div class="wikidoc"&gt;
This is posted on the front page (below).  Follow these suggestions, if it doesn't work post requested system/.net details here.&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;&lt;b&gt;GazSam wrote  Nov 18 2008 at 7:52 PM&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;Ok, sorry for the delay guys. Looks like the app installs and runs fine on a box with .NET Framework 3.0 (plain old Vista) and should run with .NET Framework 3.5 RTM. Can you guys confirm the version of the framework you've got installed?&lt;br /&gt; &lt;br /&gt;I believe there is some conflict with SQL CE in 3.5 SP1 that is breaking this app. I’ve been able to fix this problem by removing all references to SQLCE dlls from the project:&lt;br /&gt; &lt;br /&gt;&amp;lt;Install location&amp;gt;\MsdnReaderSourceCode\MsdnReaderSourceCode\References\&lt;br /&gt; &lt;br /&gt;SQLCE35EN.dll&lt;br /&gt;SQLCEME35.dll&lt;br /&gt;SQLCEQP35.dll&lt;br /&gt;SQLCESE35.dll&lt;br /&gt; &lt;br /&gt;I’ve also replaced these with the newest versions for good measure (should be installed on a 3.5SP1 machine):&lt;br /&gt;C:\Program Files\Microsoft SQL Server Compact Edition\v3.5&lt;br /&gt; &lt;br /&gt;The compiled binaries (\Debug, \Release) run fine with this fix. The current installer will probably still lay down the old dlls so you might need to jump into your appdata folder c:\Users\&amp;lt;username&amp;gt;\AppData\Local\Apps\2.0\&amp;lt;guid&amp;gt;\msdn..exe and remove/replace these files to get the app to stop crashing from the default install.&lt;br /&gt; &lt;br /&gt;Please give this a shot and let me know if it works.&lt;br /&gt;
&lt;/div&gt;</description><author>rybisch</author><pubDate>Fri, 27 Mar 2009 02:38:06 GMT</pubDate><guid isPermaLink="false">NEW POST: MSDN Reader not working 20090327A</guid></item><item><title>NEW POST: MSDN Reader not working</title><link>http://code.msdn.microsoft.com/msdnreader/Thread/View.aspx?ThreadId=884</link><description>&lt;div class="wikidoc"&gt;
i get a message &amp;quot;MSDN Reader has stopped working&amp;quot;.  I get an opportunity to debug and in the debugger (VS2008) I get:&lt;br /&gt; &lt;br /&gt;&amp;quot;Unhandled exception at 0x04041902 in MsdnReader.exe: 0x0000005:  Access violation reading location 0x00000000.&amp;quot;&lt;br /&gt; &lt;br /&gt;I am using Vista Ultimate.  I have tried uninstalling, downloading and re-installing. &lt;br /&gt;
&lt;/div&gt;</description><author>bhroberts52</author><pubDate>Mon, 03 Nov 2008 18:37:50 GMT</pubDate><guid isPermaLink="false">NEW POST: MSDN Reader not working 20081103P</guid></item><item><title>NEW POST: reader is not getting updated</title><link>http://code.msdn.microsoft.com/msdnreader/Thread/View.aspx?ThreadId=527</link><description>&lt;div class="wikidoc"&gt;
Hi,&lt;br /&gt;  I really like the application, everything working perfectly except the contents are not getting updated. It remains the same since I installed it. I tried to update it several times but nothing.&lt;br /&gt; &lt;br /&gt;I have two feature requests &lt;br /&gt; &lt;br /&gt;1) make it possible to read older editions from the msdn magazine site&lt;br /&gt;2) An RSS reader would be great&lt;br /&gt; &lt;br /&gt;I know there are many RSS readers but, since it is an msdn 'Reader' I thought it would be a cool feature to have. It makes the msdn reader more usable :-) it is just my view.&lt;br /&gt;
&lt;/div&gt;</description><author>saju</author><pubDate>Mon, 14 Jul 2008 15:43:06 GMT</pubDate><guid isPermaLink="false">NEW POST: reader is not getting updated 20080714P</guid></item><item><title>NEW POST: Doesn't Work, Articles Come Up Blank</title><link>http://code.msdn.microsoft.com/msdnreader/Thread/View.aspx?ThreadId=327</link><description>&lt;div class="wikidoc"&gt;
Same problem at my end (Win XP SP2 32-bit).&lt;br /&gt; &lt;br /&gt;The log shows:&lt;br /&gt; &lt;br /&gt;2008-07-08T10:27:57+05:30,Warning,CsxRss: Invalid element value. Element: '&lt;a href="http://code.msdn.microsoft.com/msdnreader/Wiki/View.aspx?title=cat.xml%3bLINE%3a12007%3bPOS%3a8"&gt;cat.xml;LINE:12007;POS:8&lt;/a&gt;/rss/channel/item/csx:lastBuildDate'. Value: '1/25/2008 10:40:21 AM'&lt;br /&gt;2008-07-08T10:27:57+05:30,Warning,CsxRss: Invalid element value. Element: '&lt;a href="http://code.msdn.microsoft.com/msdnreader/Wiki/View.aspx?title=cat.xml%3bLINE%3a12020%3bPOS%3a8"&gt;cat.xml;LINE:12020;POS:8&lt;/a&gt;/rss/channel/item/csx:lastBuildDate'. Value: '1/25/2008 10:40:31 AM'&lt;br /&gt;2008-07-08T10:27:57+05:30,Warning,CsxRss: Invalid element value. Element: '&lt;a href="http://code.msdn.microsoft.com/msdnreader/Wiki/View.aspx?title=cat.xml%3bLINE%3a12033%3bPOS%3a8"&gt;cat.xml;LINE:12033;POS:8&lt;/a&gt;/rss/channel/item/csx:lastBuildDate'. Value: '1/25/2008 10:40:32 AM'&lt;br /&gt;2008-07-08T10:27:57+05:30,Warning,CsxRss: Invalid element value. Element: '&lt;a href="http://code.msdn.microsoft.com/msdnreader/Wiki/View.aspx?title=cat.xml%3bLINE%3a12060%3bPOS%3a8"&gt;cat.xml;LINE:12060;POS:8&lt;/a&gt;/rss/channel/item/csx:lastBuildDate'. Value: '1/25/2008 10:40:32 AM'&lt;br /&gt;2008-07-08T10:27:57+05:30,Warning,CsxRss: Invalid element value. Element: '&lt;a href="http://code.msdn.microsoft.com/msdnreader/Wiki/View.aspx?title=cat.xml%3bLINE%3a12073%3bPOS%3a8"&gt;cat.xml;LINE:12073;POS:8&lt;/a&gt;/rss/channel/item/csx:lastBuildDate'. Value: '1/25/2008 10:40:33 AM'&lt;br /&gt;2008-07-08T10:27:57+05:30,Warning,CsxRss: Invalid element value. Element: '&lt;a href="http://code.msdn.microsoft.com/msdnreader/Wiki/View.aspx?title=cat.xml%3bLINE%3a12086%3bPOS%3a8"&gt;cat.xml;LINE:12086;POS:8&lt;/a&gt;/rss/channel/item/csx:lastBuildDate'. Value: '1/25/2008 10:40:33 AM'&lt;br /&gt;2008-07-08T10:27:57+05:30,Warning,CsxRss: Invalid element value. Element: '&lt;a href="http://code.msdn.microsoft.com/msdnreader/Wiki/View.aspx?title=cat.xml%3bLINE%3a12107%3bPOS%3a8"&gt;cat.xml;LINE:12107;POS:8&lt;/a&gt;/rss/channel/item/csx:lastBuildDate'. Value: '1/25/2008 10:40:34 AM'&lt;br /&gt;2008-07-08T10:27:57+05:30,Warning,CsxRss: Invalid element value. Element: '&lt;a href="http://code.msdn.microsoft.com/msdnreader/Wiki/View.aspx?title=cat.xml%3bLINE%3a12140%3bPOS%3a8"&gt;cat.xml;LINE:12140;POS:8&lt;/a&gt;/rss/channel/item/csx:lastBuildDate'. Value: '1/25/2008 10:40:34 AM'&lt;br /&gt;2008-07-08T10:27:57+05:30,Warning,CsxRss: Invalid element value. Element: '&lt;a href="http://code.msdn.microsoft.com/msdnreader/Wiki/View.aspx?title=cat.xml%3bLINE%3a12179%3bPOS%3a8"&gt;cat.xml;LINE:12179;POS:8&lt;/a&gt;/rss/channel/item/csx:lastBuildDate'. Value: '1/25/2008 10:40:34 AM'&lt;br /&gt;2008-07-08T10:27:57+05:30,Warning,CsxRss: Invalid element value. Element: '&lt;a href="http://code.msdn.microsoft.com/msdnreader/Wiki/View.aspx?title=cat.xml%3bLINE%3a12192%3bPOS%3a8"&gt;cat.xml;LINE:12192;POS:8&lt;/a&gt;/rss/channel/item/csx:lastBuildDate'. Value: '1/25/2008 10:40:34 AM'&lt;br /&gt;2008-07-08T10:27:57+05:30,Warning,CsxRss: Invalid element value. Element: '&lt;a href="http://code.msdn.microsoft.com/msdnreader/Wiki/View.aspx?title=cat.xml%3bLINE%3a12205%3bPOS%3a8"&gt;cat.xml;LINE:12205;POS:8&lt;/a&gt;/rss/channel/item/csx:lastBuildDate'. Value: '1/25/2008 10:40:34 AM'&lt;br /&gt;2008-07-08T10:27:57+05:30,Warning,CsxRss: Invalid element value. Element: '&lt;a href="http://code.msdn.microsoft.com/msdnreader/Wiki/View.aspx?title=cat.xml%3bLINE%3a12226%3bPOS%3a8"&gt;cat.xml;LINE:12226;POS:8&lt;/a&gt;/rss/channel/item/csx:lastBuildDate'. Value: '1/25/2008 10:40:34 AM'&lt;br /&gt;2008-07-08T10:27:57+05:30,Warning,CsxRss: Invalid element value. Element: '&lt;a href="http://code.msdn.microsoft.com/msdnreader/Wiki/View.aspx?title=cat.xml%3bLINE%3a12265%3bPOS%3a8"&gt;cat.xml;LINE:12265;POS:8&lt;/a&gt;/rss/channel/item/csx:lastBuildDate'. Value: '1/25/2008 10:40:34 AM'&lt;br /&gt;2008-07-08T10:27:57+05:30,Warning,CsxRss: Invalid element value. Element: '&lt;a href="http://code.msdn.microsoft.com/msdnreader/Wiki/View.aspx?title=cat.xml%3bLINE%3a12292%3bPOS%3a8"&gt;cat.xml;LINE:12292;POS:8&lt;/a&gt;/rss/channel/item/csx:lastBuildDate'. Value: '1/25/2008 10:40:34 AM'&lt;br /&gt;
&lt;/div&gt;</description><author>Kangkan</author><pubDate>Tue, 08 Jul 2008 08:12:13 GMT</pubDate><guid isPermaLink="false">NEW POST: Doesn't Work, Articles Come Up Blank 20080708A</guid></item><item><title>NEW POST: Trouble Viewing XAML in 2008 Designer</title><link>http://code.msdn.microsoft.com/msdnreader/Thread/View.aspx?ThreadId=41</link><description>&lt;div class="wikidoc"&gt;
Hi jmarsch,&lt;br /&gt;did you have any luck with &lt;b&gt;{Binding Source={x:Static SceReader:ServiceProvider.ViewManager}&lt;/b&gt;?&lt;br /&gt;If you did please pass it on. Thanks.&lt;br /&gt;
&lt;/div&gt;</description><author>anuj</author><pubDate>Tue, 03 Jun 2008 06:34:30 GMT</pubDate><guid isPermaLink="false">NEW POST: Trouble Viewing XAML in 2008 Designer 20080603A</guid></item><item><title>NEW POST: Doesn't Work, Articles Come Up Blank</title><link>http://code.msdn.microsoft.com/msdnreader/Thread/View.aspx?ThreadId=327</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;exactly&lt;/b&gt; the same prob on a &lt;u&gt;win xp SP2 32bit machine&lt;/u&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>msdn_usr</author><pubDate>Thu, 22 May 2008 23:25:25 GMT</pubDate><guid isPermaLink="false">NEW POST: Doesn't Work, Articles Come Up Blank 20080522P</guid></item><item><title>NEW POST: Doesn't Work, Articles Come Up Blank</title><link>http://code.msdn.microsoft.com/msdnreader/Thread/View.aspx?ThreadId=327</link><description>&lt;div class="wikidoc"&gt;
 &lt;br /&gt;&lt;div class="quote"&gt;
 &lt;br /&gt;ifeanyie wrote:&lt;br /&gt;Something may have gone wrong with the Windows Imaging Component on your machine. Window Presentation Foundation depends on WIC to decode images for display. Try reinstalling WIC&lt;br /&gt; &lt;br /&gt;&lt;a href="http://code.msdn.microsoft.com/msdnreader/Wiki/View.aspx?title=http%3a%2f%2fwww.microsoft.com%2fdownloads%2fdetails.aspx%3ffamilyid%3d8E011506-6307-445B-B950-215DEF45DDD8%26displaylang%3den"&gt;http://www.microsoft.com/downloads/details.aspx?familyid=8E011506-6307-445B-B950-215DEF45DDD8&amp;amp;displaylang=en&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;--Ifeanyi Echeruo [MSFT]&lt;br /&gt; &lt;br /&gt;
&lt;/div&gt; &lt;br /&gt;Thanks. But WPF is generally working except for this app. That link does not work, I get an install error. I'm using Windows Server 2008 x64. Tried both the 32-bit and 64-bit WIC installer. New ideas?&lt;br /&gt;
&lt;/div&gt;</description><author>stimpy77</author><pubDate>Thu, 01 May 2008 06:35:59 GMT</pubDate><guid isPermaLink="false">NEW POST: Doesn't Work, Articles Come Up Blank 20080501A</guid></item><item><title>NEW POST: Doesn't Work, Articles Come Up Blank</title><link>http://code.msdn.microsoft.com/msdnreader/Thread/View.aspx?ThreadId=327</link><description>&lt;div class="wikidoc"&gt;
Something may have gone wrong with the Windows Imaging Component on your machine. Window Presentation Foundation depends on WIC to decode images for display. Try reinstalling WIC&lt;br /&gt; &lt;br /&gt;&lt;a href="http://code.msdn.microsoft.com/msdnreader/Wiki/View.aspx?title=http%3a%2f%2fwww.microsoft.com%2fdownloads%2fdetails.aspx%3ffamilyid%3d8E011506-6307-445B-B950-215DEF45DDD8%26displaylang%3den"&gt;http://www.microsoft.com/downloads/details.aspx?familyid=8E011506-6307-445B-B950-215DEF45DDD8&amp;amp;displaylang=en&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;--Ifeanyi Echeruo [MSFT]&lt;br /&gt;
&lt;/div&gt;</description><author>ifeanyie</author><pubDate>Thu, 01 May 2008 03:09:27 GMT</pubDate><guid isPermaLink="false">NEW POST: Doesn't Work, Articles Come Up Blank 20080501A</guid></item><item><title>NEW POST: Doesn't Work, Articles Come Up Blank</title><link>http://code.msdn.microsoft.com/msdnreader/Thread/View.aspx?ThreadId=327</link><description>&lt;div class="wikidoc"&gt;
I'm not getting any artwork, and the articles are coming up blank.&lt;br /&gt; &lt;br /&gt;There's a log.txt file under ~\AppData\Local\MSDN Reader\MsdnReader\ that looks like this:&lt;br /&gt; &lt;br /&gt;2008-04-30T11:48:31-07:00,Information,Count: 1&lt;br /&gt;2008-04-30T11:48:31-07:00,Information,Arg: C:\Users\jdavis\AppData\Local\Apps\2.0\X7NV95L0.T5E\RLV22R41.MKX\msdn..tion&lt;i&gt;c3bce3770c238a49&lt;/i&gt;0000.0005_6dc707e38b72a451\MsdnReader.exe&lt;br /&gt;2008-04-30T11:48:37-07:00,Information,DataManager: Load from local cache started&lt;br /&gt;2008-04-30T11:48:37-07:00,Information,ViewManager: Navigated to path: cat.xml/Web&lt;br /&gt;2008-04-30T11:48:37-07:00,Information,DataManager: Load from local cache completed&lt;br /&gt;2008-04-30T11:48:38-07:00,Error,DataFeedSource: Unable to create ImageSource from data stream. URI: /msdnmag/issues/07/09/ScriptManager/fig04.gif, Error: No imaging component suitable to complete this operation was found.&lt;br /&gt;2008-04-30T11:48:38-07:00,Error,DataFeedSource: Unable to create ImageSource from data stream. URI: /msdnmag/issues/08/01/ExtremeASPNET/fig08.gif, Error: No imaging component suitable to complete this operation was found.&lt;br /&gt;2008-04-30T11:48:38-07:00,Error,DataFeedSource: Unable to create ImageSource from data stream. URI: /msdnmag/issues/07/08/CuttingEdge/fig02.gif, Error: No imaging component suitable to complete this operation was found.&lt;br /&gt;2008-04-30T11:48:38-07:00,Error,DataFeedSource: Unable to create ImageSource from data stream. URI: /msdnmag/issues/08/01/CuttingEdge/fig02.gif, Error: No imaging component suitable to complete this operation was found.&lt;br /&gt;2008-04-30T11:48:38-07:00,Error,DataFeedSource: Unable to create ImageSource from data stream. URI: /msdnmag/issues/07/12/CuttingEdge/fig05.gif, Error: No imaging component suitable to complete this operation was found.&lt;br /&gt;2008-04-30T11:48:38-07:00,Error,DataFeedSource: Unable to create ImageSource from data stream. URI: /msdnmag/issues/07/05/Groove/fig01.gif, Error: No imaging component suitable to complete this operation was found.&lt;br /&gt;2008-04-30T11:48:38-07:00,Error,DataFeedSource: Unable to create ImageSource from data stream. URI: /msdnmag/issues/07/07/CuttingEdge/fig02.gif, Error: No imaging component suitable to complete this operation was found.&lt;br /&gt;2008-04-30T11:48:38-07:00,Error,DataFeedSource: Unable to create ImageSource from data stream. URI: /msdnmag/issues/07/04/ASPNET20/fig05.gif, Error: No imaging component suitable to complete this operation was found.&lt;br /&gt;2008-04-30T11:48:38-07:00,Error,DataFeedSource: Unable to create ImageSource from data stream. URI: /msdnmag/issues/07/04/ASPNET20/fig05.gif, Error: No imaging component suitable to complete this operation was found.&lt;br /&gt;2008-04-30T11:48:38-07:00,Error,DataFeedSource: Unable to create ImageSource from data stream. URI: /msdnmag/issues/07/12/ServiceStation/fig01.gif, Error: No imaging component suitable to complete this operation was found.&lt;br /&gt;2008-04-30T11:48:38-07:00,Error,DataFeedSource: Unable to create ImageSource from data stream. URI: /msdnmag/issues/08/01/WickedCode/fig01.gif, Error: No imaging component suitable to complete this operation was found.&lt;br /&gt;2008-04-30T11:48:38-07:00,Error,DataFeedSource: Unable to create ImageSource from data stream. URI: /msdnmag/issues/07/08/ExtremeASPNET/fig01.gif, Error: No imaging component suitable to complete this operation was found.&lt;br /&gt;2008-04-30T11:48:38-07:00,Error,DataFeedSource: Unable to create ImageSource from data stream. URI: /msdnmag/issues/07/09/CuttingEdge/fig07.gif, Error: No imaging component suitable to complete this operation was found.&lt;br /&gt;2008-04-30T11:48:39-07:00,Error,DataFeedSource: Unable to create ImageSource from data stream. URI: http://msdn.microsoft.com/msdnmag/issues/07/03/IIS7/fig02.gif, Error: No imaging component suitable to complete this operation was found.&lt;br /&gt;2008-04-30T11:48:39-07:00,Error,DataFeedSource: Unable to create ImageSource from data stream. URI: http://msdn.microsoft.com/msdnmag/issues/07/06/Silverlight/fig08.gif, Error: No imaging component suitable to complete this operation was found.&lt;br /&gt;2008-04-30T11:48:39-07:00,Error,DataFeedSource: Unable to create ImageSource from data stream. URI: http://msdn.microsoft.com/msdnmag/issues/07/05/JavaScript/fig03.gif, Error: No imaging component suitable to complete this operation was found.&lt;br /&gt;2008-04-30T11:49:04-07:00,Information,ViewManager: Navigated to path: cat.xml/Web/http%3A%2F%2Fmsdn.microsoft.com%2Fmsdnmag%2Fissues%2F07%2F04%2FASPNET20&lt;br /&gt;2008-04-30T11:49:04-07:00,Error,DataFeedSource: Unable to create XML document from data stream. URI: /msdnmag/issues/07/04/ASPNET20/Article.xml, Error: Unexpected XML declaration. The XML declaration must be the first node in the document, and no white space characters are allowed to appear before it. Line 3, position 3.&lt;br /&gt; &lt;br /&gt;Repeating the above several times.&lt;br /&gt;
&lt;/div&gt;</description><author>stimpy77</author><pubDate>Wed, 30 Apr 2008 22:23:36 GMT</pubDate><guid isPermaLink="false">NEW POST: Doesn't Work, Articles Come Up Blank 20080430P</guid></item><item><title>NEW POST: Experiment gone dead?</title><link>http://code.msdn.microsoft.com/msdnreader/Thread/View.aspx?ThreadId=270</link><description>&lt;div class="wikidoc"&gt;
I love the reader but it seems like the content is a bit stale. Most of the articles are from 2007 or earlier. The newest one I can find is from February 2008. Is this like the Max project?&lt;br /&gt; &lt;br /&gt;At least it provides a great example of what you can do with WPF.&lt;br /&gt;
&lt;/div&gt;</description><author>Kojacked</author><pubDate>Thu, 10 Apr 2008 16:46:17 GMT</pubDate><guid isPermaLink="false">NEW POST: Experiment gone dead? 20080410P</guid></item><item><title>NEW POST: Issue with Open "Figure (n)" dialog</title><link>http://code.msdn.microsoft.com/msdnreader/Thread/View.aspx?ThreadId=207</link><description>&lt;div class="wikidoc"&gt;
Hi All,&lt;br /&gt;      It's happening since MSDN magazine upgraded to new style. When I open dialog for Figure (n) Links, now it opens the whole article not only the figure i want to see. &amp;quot;See all code figures for this article&amp;quot; Link also doesn't work anymore. It make me sick when i want to print the article with (code) Figures. I hope Microsoft will fix this issue in next release.&lt;br /&gt; &lt;br /&gt;Thanks,&lt;br /&gt;Soe Moe&lt;br /&gt;
&lt;/div&gt;</description><author>SoeMoe</author><pubDate>Mon, 24 Mar 2008 07:02:57 GMT</pubDate><guid isPermaLink="false">NEW POST: Issue with Open "Figure (n)" dialog 20080324A</guid></item><item><title>NEW POST: What do you think?</title><link>http://code.msdn.microsoft.com/msdnreader/Thread/View.aspx?ThreadId=17</link><description>&lt;div class="wikidoc"&gt;
Hi James, I'd be happy to point you in the right direction.  If you're interested in writing a converter to extend the existing app, let me know.  I'd be happy to add you as a 'coordinator' so that you can post the source.&lt;br /&gt; &lt;br /&gt;For the time being check out the MsdnStoryToFlowDocumentConverter class.  Here you can add the branching logic to decide which converter to use (you'll need some identifying criteria to distinguish between content types; msdn mag, msdn library, blog, etc).  Then you can create a new version of MsdnMagazineDocumnetConverter for the new content type.  You'll have to implement the convert method to go from XPathDocument to FLowDocument.&lt;br /&gt; &lt;br /&gt;Feel free to email me if you have any quesitons.  Thanks for the interest!&lt;br /&gt;
&lt;/div&gt;</description><author>GazSam</author><pubDate>Sat, 01 Mar 2008 01:37:36 GMT</pubDate><guid isPermaLink="false">NEW POST: What do you think? 20080301A</guid></item><item><title>NEW POST: What do you think?</title><link>http://code.msdn.microsoft.com/msdnreader/Thread/View.aspx?ThreadId=17</link><description>&lt;div class="wikidoc"&gt;
GazSam, I'd be interested in finding out where the code location is to 'drop in a new converter'. I think the idea of supporting other MSDN content is a great idea. &lt;br /&gt; &lt;br /&gt;I'd also be interested in the possibility of specifying a custom installation location for the MSDN Reader; I like to keep installation of non-critical applications on a different drive (physical and logical) to allow for optimal drive space for Windows and critical applications.&lt;br /&gt;
&lt;/div&gt;</description><author>JamesR</author><pubDate>Thu, 28 Feb 2008 19:30:56 GMT</pubDate><guid isPermaLink="false">NEW POST: What do you think? 20080228P</guid></item><item><title>NEW POST: What do you think?</title><link>http://code.msdn.microsoft.com/msdnreader/Thread/View.aspx?ThreadId=17</link><description>&lt;div class="wikidoc"&gt;
There are a few great tutorials and walkthroughs about building 'syndicated client experiences' like the MSDN Reader here: http://windowsclient.net/wpf/starter-kits/sce-get-started.aspx .  Good luck!  Let me know if you're looking for anything else.&lt;br /&gt;
&lt;/div&gt;</description><author>GazSam</author><pubDate>Tue, 19 Feb 2008 09:24:05 GMT</pubDate><guid isPermaLink="false">NEW POST: What do you think? 20080219A</guid></item><item><title>NEW POST: What do you think?</title><link>http://code.msdn.microsoft.com/msdnreader/Thread/View.aspx?ThreadId=17</link><description>&lt;div class="wikidoc"&gt;
Really nice!&lt;br /&gt; &lt;br /&gt;I would like to build an RSS feed reader in my subscription center, but I have no idea where to start.&lt;br /&gt; &lt;br /&gt;And I would like to see compression of the database fields (image and html), SQLCe can only handle so much.&lt;br /&gt;
&lt;/div&gt;</description><author>MatthijsKrempel</author><pubDate>Mon, 18 Feb 2008 18:15:00 GMT</pubDate><guid isPermaLink="false">NEW POST: What do you think? 20080218P</guid></item><item><title>NEW POST: What do you think?</title><link>http://code.msdn.microsoft.com/msdnreader/Thread/View.aspx?ThreadId=17</link><description>&lt;div class="wikidoc"&gt;
Absolutely binneys...we're looking into extending it to support different content types.  If you're interested in helping to make this happen, let me know and I can point you to the place in the code where you can drop in a new converter. &lt;br /&gt;
&lt;/div&gt;</description><author>GazSam</author><pubDate>Thu, 14 Feb 2008 04:14:10 GMT</pubDate><guid isPermaLink="false">NEW POST: What do you think? 20080214A</guid></item><item><title>NEW POST: What do you think?</title><link>http://code.msdn.microsoft.com/msdnreader/Thread/View.aspx?ThreadId=17</link><description>&lt;div class="wikidoc"&gt;
Great app.&lt;br /&gt; &lt;br /&gt;Can it be extended to to view MSDN blogs and regular MSDN content in addition to MSDN magazine?&lt;br /&gt;
&lt;/div&gt;</description><author>binneys</author><pubDate>Wed, 13 Feb 2008 21:32:45 GMT</pubDate><guid isPermaLink="false">NEW POST: What do you think? 20080213P</guid></item><item><title>NEW POST: What do you think?</title><link>http://code.msdn.microsoft.com/msdnreader/Thread/View.aspx?ThreadId=17</link><description>&lt;div class="wikidoc"&gt;
I like it very much. A few suggestions though.&lt;br /&gt; &lt;br /&gt;1. Add a Home buttont to take you to the Home Screen.&lt;br /&gt;2. Add an Options Section for saving, sycn schedule, other, etc.&lt;br /&gt;3. Change default behaviour for the mouse wheel. When viewing an article, it seems intuitive for the mouse wheel scroll to browse through the pages in the article. Instead it browses articles, very annoying.&lt;br /&gt;4. Add a News section.&lt;br /&gt; &lt;br /&gt;That's all for now. I'm looking forward to future updates. Speaking of updates, I hope it will automatically update itself since it's using ClickOnce deployment.&lt;br /&gt; &lt;br /&gt;Callon&lt;br /&gt;
&lt;/div&gt;</description><author>calloncampbell</author><pubDate>Wed, 06 Feb 2008 18:53:37 GMT</pubDate><guid isPermaLink="false">NEW POST: What do you think? 20080206P</guid></item></channel></rss>