<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" media="screen" href="/App_Themes/default/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:evnet="http://www.mscommunities.com/rssmodule/"><channel><title>Entries for Doctor Who</title><atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/niners/doctor who/rss/default.aspx" /><image><url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url><title>Entries for Doctor Who</title><link>http://channel9.msdn.com/Niners/doctor%20who/</link></image><description>Entries, comments and threads posted by Doctor Who</description><link>http://channel9.msdn.com/Niners/doctor%20who/</link><language>en-us</language><pubDate>Fri, 27 Nov 2009 22:35:45 GMT</pubDate><lastBuildDate>Fri, 27 Nov 2009 22:35:45 GMT</lastBuildDate><generator>EvNet (EvNet, Version=1.0.3608.3122, Culture=neutral, PublicKeyToken=null)</generator><item><title>WMP on Windows 7</title><description>&lt;p&gt;I've recently installed Windows 7.&amp;nbsp; Been playing with it for about a week or two.&amp;nbsp; Love it!&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;One question I wonder about, though, is Windows Media Player (WMP) in Windows 7.&amp;nbsp; With Windows Vista I would share out my music to others at home, and they would share out their music with me, etc.&amp;nbsp; It was nice to have this.&amp;nbsp; However, WMP in Windows 7 has the notion of "media streaming", and it looks as though it is only available to the homegroup that is defined in Windows 7.&amp;nbsp; Have I got it correct?&amp;nbsp; Is it the case that I can only share out my music to others in my home network if they also have Windows 7 on their machines?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/509334/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/509334-WMP-on-Windows-7/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/509334-WMP-on-Windows-7/</link><pubDate>Fri, 27 Nov 2009 22:35:45 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/509334-WMP-on-Windows-7/</guid><evnet:views>40</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/509334/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>I've recently installed Windows 7.&amp;nbsp; Been playing with it for about a week or two.&amp;nbsp; Love it!
&amp;nbsp;
One question I wonder about, though, is Windows Media Player (WMP) in Windows 7.&amp;nbsp; With Windows Vista I would share out my music to others at home, and they would share out their music&amp;#8230;</evnet:previewtext><dc:creator>Doctor Who</dc:creator><slash:comments>1</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/509334-WMP-on-Windows-7/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/509334/Trackback.aspx</trackback:ping></item><item><title>Getting a Security.Exception error in ASP.NET [Getting a Security.Exception error in ASP.NET]</title><description>&lt;p&gt;I've been reconstructing my VS 2008 development environment on my new Windows 7 machine, after my Vista machine died.&amp;nbsp; Its working for the most part, except that none of my&amp;nbsp;ASP.NET apps that use the AJAX Toolkit are working, on my Win 7 machine.&amp;nbsp; For example, I am getting the following error message when I attempt to run access a page that has some AJAX Toolkit controls on it:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;&lt;em&gt;Security Exception&lt;/em&gt; &lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;Description: &lt;/strong&gt;The application attempted to perform an operation not allowed by the security policy. &amp;nbsp;To grant this application the required permission please contact your system administrator or change the application's trust level in the configuration file. &lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Exception Details: &lt;/strong&gt;System.Security.SecurityException: Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Source Error:&lt;/strong&gt; &lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;table bgcolor="#ffffcc"&gt;

&lt;tr&gt;
&lt;td&gt;&lt;code&gt;An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.&lt;/code&gt; &lt;/td&gt;
&lt;/tr&gt;

&lt;/table&gt;
&lt;p&gt;&lt;br /&gt;&lt;strong&gt;Stack Trace:&lt;/strong&gt; &lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;table bgcolor="#ffffcc"&gt;

&lt;tr&gt;
&lt;td&gt;&lt;code&gt;
&lt;pre&gt;[SecurityException: Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.]
   System.Reflection.Assembly._GetType(String name, Boolean throwOnError, Boolean ignoreCase) +0
&lt;/pre&gt;
&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;

