<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.asp.net/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><title type="html">Josh Robinson's WebLog</title><subtitle type="html" /><id>http://weblogs.asp.net/joshrobinson/atom.aspx</id><link rel="alternate" type="text/html" href="http://weblogs.asp.net/joshrobinson/default.aspx" /><link rel="self" type="application/atom+xml" href="http://weblogs.asp.net/joshrobinson/atom.aspx" /><generator uri="http://communityserver.org" version="3.0.20510.895">Community Server</generator><updated>2006-01-25T11:08:00Z</updated><entry><title>Virtual Server R2 SP1 Beta 2 runs fine on Vista RC1 (build 5600) with IIS 7</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/joshrobinson/archive/2006/09/07/Virtual-Server-R2-SP1-Beta-2-runs-fine-on-Vista-RC1-_2800_build-5600_2900_-with-IIS-7.aspx" /><id>http://weblogs.asp.net/joshrobinson/archive/2006/09/07/Virtual-Server-R2-SP1-Beta-2-runs-fine-on-Vista-RC1-_2800_build-5600_2900_-with-IIS-7.aspx</id><published>2006-09-07T23:23:00Z</published><updated>2006-09-07T23:23:00Z</updated><content type="html">&lt;p&gt;If anyone is thinking of installing Vista, but would like to still be able to use Virtual Server, I can confirm that Virtual Server R2 SP1 Beta 2 runs great on the RC1 build under IIS 7.&amp;nbsp; I am running on a dual-core AMD x64, and it currently only has 1GB of RAM while I wait for an upgrade to arrive.&amp;nbsp; This is a great way to use Vista, but maintain assured compatability with existing solutions/software via virtual machines.&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=527070" width="1" height="1"&gt;</content><author><name>josh.robinson</name><uri>http://weblogs.asp.net/members/josh.robinson.aspx</uri></author><category term="Vista" scheme="http://weblogs.asp.net/joshrobinson/archive/tags/Vista/default.aspx" /></entry><entry><title>Virtual Server R2 authentication prompt and error</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/joshrobinson/archive/2006/09/07/Virtual-Server-R2-authentication-prompt-and-error.aspx" /><id>http://weblogs.asp.net/joshrobinson/archive/2006/09/07/Virtual-Server-R2-authentication-prompt-and-error.aspx</id><published>2006-09-07T23:16:00Z</published><updated>2006-09-07T23:16:00Z</updated><content type="html">The last two times that I have installed Virtual Server R2, it has been SP1 Beta 1 and then Beta 2.&amp;nbsp; Each time the install was simple, but when I first attempted to navigate to the Admin homepage, I recieved a login prompt.&amp;nbsp; Very frustrating, to say the least.&amp;nbsp; Each time I have resolved it by Googling and it was a pain to find the (simple) answer.&amp;nbsp; The answer is easy: Add the address of the panel to your &amp;quot;Intranet Zone&amp;quot; in IE.&amp;nbsp; This is an IE issue, not a Virtual Server issue from what I can tell.&amp;nbsp; &lt;a href="http://blogs.msdn.com/david.wang/archive/2005/07/04/Why_you_get_login_prompt_on_VS2005_with_Integrated_Auth.aspx" target="_blank"&gt;Here is the link&lt;/a&gt; that helped me out and that explains the problem.&amp;nbsp; I am putting this blog out here so that when I look for it again, it will be right here waiting for me.&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=527064" width="1" height="1"&gt;</content><author><name>josh.robinson</name><uri>http://weblogs.asp.net/members/josh.robinson.aspx</uri></author><category term="General Software Development" scheme="http://weblogs.asp.net/joshrobinson/archive/tags/General+Software+Development/default.aspx" /></entry><entry><title>SQL Server 2005 - OLEDB is not recognized as a valid connection manager type</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/joshrobinson/archive/2006/05/22/SQL-Server-2005-_2D00_-OLEDB-is-not-recognized-as-a-valid-connection-manager-type.aspx" /><id>http://weblogs.asp.net/joshrobinson/archive/2006/05/22/SQL-Server-2005-_2D00_-OLEDB-is-not-recognized-as-a-valid-connection-manager-type.aspx</id><published>2006-05-22T21:57:00Z</published><updated>2006-05-22T21:57:00Z</updated><content type="html">&lt;P&gt;&lt;FONT face=Verdana size=2&gt;I have had this error twice now with SQL 2005.&amp;nbsp; Each time has been after I had to reload windows (laptop is getting flaky. . . ).&amp;nbsp; I am basically posting this for my own future reference, but if anyone ever gets an error similar to the one below which indicates that OLEDB is not a valid connection manager type, there is a fix for it:&lt;/FONT&gt;&lt;/P&gt;
&lt;BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px"&gt;
&lt;P&gt;&lt;FONT face=Verdana color=#0000ff size=2&gt;Error&amp;nbsp;1&amp;nbsp;Error loading ETL - MyPackage.dtsx: The connection type "OLEDB" specified for connection manager "My DB" is not recognized as a valid connection manager type. This error is returned when an attempt is made to create a connection manager for an unknown connection type.&lt;/FONT&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;FONT face=Verdana size=2&gt;It is all explained in &lt;A href="http://forums.microsoft.com/MSDN/ShowPost.aspx?PageIndex=4&amp;amp;SiteID=1&amp;amp;PostID=363238&amp;amp;PageID=1"&gt;this SQL 2005 forum post&lt;/A&gt;&amp;nbsp;(scroll down and find the post made Dec 24 2005 at 3:58 am by Micahel Entin from the SSIS team).&amp;nbsp; Essentially what happens is that some program other than SQL 05 changes permissions on registry keys that SQL depends on being able to access internally from a low-privelege account.&amp;nbsp; Michael provides a script that can be compiled as a command line program in .NET that will identify the keys for which the permissions have changed so that you can change them back.&lt;/FONT&gt;&lt;/P&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=448485" width="1" height="1"&gt;</content><author><name>josh.robinson</name><uri>http://weblogs.asp.net/members/josh.robinson.aspx</uri></author><category term="SQL Server" scheme="http://weblogs.asp.net/joshrobinson/archive/tags/SQL+Server/default.aspx" /></entry><entry><title>April 2006 SQL Server 2005 Samples update</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/joshrobinson/archive/2006/05/11/446104.aspx" /><id>http://weblogs.asp.net/joshrobinson/archive/2006/05/11/446104.aspx</id><published>2006-05-11T18:07:00Z</published><updated>2006-05-11T18:07:00Z</updated><content type="html">New updates to SQL Server 05 samples, plus now a blog about them here: http://blogs.msdn.com/bonniefe/default.aspx Here are the samples: http://www.microsoft.com/downloads/details.aspx?familyid=E719ECF7-9F46-4312-AF89-6AD8702E4E6E&amp;displaylang=en&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=446104" width="1" height="1"&gt;</content><author><name>josh.robinson</name><uri>http://weblogs.asp.net/members/josh.robinson.aspx</uri></author></entry><entry><title>Xbox 360 and Community Server stuff</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/joshrobinson/archive/2006/05/02/444814.aspx" /><id>http://weblogs.asp.net/joshrobinson/archive/2006/05/02/444814.aspx</id><published>2006-05-02T17:58:00Z</published><updated>2006-05-02T17:58:00Z</updated><content type="html">&lt;p&gt;&lt;font face="Verdana" size="2"&gt;My buddy Dave has been building sites based on &lt;a href="http://communityserver.org/default.aspx"&gt;Community Server 2.0&lt;/a&gt;&amp;nbsp;like it was going out of style.&amp;nbsp; He loves the power and flexibility.&amp;nbsp; A couple of his sites are &lt;a href="http://xbox360poker.com/default.aspx"&gt;Xbox 360 Poker&lt;/a&gt;&amp;nbsp;and &lt;a href="http://360-deals.com/default.aspx"&gt;360 Deals&lt;/a&gt;.&amp;nbsp; He's actually having a &lt;a href="http://360-deals.com/forums/thread/152.aspx"&gt;Gamer Score Whore&amp;nbsp;contest&lt;/a&gt; over at 360 Deals for a free game&amp;nbsp;&lt;/font&gt;&lt;font face="Verdana" size="2"&gt;(apparently that's a term from within Microsoft according to Major Nelson).&amp;nbsp; If you are interested in seeing how your Gamer Score stacks up against everyone else, there is a cool site written in .NET that will tell you (they must pull in gamertag info from a web service?) called &lt;a href="http://www.top360tag.com/"&gt;Top 360 Tag&lt;/a&gt;.&amp;nbsp; &lt;a href="http://top360tag.com/FindGamertag.aspx?gamertag=KnottyMonkey"&gt;Here is a link &lt;/a&gt;to my gamer tag stats.&lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;font face="Verdana" size="2"&gt;&lt;/font&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.top360tag.com/"&gt;&lt;/a&gt;&amp;nbsp;&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=444814" width="1" height="1"&gt;</content><author><name>josh.robinson</name><uri>http://weblogs.asp.net/members/josh.robinson.aspx</uri></author></entry><entry><title>Virtual Server physical NIC error</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/joshrobinson/archive/2006/03/24/441009.aspx" /><id>http://weblogs.asp.net/joshrobinson/archive/2006/03/24/441009.aspx</id><published>2006-03-24T15:02:00Z</published><updated>2006-03-24T15:02:00Z</updated><content type="html">&lt;p&gt;&lt;font face="Verdana" size="2"&gt;I recently had to reload Windows XP on top of my existing XP install due to a corrupt hard disk.&amp;nbsp; Just when I thought that everything was fixed, I realized that both Virtual PC and Virtual Server had stopped connecting to my physical wireless network card.&amp;nbsp; Unless I wanted to run a 25 foot cable, I had to figure it out.&amp;nbsp; The error that I received from Virtual Server was not much help:&lt;/font&gt;&lt;/p&gt; &lt;blockquote dir="ltr" style="MARGIN-RIGHT: 0px"&gt; &lt;p&gt;&lt;strong&gt;&lt;font face="Verdana" size="2"&gt;Unexpected error (0x80004005). The virtual network’s configuration information could not be retrieved. Microsoft Virtual Server could not complete the operation due to an unexpected error (0x80004005).&lt;/font&gt;&amp;nbsp;&lt;/strong&gt;&lt;/p&gt;&lt;/blockquote&gt; &lt;p dir="ltr"&gt;&lt;font face="Verdana" size="2"&gt;The one thing that I gathered from this error was that somehow Virtual Server could not get the information for my physical wireless NIC.&amp;nbsp; When I booted any virtual machine, I wasn't getting any errors other than the fact that none of my virtual NICs could get an IP address.&amp;nbsp; After find &lt;A href="http://weblogs.asp.net/steveschofield/archive/2006/03/22/440846.aspx"&gt;this post on a blog&lt;/a&gt;, and this &lt;a href="http://support.microsoft.com/newsgroups/newsReader.aspx?dg=microsoft.public.virtualserver&amp;amp;tid=9547e988-7320-47d9-b761-c6b15bc4c215&amp;amp;p=1"&gt;post on a newsgroup&lt;/a&gt;, it sounded like all I needed to do was uninstall-reboot-reinstall-reboot and everything would be fixed.&amp;nbsp; That worked fine for VPC, but not the case with Virtual Server 2005 R2.&lt;/font&gt;&lt;/p&gt; &lt;p dir="ltr"&gt;&lt;font face="Verdana" size="2"&gt;I finally figured out after numerous uninstalls that the problem was that during my reload of Windows XP, I had removed and reinstalled the physical device for my NIC card.&amp;nbsp; Apparently that had given it a different ID under the hood, and the old WirelessNICCard.vnc file that Virtual Server 2005 was using to reference that physical wireless NIC was pointing in the wrong place now.&lt;/font&gt;&lt;/p&gt; &lt;p dir="ltr"&gt;&lt;font face="Verdana" size="2"&gt;The final solution was to remove the old .vnc file from underneath the Virtual Networks config on Virtual Server and Create a new one - my updated wireless NIC was in there, I easily created the file and assigned it to virtual machines and everything worked fine.&amp;nbsp; I wonder if that would have solved the problem for the people in the posts above as well?&amp;nbsp; It sounds like when you change a physical NIC for another of the same name or model but re-install the drivers, the .vnc file doesn't always point to the new one since the ID changes under the hood?&amp;nbsp; At any rate, I hope that this post helps someone else with the same problem down the road.&lt;/font&gt;&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=441009" width="1" height="1"&gt;</content><author><name>josh.robinson</name><uri>http://weblogs.asp.net/members/josh.robinson.aspx</uri></author></entry><entry><title>New release of Microsoft Internet Explorer DevToolBar</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/joshrobinson/archive/2006/03/23/440951.aspx" /><id>http://weblogs.asp.net/joshrobinson/archive/2006/03/23/440951.aspx</id><published>2006-03-23T19:55:00Z</published><updated>2006-03-23T19:55:00Z</updated><content type="html">&lt;p&gt;&lt;font face="Verdana" size="2"&gt;This is a very handy add-in that helps IE become a better tool for developers.&amp;nbsp; This is the kind of thing that Firefox is known for, I'm glad to see that IE has an add-ins like this.&lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=e59c3964-672d-4511-bb3e-2d5e1db91038&amp;amp;DisplayLang=en"&gt;&lt;font face="Verdana" size="2"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=e59c3964-672d-4511-bb3e-2d5e1db91038&amp;amp;DisplayLang=en&lt;/font&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;font face="Verdana" size="2"&gt;Here are some of the features in this release:&lt;/font&gt;&lt;/p&gt; &lt;blockquote dir="ltr" style="MARGIN-RIGHT: 0px"&gt; &lt;p&gt;&lt;span&gt;&lt;font face="Verdana" size="2"&gt;The Internet Explorer Developer Toolbar provides several features for exploring and understanding Web pages. These features enable you to:&lt;br /&gt;&lt;br /&gt;-- Explore and modify the document object model (DOM) of a Web page.&lt;br /&gt;-- Locate and select specific elements on a Web page through a variety of techniques.&lt;br /&gt;-- Selectively disable Internet Explorer settings.&lt;br /&gt;-- View HTML object class names, ID's, and details such as link paths, tab index values, and access keys.&lt;br /&gt;-- Outline tables, table cells, images, or selected tags.&lt;br /&gt;-- Validate HTML, CSS, WAI, and RSS Web feed links.&lt;br /&gt;-- Display image dimensions, file sizes, path information, and alternate (ALT) text.&lt;br /&gt;-- Immediately resize the browser window to a new resolution.&lt;br /&gt;-- Selectively clear the browser cache and saved cookies. Choose from all objects or those associated with a given domain.&lt;br /&gt;-- Choose direct links to W3C specification references, the Internet Explorer team weblog (blog), and other resources.&lt;br /&gt;-- Display a fully featured design ruler to help accurately align and measure objects on your pages. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;The Developer Toolbar can be pinned to the Internet Explorer browser window or floated separately.&lt;br /&gt;&lt;br /&gt;This Beta 2 version of the toolbar contains functionality and stability enhancements over previous versions and includes the following improvements.&lt;br /&gt;&lt;br /&gt;-- You can now selectively enable and disable CSS parsing.&lt;br /&gt;-- The Misc menu contains a color picker.&lt;br /&gt;-- Several link reports are available.&lt;br /&gt;-- When you select an element in the DOM element tree list, the selected element scrolls into view if it is not already visible in the browser window.&lt;br /&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=440951" width="1" height="1"&gt;</content><author><name>josh.robinson</name><uri>http://weblogs.asp.net/members/josh.robinson.aspx</uri></author></entry><entry><title>Download Northwind and Pubs from Microsoft for SQL 2005</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/joshrobinson/archive/2006/03/22/440870.aspx" /><id>http://weblogs.asp.net/joshrobinson/archive/2006/03/22/440870.aspx</id><published>2006-03-22T21:38:00Z</published><updated>2006-03-22T21:38:00Z</updated><content type="html">&lt;font face="Verdana"&gt;&lt;font size="2"&gt;In case you need to run a sample that relies on Northwind or Pubs yet you are using SQL 2005, you can download those classic sample databases directly from Microsoft here:&lt;/font&gt;&lt;/font&gt;&lt;u&gt;&lt;font color="#0000ff" size="2"&gt; &lt;p&gt;&lt;font face="Verdana"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyId=06616212-0356-46A0-8DA2-EEBC53A68034&amp;amp;displaylang=en&lt;/font&gt;&lt;/p&gt;&lt;/u&gt;&lt;/font&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=440870" width="1" height="1"&gt;</content><author><name>josh.robinson</name><uri>http://weblogs.asp.net/members/josh.robinson.aspx</uri></author></entry><entry><title>SQL Server Configuration Manager unable to connect error - fixed!</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/joshrobinson/archive/2006/03/22/440867.aspx" /><id>http://weblogs.asp.net/joshrobinson/archive/2006/03/22/440867.aspx</id><published>2006-03-22T21:25:00Z</published><updated>2006-03-22T21:25:00Z</updated><content type="html">&lt;p&gt;&lt;font face="Verdana" size="2"&gt;I had to re-install Windows on my laptop today due to some disk errors.&amp;nbsp; Once I was back up and running, I found that 99% of SQL 2005 worked fine, but SQL Server Configuration Manager had stopped working and gave the following error in a dialog box:&lt;/font&gt;&lt;/p&gt; &lt;blockquote dir="ltr" style="MARGIN-RIGHT: 0px"&gt; &lt;p&gt;&lt;font face="Verdana" color="#ff0000" size="2"&gt;Cannot connect to WMI provider. You do not have permission or the server is unreachable. Note that you can only manage SQL Server 2005 servers with SQL Server Configuration Manager. &lt;br /&gt;Invalid class [0x80041010]&lt;/font&gt;&lt;/p&gt;&lt;/blockquote&gt; &lt;p&gt;&lt;font face="Verdana" size="2"&gt;Unfortunately that error&amp;nbsp;does not tell you what to fix.&amp;nbsp; Fortunately Eric Charran does tell you what to fix.&amp;nbsp; You can find the answer on his blog here: &lt;/font&gt;&lt;a href="http://blogs.msdn.com/echarran/archive/2006/01/03/509061.aspx"&gt;&lt;font face="Verdana" size="2"&gt;http://blogs.msdn.com/echarran/archive/2006/01/03/509061.aspx&lt;/font&gt;&lt;/a&gt;&lt;font face="Verdana" size="2"&gt;.&amp;nbsp; I had not dealt with .mof files before now, but his fix did the trick in about 2 seconds.&amp;nbsp; Thanks Eric!&lt;/font&gt;&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=440867" width="1" height="1"&gt;</content><author><name>josh.robinson</name><uri>http://weblogs.asp.net/members/josh.robinson.aspx</uri></author></entry><entry><title>Updated SQL 2005 Books Online and Samples/SQL 2005 Feature Pack</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/joshrobinson/archive/2006/01/25/436431.aspx" /><id>http://weblogs.asp.net/joshrobinson/archive/2006/01/25/436431.aspx</id><published>2006-01-25T16:08:00Z</published><updated>2006-01-25T16:08:00Z</updated><content type="html">&lt;p&gt;&lt;font face="Verdana" size="2"&gt;If you are working with SQL 2005 and/or .NET 2.0, you should definitely check out the &lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=BE6A2C5D-00DF-4220-B133-29C1E0B6585F&amp;amp;displaylang=en"&gt;December update for SQL 2005 Books Online&lt;/a&gt; and the &lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=E719ECF7-9F46-4312-AF89-6AD8702E4E6E&amp;amp;displaylang=en"&gt;update for the Samples&lt;/a&gt; that come with SQL 2005.&amp;nbsp; Here are a few of the new things that come with the updated samples: CLR, SMO, Integration Services, Replication, and Reporting Services.&lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;font face="Verdana" size="2"&gt;The &lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=d09c1d60-a13c-4479-9b91-9e8b9d835cdc&amp;amp;displaylang=en"&gt;SQL 2005 Feature Pack&lt;/a&gt; was released in late November and contains tools and utilities that weren't ready in time to ship with the SQL release, a lot of them add the ability to work with SQL 2000 components from within SQL 2005, such as DTS.&lt;/font&gt;&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=436431" width="1" height="1"&gt;</content><author><name>josh.robinson</name><uri>http://weblogs.asp.net/members/josh.robinson.aspx</uri></author></entry></feed>