&lt;/table&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;now, I'm not entirely sure what I've done wrong.&amp;nbsp; When I was setting up my new Windows 7 system I installed the developer edition of SQL Server 2008, but only that (I was advised to &lt;u&gt;not&lt;/u&gt; install any of the SQL Server Express editions).&amp;nbsp; Then I installed VS 2008 Pro.&amp;nbsp; Next I downloaded the AJAX Toolkit from&amp;nbsp;off of &lt;a href="http://www.asp.net's"&gt;www.asp.net's&lt;/a&gt; website.&amp;nbsp; What have I done wrong?&amp;nbsp; Should I have installed some sort of SQL Server Express edition (either 2005 or 2008)?&lt;/p&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/TechOff/506374-Getting-a-SecurityException-error-in-ASPNET/'&gt;Getting a Security.Exception error in ASP.NET&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/506374/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/TechOff/506374-Getting-a-SecurityException-error-in-ASPNET/</comments><link>http://channel9.msdn.com/forums/TechOff/506374-Getting-a-SecurityException-error-in-ASPNET/</link><pubDate>Sun, 15 Nov 2009 01:18:19 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/506374-Getting-a-SecurityException-error-in-ASPNET/</guid><evnet:views>135</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/506374/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>I've been reconstructing my VS 2008 development environment on my new Windows 7 machine, after my Vista machine died.&amp;nbsp; Its working for the most part, except that none of my&amp;nbsp;ASP.NET apps that use the AJAX Toolkit are working, on my Win 7 machine.&amp;nbsp; For example, I am getting the&amp;#8230;</evnet:previewtext><dc:creator>Doctor Who</dc:creator><slash:comments>4</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/TechOff/506374-Getting-a-SecurityException-error-in-ASPNET/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/506374/Trackback.aspx</trackback:ping></item><item><title>Getting a "rrtray.exe has stopped working" error [Getting a "rrtray.exe has stopped working" error]</title><description>&lt;p&gt;One of my PCs, which is running Vista Ultimate, always comes up with an error that says, "rrtray.exe has stopped working".&amp;nbsp; I believe it is something called the MSN Remote Recording is failing.&amp;nbsp; I'm not sure what it is, and whatever it is, we haven't really used it, so how do I disable it so it no longer troubles us?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/TechOff/502392-Getting-a-rrtrayexe-has-stopped-working-error/'&gt;Getting a "rrtray.exe has stopped working" error&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/502392/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/TechOff/502392-Getting-a-rrtrayexe-has-stopped-working-error/</comments><link>http://channel9.msdn.com/forums/TechOff/502392-Getting-a-rrtrayexe-has-stopped-working-error/</link><pubDate>Tue, 27 Oct 2009 03:04:15 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/502392-Getting-a-rrtrayexe-has-stopped-working-error/</guid><evnet:views>113</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/502392/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>One of my PCs, which is running Vista Ultimate, always comes up with an error that says, "rrtray.exe has stopped working".&amp;nbsp; I believe it is something called the MSN Remote Recording is failing.&amp;nbsp; I'm not sure what it is, and whatever it is, we haven't really used it, so how do I disable it&amp;#8230;</evnet:previewtext><dc:creator>Doctor Who</dc:creator><slash:comments>1</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/TechOff/502392-Getting-a-rrtrayexe-has-stopped-working-error/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/502392/Trackback.aspx</trackback:ping></item><item><title>Windows 7 Backup error 0x80070005 [Windows 7 Backup error 0x80070005]</title><description>&lt;p&gt;Windows 7 suggested that I setup a backup job, to backup to an external hard drive.&amp;nbsp; I've got such a drive and thought that was a good idea, so I setup the default job that Windows 7 Backup suggested and let it run.&amp;nbsp; It failed with a 0x80070005 error ("Access is denied").&amp;nbsp; I'm not sure why access would be denied, as I supplied it my own credentials and I'm an administrator.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;So, what's the problem?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/TechOff/501946-Windows-7-Backup-error-0x80070005/'&gt;Windows 7 Backup error 0x80070005&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/501946/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/TechOff/501946-Windows-7-Backup-error-0x80070005/</comments><link>http://channel9.msdn.com/forums/TechOff/501946-Windows-7-Backup-error-0x80070005/</link><pubDate>Sun, 25 Oct 2009 00:34:12 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/501946-Windows-7-Backup-error-0x80070005/</guid><evnet:views>470</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/501946/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Windows 7 suggested that I setup a backup job, to backup to an external hard drive.&amp;nbsp; I've got such a drive and thought that was a good idea, so I setup the default job that Windows 7 Backup suggested and let it run.&amp;nbsp; It failed with a 0x80070005 error ("Access is denied").&amp;nbsp; I'm not&amp;#8230;</evnet:previewtext><dc:creator>Doctor Who</dc:creator><slash:comments>9</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/TechOff/501946-Windows-7-Backup-error-0x80070005/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/501946/Trackback.aspx</trackback:ping></item><item><title>Installing SQL Server 2005 and VS 2008 onto Windows 7 [Installing SQL Server 2005 and VS 2008 onto Windows 7]</title><description>&lt;p&gt;I'd like to install the 64-bit developer edition of SQL Server 2005, and Visual Studio 2008, onto Windows 7 (64-bit).&amp;nbsp; Does the order in which I install them matter, or not?&amp;nbsp; And if it does matter, what would the correct order be, please?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/TechOff/499733-Installing-SQL-Server-2005-and-VS-2008-onto-Windows-7/'&gt;Installing SQL Server 2005 and VS 2008 onto Windows 7&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/499733/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/TechOff/499733-Installing-SQL-Server-2005-and-VS-2008-onto-Windows-7/</comments><link>http://channel9.msdn.com/forums/TechOff/499733-Installing-SQL-Server-2005-and-VS-2008-onto-Windows-7/</link><pubDate>Mon, 19 Oct 2009 00:20:11 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/499733-Installing-SQL-Server-2005-and-VS-2008-onto-Windows-7/</guid><evnet:views>502</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/499733/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>I'd like to install the 64-bit developer edition of SQL Server 2005, and Visual Studio 2008, onto Windows 7 (64-bit).&amp;nbsp; Does the order in which I install them matter, or not?&amp;nbsp; And if it does matter, what would the correct order be, please?
&amp;nbsp;in reply to Installing SQL Server 2005 and VS 2008 onto Windows 7</evnet:previewtext><dc:creator>Doctor Who</dc:creator><slash:comments>0</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/TechOff/499733-Installing-SQL-Server-2005-and-VS-2008-onto-Windows-7/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/499733/Trackback.aspx</trackback:ping></item><item><title>Can iTunes 9 work on Windows 7? [Can iTunes 9 work on Windows 7?]</title><description>&lt;p&gt;Will the 64-bit version of iTunes 9 work on Windows 7? (The 64-bit version of Windows 7.)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/498945-Can-iTunes-9-work-on-Windows-7/'&gt;Can iTunes 9 work on Windows 7?&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/498945/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/498945-Can-iTunes-9-work-on-Windows-7/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/498945-Can-iTunes-9-work-on-Windows-7/</link><pubDate>Fri, 16 Oct 2009 02:27:24 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/498945-Can-iTunes-9-work-on-Windows-7/</guid><evnet:views>1176</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/498945/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Will the 64-bit version of iTunes 9 work on Windows 7? (The 64-bit version of Windows 7.)
&amp;nbsp;in reply to Can iTunes 9 work on Windows 7?</evnet:previewtext><dc:creator>Doctor Who</dc:creator><slash:comments>5</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/498945-Can-iTunes-9-work-on-Windows-7/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/498945/Trackback.aspx</trackback:ping></item><item><title>Getting software for Logitech QuickCam [Getting software for Logitech QuickCam]</title><description>&lt;p&gt;I've got a Logitech QuikCam Pro 9000.&amp;nbsp; I installed it onto my Vista machine and it worked fine.&amp;nbsp; I always keep my installations CDs in one place.&amp;nbsp; However, some weeks ago someone in my family spilled water over lots of my stuff, ruining manuals, etc.&amp;nbsp; Now, I've installed Windows 7, and when I plugged in the QuickCam it wanted the installation CD for version 1.1 of the software.&amp;nbsp; Great, I don't have it anywhere at all.&amp;nbsp; My family is clueless as to what's happened to it.&amp;nbsp; (They're very apologetic, too.)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;So, how do I get the software for the QuickCam?&amp;nbsp; Am I going to be forced to buy another one?&amp;nbsp; (I do &lt;u&gt;not&lt;/u&gt; want to do that if I can avoid it, and I &lt;u&gt;want&lt;/u&gt; to avoid it.)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/498932-Getting-software-for-Logitech-QuickCam/'&gt;Getting software for Logitech QuickCam&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/498932/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/498932-Getting-software-for-Logitech-QuickCam/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/498932-Getting-software-for-Logitech-QuickCam/</link><pubDate>Fri, 16 Oct 2009 00:53:08 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/498932-Getting-software-for-Logitech-QuickCam/</guid><evnet:views>813</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/498932/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>I've got a Logitech QuikCam Pro 9000.&amp;nbsp; I installed it onto my Vista machine and it worked fine.&amp;nbsp; I always keep my installations CDs in one place.&amp;nbsp; However, some weeks ago someone in my family spilled water over lots of my stuff, ruining manuals, etc.&amp;nbsp; Now, I've installed Windows&amp;#8230;</evnet:previewtext><dc:creator>Doctor Who</dc:creator><slash:comments>4</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/498932-Getting-software-for-Logitech-QuickCam/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/498932/Trackback.aspx</trackback:ping></item><item><title>Turning off FUS in Windows 7 [Turning off FUS in Windows 7]</title><description>&lt;p&gt;How do I turn off fast user switching in Windows 7?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/TechOff/498754-Turning-off-FUS-in-Windows-7/'&gt;Turning off FUS in Windows 7&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/498754/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/TechOff/498754-Turning-off-FUS-in-Windows-7/</comments><link>http://channel9.msdn.com/forums/TechOff/498754-Turning-off-FUS-in-Windows-7/</link><pubDate>Thu, 15 Oct 2009 02:50:18 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/498754-Turning-off-FUS-in-Windows-7/</guid><evnet:views>806</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/498754/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>How do I turn off fast user switching in Windows 7?
&amp;nbsp;in reply to Turning off FUS in Windows 7</evnet:previewtext><dc:creator>Doctor Who</dc:creator><slash:comments>6</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/TechOff/498754-Turning-off-FUS-in-Windows-7/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/498754/Trackback.aspx</trackback:ping></item><item><title>After installing Win7, can't find coprocessor [After installing Win7, can't find coprocessor]</title><description>&lt;p&gt;Last weekend I installed Windows 7, by doing a wipe and load of my new PC.&amp;nbsp; (Its an HP&amp;nbsp;Pavilion Elite desktop, with a quad-core AMD processor.)&amp;nbsp; After the install everything seems to be OK.&amp;nbsp; However, when I go into the Device Manager I notice that there is something there labeled "Other" and under that "Coprocessor".&amp;nbsp; Windows 7 cannot find a device driver for it and therefore whatever it is, it isn't working.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;So, what &lt;u&gt;is&lt;/u&gt; this?&amp;nbsp; Could it be the math coprocessor?&amp;nbsp; Why would Windows 7 need a device driver for a math coprocessor?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/TechOff/496965-After-installing-Win7-cant-find-coprocessor/'&gt;After installing Win7, can't find coprocessor&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/496965/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/TechOff/496965-After-installing-Win7-cant-find-coprocessor/</comments><link>http://channel9.msdn.com/forums/TechOff/496965-After-installing-Win7-cant-find-coprocessor/</link><pubDate>Thu, 08 Oct 2009 14:19:58 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/496965-After-installing-Win7-cant-find-coprocessor/</guid><evnet:views>795</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/496965/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Last weekend I installed Windows 7, by doing a wipe and load of my new PC.&amp;nbsp; (Its an HP&amp;nbsp;Pavilion Elite desktop, with a quad-core AMD processor.)&amp;nbsp; After the install everything seems to be OK.&amp;nbsp; However, when I go into the Device Manager I notice that there is something there labeled&amp;#8230;</evnet:previewtext><dc:creator>Doctor Who</dc:creator><slash:comments>13</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/TechOff/496965-After-installing-Win7-cant-find-coprocessor/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/496965/Trackback.aspx</trackback:ping></item><item><title>Avira AntiVirus Personal and Windows 7 [Avira AntiVirus Personal and Windows 7]</title><description>&lt;p&gt;Will Avira AntiVirus Personal software work with Windows 7, both the 32-bit and 64-bit versions?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/TechOff/495773-Avira-AntiVirus-Personal-and-Windows-7/'&gt;Avira AntiVirus Personal and Windows 7&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/495773/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/TechOff/495773-Avira-AntiVirus-Personal-and-Windows-7/</comments><link>http://channel9.msdn.com/forums/TechOff/495773-Avira-AntiVirus-Personal-and-Windows-7/</link><pubDate>Sat, 03 Oct 2009 00:57:35 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/495773-Avira-AntiVirus-Personal-and-Windows-7/</guid><evnet:views>1317</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/495773/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Will Avira AntiVirus Personal software work with Windows 7, both the 32-bit and 64-bit versions?
&amp;nbsp;in reply to Avira AntiVirus Personal and Windows 7</evnet:previewtext><dc:creator>Doctor Who</dc:creator><slash:comments>6</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/TechOff/495773-Avira-AntiVirus-Personal-and-Windows-7/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/495773/Trackback.aspx</trackback:ping></item><item><title>Upgrading to Windows 7 from Vista [Upgrading to Windows 7 from Vista]</title><description>&lt;p&gt;I've recently purchased a new PC through NewEgg.&amp;nbsp; It came with Vista on it.&amp;nbsp; I have heard that Microsoft has made it possible to upgrade to Windows 7 for free, if you've made a recent purchase of a machine with Vista on it.&amp;nbsp; How do I go about doing that?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/494728-Upgrading-to-Windows-7-from-Vista/'&gt;Upgrading to Windows 7 from Vista&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/494728/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/494728-Upgrading-to-Windows-7-from-Vista/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/494728-Upgrading-to-Windows-7-from-Vista/</link><pubDate>Sun, 27 Sep 2009 20:34:43 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/494728-Upgrading-to-Windows-7-from-Vista/</guid><evnet:views>572</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/494728/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>I've recently purchased a new PC through NewEgg.&amp;nbsp; It came with Vista on it.&amp;nbsp; I have heard that Microsoft has made it possible to upgrade to Windows 7 for free, if you've made a recent purchase of a machine with Vista on it.&amp;nbsp; How do I go about doing that?
&amp;nbsp;in reply to Upgrading to Windows 7 from Vista</evnet:previewtext><dc:creator>Doctor Who</dc:creator><slash:comments>3</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/494728-Upgrading-to-Windows-7-from-Vista/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/494728/Trackback.aspx</trackback:ping></item><item><title>What does the in place upgrade to Windows 7 do? [What does the in place upgrade to Windows 7 do?]</title><description>&lt;p&gt;What does an in place upgrade from Vista Home Premium to Windows 7 Ultimate do?&amp;nbsp; Does it keep everything someplace so that you can roll back to Vista, or what?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/TechOff/494651-What-does-the-in-place-upgrade-to-Windows-7-do/'&gt;What does the in place upgrade to Windows 7 do?&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/494651/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/TechOff/494651-What-does-the-in-place-upgrade-to-Windows-7-do/</comments><link>http://channel9.msdn.com/forums/TechOff/494651-What-does-the-in-place-upgrade-to-Windows-7-do/</link><pubDate>Sun, 27 Sep 2009 04:51:02 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/494651-What-does-the-in-place-upgrade-to-Windows-7-do/</guid><evnet:views>402</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/494651/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>What does an in place upgrade from Vista Home Premium to Windows 7 Ultimate do?&amp;nbsp; Does it keep everything someplace so that you can roll back to Vista, or what?
&amp;nbsp;in reply to What does the in place upgrade to Windows 7 do?</evnet:previewtext><dc:creator>Doctor Who</dc:creator><slash:comments>0</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/TechOff/494651-What-does-the-in-place-upgrade-to-Windows-7-do/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/494651/Trackback.aspx</trackback:ping></item><item><title>Could turning off the power strip have a negative effect a PC? [Could turning off the power strip have a negative effect a PC?]</title><description>&lt;p&gt;Every night we turn our PCs off.&amp;nbsp; Once a week I'll turn the power strip off that the PC, speaker, etc, are powered through.&amp;nbsp; I'm wondering, could doing that have any negative influence on the PC or any of the components?&lt;/p&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/494647-Could-turning-off-the-power-strip-have-a-negative-effect-a-PC/'&gt;Could turning off the power strip have a negative effect a PC?&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/494647/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/494647-Could-turning-off-the-power-strip-have-a-negative-effect-a-PC/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/494647-Could-turning-off-the-power-strip-have-a-negative-effect-a-PC/</link><pubDate>Sun, 27 Sep 2009 04:11:08 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/494647-Could-turning-off-the-power-strip-have-a-negative-effect-a-PC/</guid><evnet:views>863</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/494647/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Every night we turn our PCs off.&amp;nbsp; Once a week I'll turn the power strip off that the PC, speaker, etc, are powered through.&amp;nbsp; I'm wondering, could doing that have any negative influence on the PC or any of the components?in reply to Could turning off the power strip have a negative effect a PC?</evnet:previewtext><dc:creator>Doctor Who</dc:creator><slash:comments>25</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/494647-Could-turning-off-the-power-strip-have-a-negative-effect-a-PC/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/494647/Trackback.aspx</trackback:ping></item><item><title>Getting Windows Search Indexer stopped [Getting Windows Search Indexer stopped]</title><description>&lt;p&gt;I've had to rebuild my PC, for the 3 time.&amp;nbsp; This latest incarnation is less than 1 month old.&amp;nbsp; Anyway, now I'm getting these stupid pop-up messages constantly coming up saying, "Microsoft Windows Search Indexer stopped working and was closed: A problem caused the aplication to stop working correctly.&amp;nbsp; Windows will notify you if a solution is available."&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The thing that really bothers me is that now I cannot even get into the event viewer to see what's going on!&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;So, what do I do to try and get this working working again?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I'm using the 64-bit version of Windows Vista Ultimate.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/TechOff/490753-Getting-Windows-Search-Indexer-stopped/'&gt;Getting Windows Search Indexer stopped&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/490753/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/TechOff/490753-Getting-Windows-Search-Indexer-stopped/</comments><link>http://channel9.msdn.com/forums/TechOff/490753-Getting-Windows-Search-Indexer-stopped/</link><pubDate>Thu, 10 Sep 2009 02:59:03 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/490753-Getting-Windows-Search-Indexer-stopped/</guid><evnet:views>377</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/490753/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>I've had to rebuild my PC, for the 3 time.&amp;nbsp; This latest incarnation is less than 1 month old.&amp;nbsp; Anyway, now I'm getting these stupid pop-up messages constantly coming up saying, "Microsoft Windows Search Indexer stopped working and was closed: A problem caused the aplication to stop working&amp;#8230;</evnet:previewtext><dc:creator>Doctor Who</dc:creator><slash:comments>1</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/TechOff/490753-Getting-Windows-Search-Indexer-stopped/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/490753/Trackback.aspx</trackback:ping></item><item><title>IE8 has been crashing while I close it [IE8 has been crashing while I close it]</title><description>&lt;p&gt;I had to reinstall the 64-bot version of Vista Ultimate on my machine recently.&amp;nbsp; I've got IE8 installed, and as far as I know, am up to date on critical updates.&amp;nbsp; Recently, when closing IE8 I've been getting a lot of errors like this (from my event log):&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;Event ID: 1000&lt;/p&gt;
&lt;p&gt;Faulting application iexplore.exe, version 8.0.6001.18813, time stamp 0x4a6621ae, faulting module mshtml.dll, version 8.0.6001.18813, time stamp 0x4a66380c, exception code 0xc0000005, fault offset 0x000a0fc9, process id 0x110c, application start time 0x01ca2daf4704ae21.&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I've done some searches to try and find out what's going on, and most searches I've come across were for IE6 or IE7.&amp;nbsp; Anyone know what might be going on and what I can do about it?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/TechOff/489915-IE8-has-been-crashing-while-I-close-it/'&gt;IE8 has been crashing while I close it&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/489915/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/TechOff/489915-IE8-has-been-crashing-while-I-close-it/</comments><link>http://channel9.msdn.com/forums/TechOff/489915-IE8-has-been-crashing-while-I-close-it/</link><pubDate>Fri, 04 Sep 2009 22:52:21 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/489915-IE8-has-been-crashing-while-I-close-it/</guid><evnet:views>494</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/489915/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>I had to reinstall the 64-bot version of Vista Ultimate on my machine recently.&amp;nbsp; I've got IE8 installed, and as far as I know, am up to date on critical updates.&amp;nbsp; Recently, when closing IE8 I've been getting a lot of errors like this (from my event log):
&amp;nbsp;

Event ID: 1000
Faulting&amp;#8230;</evnet:previewtext><dc:creator>Doctor Who</dc:creator><slash:comments>1</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/TechOff/489915-IE8-has-been-crashing-while-I-close-it/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/489915/Trackback.aspx</trackback:ping></item><item><title>Retrieving my Favorites from a rebuilt machine [Retrieving my Favorites from a rebuilt machine]</title><description>&lt;p&gt;2 weeks ago my Vista machine had some sort of serious crash.&amp;nbsp; Last weekend I spent getting the basics of it back together.&amp;nbsp; I've reloaded Vista and I'm up and running again.&amp;nbsp; When I reinstalled Vista it put lots of the old things, like &lt;strong&gt;Users&lt;/strong&gt; folder from the previous installation of Vista, into a new folder called &lt;strong&gt;Windows.old&lt;/strong&gt;.&amp;nbsp; So, I can see my old &lt;strong&gt;Favorites&lt;/strong&gt; folder under my user's name.&amp;nbsp; I want to restore those favorites to my new installation of IE8.&amp;nbsp; (The old installation of Vista was also IE8.)&amp;nbsp; Is the only thing I have to do is copy the folders and the new Favorites for IE8?&amp;nbsp; Or is there something else that I need to do?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/TechOff/488126-Retrieving-my-Favorites-from-a-rebuilt-machine/'&gt;Retrieving my Favorites from a rebuilt machine&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/488126/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/TechOff/488126-Retrieving-my-Favorites-from-a-rebuilt-machine/</comments><link>http://channel9.msdn.com/forums/TechOff/488126-Retrieving-my-Favorites-from-a-rebuilt-machine/</link><pubDate>Sat, 29 Aug 2009 01:15:43 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/488126-Retrieving-my-Favorites-from-a-rebuilt-machine/</guid><evnet:views>330</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/488126/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>2 weeks ago my Vista machine had some sort of serious crash.&amp;nbsp; Last weekend I spent getting the basics of it back together.&amp;nbsp; I've reloaded Vista and I'm up and running again.&amp;nbsp; When I reinstalled Vista it put lots of the old things, like Users folder from the previous installation of&amp;#8230;</evnet:previewtext><dc:creator>Doctor Who</dc:creator><slash:comments>1</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/TechOff/488126-Retrieving-my-Favorites-from-a-rebuilt-machine/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/488126/Trackback.aspx</trackback:ping></item><item><title>A question about Vista's Recovery Console [A question about Vista's Recovery Console]</title><description>&lt;p&gt;I've got a very seriously malfunctioning Vista machine.&amp;nbsp; I'm trying to salvage it, if possible.&amp;nbsp; Is it possible to use the Vista Recovery Console.&amp;nbsp; I don't have a fresh enough system save point in order to do a system restore to that point.&amp;nbsp; Can I use the &lt;strong&gt;Startup Repair&lt;/strong&gt; to try and get my Vista installation working again?&lt;/p&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/TechOff/485719-A-question-about-Vistas-Recovery-Console/'&gt;A question about Vista's Recovery Console&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/485719/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/TechOff/485719-A-question-about-Vistas-Recovery-Console/</comments><link>http://channel9.msdn.com/forums/TechOff/485719-A-question-about-Vistas-Recovery-Console/</link><pubDate>Wed, 19 Aug 2009 03:10:35 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/485719-A-question-about-Vistas-Recovery-Console/</guid><evnet:views>703</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/485719/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>I've got a very seriously malfunctioning Vista machine.&amp;nbsp; I'm trying to salvage it, if possible.&amp;nbsp; Is it possible to use the Vista Recovery Console.&amp;nbsp; I don't have a fresh enough system save point in order to do a system restore to that point.&amp;nbsp; Can I use the Startup Repair to try&amp;#8230;</evnet:previewtext><dc:creator>Doctor Who</dc:creator><slash:comments>9</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/TechOff/485719-A-question-about-Vistas-Recovery-Console/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/485719/Trackback.aspx</trackback:ping></item><item><title>Deleting files/folders and the recycle bin [Deleting files/folders and the recycle bin]</title><description>&lt;p&gt;I want to delete many files and folders, without them going into the recycle bin.&amp;nbsp; How do I do that?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/TechOff/485718-Deleting-filesfolders-and-the-recycle-bin/'&gt;Deleting files/folders and the recycle bin&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/485718/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/TechOff/485718-Deleting-filesfolders-and-the-recycle-bin/</comments><link>http://channel9.msdn.com/forums/TechOff/485718-Deleting-filesfolders-and-the-recycle-bin/</link><pubDate>Wed, 19 Aug 2009 02:49:48 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/485718-Deleting-filesfolders-and-the-recycle-bin/</guid><evnet:views>565</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/485718/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>I want to delete many files and folders, without them going into the recycle bin.&amp;nbsp; How do I do that?
&amp;nbsp;in reply to Deleting files/folders and the recycle bin</evnet:previewtext><dc:creator>Doctor Who</dc:creator><slash:comments>4</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/TechOff/485718-Deleting-filesfolders-and-the-recycle-bin/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/485718/Trackback.aspx</trackback:ping></item><item><title>How do you get to a hidden modal dialog box? [How do you get to a hidden modal dialog box?]</title><description>&lt;p&gt;Last night, I was working on a SQL script, in SQL Server Management Studio (SSMS) 2005, and I wanted to save the script. I pressed Control-S to save it, and then I don't know what happened, but the Save dialog box didn't show up. However, then I could not do anything at all with SSMS. I could not minimize it, maximize, move it&amp;nbsp;or do anything at all with it. It sat there doing absolutely nothing at all, not allowing me to interact with it at all, etc. It was extremely frustrating! Finally, when I attempted to log off, I got a message from Windows telling me that there was a modal dialog box requiring me to interact with it. That's nice; how in heck am I supposed to respond to a modal dialog box when the&amp;nbsp;application that has brought it up&amp;nbsp;is hiding the modal dialog box behind itself? As it happened I had to leave at that very moment, and had to stop it immediately, so the only thing I could think of doing was rebooting the system.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Bottom line: how do you interact with a modal dialog box that some stupid program brings up and then hides the modal dialog box&amp;nbsp; behind itself?&lt;br /&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/TechOff/485438-How-do-you-get-to-a-hidden-modal-dialog-box/'&gt;How do you get to a hidden modal dialog box?&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/485438/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/TechOff/485438-How-do-you-get-to-a-hidden-modal-dialog-box/</comments><link>http://channel9.msdn.com/forums/TechOff/485438-How-do-you-get-to-a-hidden-modal-dialog-box/</link><pubDate>Sun, 16 Aug 2009 23:52:40 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/485438-How-do-you-get-to-a-hidden-modal-dialog-box/</guid><evnet:views>763</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/485438/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Last night, I was working on a SQL script, in SQL Server Management Studio (SSMS) 2005, and I wanted to save the script. I pressed Control-S to save it, and then I don't know what happened, but the Save dialog box didn't show up. However, then I could not do anything at all with SSMS. I could not&amp;#8230;</evnet:previewtext><dc:creator>Doctor Who</dc:creator><slash:comments>2</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/TechOff/485438-How-do-you-get-to-a-hidden-modal-dialog-box/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/485438/Trackback.aspx</trackback:ping></item><item><title>What in heck is wrong with IE8 now? [What in heck is wrong with IE8 now?]</title><description>&lt;p&gt;Something has gone seriously wrong with IE8 this morning.&amp;nbsp; I turned on my PC (a 64-bit version of Vista Ultimate with SP1).&amp;nbsp; I bring up IE8, and try to go to anything in my Favorites folder, and it is impossible.&amp;nbsp; All links within my Favorites are not links at all.&amp;nbsp; I don't know what they are, but they're not links.&amp;nbsp; I can do a Properties on any of them, and they'll indicate that it is&amp;nbsp; a .URL file, but that's it.&amp;nbsp; I can click on any link in my Favorites until the universe ends, and it does nothing.&amp;nbsp; In addition, all of the icons associated with every link I've got in Favorites is now shown with a plain, blank icon.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Something is very weird and I've no idea how this happened, why it happened, how to reverse it, etc.&amp;nbsp; Help, please!&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/TechOff/485437-What-in-heck-is-wrong-with-IE8-now/'&gt;What in heck is wrong with IE8 now?&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/485437/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/TechOff/485437-What-in-heck-is-wrong-with-IE8-now/</comments><link>http://channel9.msdn.com/forums/TechOff/485437-What-in-heck-is-wrong-with-IE8-now/</link><pubDate>Sun, 16 Aug 2009 23:47:03 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/485437-What-in-heck-is-wrong-with-IE8-now/</guid><evnet:views>642</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/485437/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Something has gone seriously wrong with IE8 this morning.&amp;nbsp; I turned on my PC (a 64-bit version of Vista Ultimate with SP1).&amp;nbsp; I bring up IE8, and try to go to anything in my Favorites folder, and it is impossible.&amp;nbsp; All links within my Favorites are not links at all.&amp;nbsp; I don't know&amp;#8230;</evnet:previewtext><dc:creator>Doctor Who</dc:creator><slash:comments>1</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/TechOff/485437-What-in-heck-is-wrong-with-IE8-now/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/485437/Trackback.aspx</trackback:ping></item><item><title>WMC &amp; Netflix: Crashes immediately when I try viewing [WMC &amp; Netflix: Crashes immediately when I try viewing]</title><description>&lt;p&gt;I've just signed up for a free trial with Netflix.&amp;nbsp; One of the things available to me is being able to watch movies/TV shows online, through Windows Media Center and Netflix.&amp;nbsp; I really wanted to check this out.&amp;nbsp; So, I selected a short TV show (30 minutes) which can be watched instantly, and tried to watch it. However WMC crashed each and every time I tried.&amp;nbsp; Is this common?&amp;nbsp; Is WMC so unreliable?&amp;nbsp; I'm using a 64-bit version of Vista Ultimate.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/475848-WMC--Netflix-Crashes-immediately-when-I-try-viewing/'&gt;WMC &amp; Netflix: Crashes immediately when I try viewing&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/475848/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/475848-WMC--Netflix-Crashes-immediately-when-I-try-viewing/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/475848-WMC--Netflix-Crashes-immediately-when-I-try-viewing/</link><pubDate>Sat, 27 Jun 2009 20:26:00 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/475848-WMC--Netflix-Crashes-immediately-when-I-try-viewing/</guid><evnet:views>891</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/475848/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>I've just signed up for a free trial with Netflix.&amp;nbsp; One of the things available to me is being able to watch movies/TV shows online, through Windows Media Center and Netflix.&amp;nbsp; I really wanted to check this out.&amp;nbsp; So, I selected a short TV show (30 minutes) which can be watched&amp;#8230;</evnet:previewtext><dc:creator>Doctor Who</dc:creator><slash:comments>4</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/475848-WMC--Netflix-Crashes-immediately-when-I-try-viewing/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/475848/Trackback.aspx</trackback:ping></item><item><title>IE8 crashing a lot! [IE8 crashing a lot!]</title><description>&lt;p&gt;IE8, on my wife's PC, is crashing a lot!&amp;nbsp; And doing just simple things, like clicking on links.&amp;nbsp; Clicking a link shouldn't cause the browser to crash.&amp;nbsp; Here's the error captured from the event log:&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;Log Name:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Application&lt;br /&gt;Source:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Application Error&lt;br /&gt;Date:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6/26/2009 10:01:55 PM&lt;br /&gt;Event ID:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1000&lt;br /&gt;Task Category: (100)&lt;br /&gt;Level:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Error&lt;br /&gt;Keywords:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Classic&lt;br /&gt;User:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; N/A&lt;br /&gt;Computer:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ENTERPRISE&lt;br /&gt;Description:&lt;br /&gt;Faulting application iexplore.exe, version 8.0.6001.18702, time stamp 0x49b3ad2e, faulting module unknown, version 0.0.0.0, time stamp 0x00000000, exception code 0xc0000005, fault offset 0x00000000, process id 0x13f4, application start time 0x01c9f6dac980e52a.&lt;br /&gt;Event Xml:&lt;br /&gt;&amp;lt;Event xmlns="&lt;a href="http://schemas.microsoft.com/win/2004/08/events/event"&gt;http://schemas.microsoft.com/win/2004/08/events/event&lt;/a&gt;"&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;System&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Provider Name="Application Error" /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;EventID Qualifiers="0"&amp;gt;1000&amp;lt;/EventID&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Level&amp;gt;2&amp;lt;/Level&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Task&amp;gt;100&amp;lt;/Task&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Keywords&amp;gt;0x80000000000000&amp;lt;/Keywords&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;TimeCreated SystemTime="2009-06-27T04:01:55.000Z" /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;EventRecordID&amp;gt;169218&amp;lt;/EventRecordID&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Channel&amp;gt;Application&amp;lt;/Channel&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Computer&amp;gt;ENTERPRISE&amp;lt;/Computer&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Security /&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;/System&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;EventData&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Data&amp;gt;iexplore.exe&amp;lt;/Data&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Data&amp;gt;8.0.6001.18702&amp;lt;/Data&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Data&amp;gt;49b3ad2e&amp;lt;/Data&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Data&amp;gt;unknown&amp;lt;/Data&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Data&amp;gt;0.0.0.0&amp;lt;/Data&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Data&amp;gt;00000000&amp;lt;/Data&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Data&amp;gt;c0000005&amp;lt;/Data&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Data&amp;gt;00000000&amp;lt;/Data&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Data&amp;gt;13f4&amp;lt;/Data&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Data&amp;gt;01c9f6dac980e52a&amp;lt;/Data&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;/EventData&amp;gt;&lt;br /&gt;&amp;lt;/Event&amp;gt;&lt;/p&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/TechOff/475775-IE8-crashing-a-lot/'&gt;IE8 crashing a lot!&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/475775/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/TechOff/475775-IE8-crashing-a-lot/</comments><link>http://channel9.msdn.com/forums/TechOff/475775-IE8-crashing-a-lot/</link><pubDate>Sat, 27 Jun 2009 04:16:02 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/475775-IE8-crashing-a-lot/</guid><evnet:views>898</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/475775/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>IE8, on my wife's PC, is crashing a lot!&amp;nbsp; And doing just simple things, like clicking on links.&amp;nbsp; Clicking a link shouldn't cause the browser to crash.&amp;nbsp; Here's the error captured from the event log:

Log Name:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;#8230;</evnet:previewtext><dc:creator>Doctor Who</dc:creator><slash:comments>2</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/TechOff/475775-IE8-crashing-a-lot/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/475775/Trackback.aspx</trackback:ping></item><item><title>Could leaving a Zune on pause for a long time cause it to lock up? [Could leaving a Zune on pause for a long time cause it to lock up?]</title><description>&lt;p&gt;My wife and I each have an 80 GB Zune. Recently we purchased an iHome ZN9, which is specifically manufactured to work with Zunes. Last night she plugged her Zune into the iHome and we were listening to some of the music on it. She then paused it using the pause button on the iHome, and we went about our business for the rest of the evening. When we came back to the iHome we found that it was impossible to resume the music.&amp;nbsp; It was also impossible to turn off her Zune. We knew that we had to let it totally drain the battery so that she could plug her Zune into the PC and let it recharge today.&lt;/p&gt;
&lt;p&gt;What I would like to know is, could this be an issue with the iHome? Or is this a known issue with the Zune?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/TechOff/473770-Could-leaving-a-Zune-on-pause-for-a-long-time-cause-it-to-lock-up/'&gt;Could leaving a Zune on pause for a long time cause it to lock up?&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/473770/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/TechOff/473770-Could-leaving-a-Zune-on-pause-for-a-long-time-cause-it-to-lock-up/</comments><link>http://channel9.msdn.com/forums/TechOff/473770-Could-leaving-a-Zune-on-pause-for-a-long-time-cause-it-to-lock-up/</link><pubDate>Sun, 14 Jun 2009 23:25:59 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/473770-Could-leaving-a-Zune-on-pause-for-a-long-time-cause-it-to-lock-up/</guid><evnet:views>466</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/473770/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>My wife and I each have an 80 GB Zune. Recently we purchased an iHome ZN9, which is specifically manufactured to work with Zunes. Last night she plugged her Zune into the iHome and we were listening to some of the music on it. She then paused it using the pause button on the iHome, and we went about&amp;#8230;</evnet:previewtext><dc:creator>Doctor Who</dc:creator><slash:comments>2</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/TechOff/473770-Could-leaving-a-Zune-on-pause-for-a-long-time-cause-it-to-lock-up/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/473770/Trackback.aspx</trackback:ping></item><item><title>Some questions about Netflix [Some questions about Netflix]</title><description>&lt;p&gt;I'm thinking of signing up to use Netflix, with the plan to allow for streaming videos online and watch them on my PC's Windows Media Center (WMC).&amp;nbsp; I've got a few questions about this.&lt;/p&gt;
&lt;p&gt;First, what ways are there of getting these streamed videos/movies through WMC to be seen on my PC?&amp;nbsp; What sort of equipment do I need to enable this?&lt;/p&gt;
&lt;p&gt;Second, as I understand it, there is a 2 week trial period to use Netflix.&amp;nbsp; Assuming that I sign up for it, is the due date for monthly payment the date after the 2 week trial period ends?&amp;nbsp; Or is it always the same for everyone?&amp;nbsp; (And if it is always the same, what is that day of the month?)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/473660-Some-questions-about-Netflix/'&gt;Some questions about Netflix&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/473660/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/473660-Some-questions-about-Netflix/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/473660-Some-questions-about-Netflix/</link><pubDate>Sat, 13 Jun 2009 23:09:30 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/473660-Some-questions-about-Netflix/</guid><evnet:views>803</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/473660/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>I'm thinking of signing up to use Netflix, with the plan to allow for streaming videos online and watch them on my PC's Windows Media Center (WMC).&amp;nbsp; I've got a few questions about this.
First, what ways are there of getting these streamed videos/movies through WMC to be seen on my PC?&amp;nbsp;&amp;#8230;</evnet:previewtext><dc:creator>Doctor Who</dc:creator><slash:comments>2</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/473660-Some-questions-about-Netflix/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/473660/Trackback.aspx</trackback:ping></item><item><title>IE8 sees to be freezing up a lot when I go to page from RSS feed [IE8 sees to be freezing up a lot when I go to page from RSS feed]</title><description>&lt;p&gt;I've noticed that if I go to a page in IE8, that is linked to in one of my RSS feeds, then IE8 sees to be locking up tighten than a drum.&lt;/p&gt;
&lt;p&gt;Why is that?&lt;/p&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/TechOff/471775-IE8-sees-to-be-freezing-up-a-lot-when-I-go-to-page-from-RSS-feed/'&gt;IE8 sees to be freezing up a lot when I go to page from RSS feed&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/471775/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/TechOff/471775-IE8-sees-to-be-freezing-up-a-lot-when-I-go-to-page-from-RSS-feed/</comments><link>http://channel9.msdn.com/forums/TechOff/471775-IE8-sees-to-be-freezing-up-a-lot-when-I-go-to-page-from-RSS-feed/</link><pubDate>Wed, 03 Jun 2009 03:52:46 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/471775-IE8-sees-to-be-freezing-up-a-lot-when-I-go-to-page-from-RSS-feed/</guid><evnet:views>498</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/471775/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>I've noticed that if I go to a page in IE8, that is linked to in one of my RSS feeds, then IE8 sees to be locking up tighten than a drum.
Why is that?in reply to IE8 sees to be freezing up a lot when I go to page from RSS feed</evnet:previewtext><dc:creator>Doctor Who</dc:creator><slash:comments>1</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/TechOff/471775-IE8-sees-to-be-freezing-up-a-lot-when-I-go-to-page-from-RSS-feed/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/471775/Trackback.aspx</trackback:ping></item></channel></rss>