<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://cicoria.com/CS1/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Shawn Cicoria - CedarLogic : Vista</title><link>http://cicoria.com/CS1/blogs/cedarlogic/archive/tags/Vista/default.aspx</link><description>Tags: Vista</description><dc:language>en</dc:language><generator>CommunityServer 2008.5 SP1 (Build: 31106.3070)</generator><item><title>Using Virtual.Server COM interfaces on an x64 Machine and Visual Studio</title><link>http://cicoria.com/CS1/blogs/cedarlogic/archive/2008/07/15/using-virtual-server-com-interfaces-on-an-x64-machine-and-visual-studio.aspx</link><pubDate>Tue, 15 Jul 2008 14:08:48 GMT</pubDate><guid isPermaLink="false">29a00c46-c030-43c5-bbda-4d08b2dd4d56:1261</guid><dc:creator>cicorias</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://cicoria.com/CS1/blogs/cedarlogic/rsscomments.aspx?PostID=1261</wfw:commentRss><comments>http://cicoria.com/CS1/blogs/cedarlogic/archive/2008/07/15/using-virtual-server-com-interfaces-on-an-x64-machine-and-visual-studio.aspx#comments</comments><description>&lt;p&gt;Recently, I messed up a set of VHD files that were based upon differencing disks.&amp;#160; Basically, I killed the parent drive - so, any child drives are useless.&lt;/p&gt;  &lt;p&gt;So, how do you know which drives are differencing disks and what is their parent?&lt;/p&gt;  &lt;p&gt;One way is through the COM interfaces (that call into an out-of-process server).&amp;#160; Virtual Server must be installed and the service running for these interfaces to work.&lt;/p&gt;  &lt;p&gt;However, on an X64 machine you won't be able, in Visual Studio 2005 or Visual Studio 2008 see the Typelib registered via the Add Reference -&amp;gt; COM tab.&amp;#160; Why? Because Visual Studio is 32 bit and the COM registration on x64 machines is not visible via the WOW64 Registry redirection.&lt;/p&gt;  &lt;p&gt;So, a simple fix is to create (copy) the same sub key for win32.&amp;#160; A merge of the following will then allow you to set a reference and call into the interfaces&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;Windows Registry Editor Version 5.00 &lt;/p&gt;    &lt;p&gt;[HKEY_CLASSES_ROOT\TypeLib\{D7526A6D-CF83-48A4-87FD-4FBE2AEC5D93}\1.1\0\win32]     &lt;br /&gt;@=&amp;quot;C:\\Program Files\\Microsoft Virtual Server\\vssrvc.exe&amp;quot;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;What you then need to do is ensure you follow the steps in the MSDN article below to ensure proper COM initialization and setting of the apartment model to MTA instead of STA which is the default attribute applied via the VS templates.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/aa367595(VS.85).aspx" target="_blank"&gt;Connecting to the Virtual Server COM Object&lt;/a&gt;&lt;/p&gt;&lt;img src="http://cicoria.com/CS1/aggbug.aspx?PostID=1261" width="1" height="1"&gt;</description><category domain="http://cicoria.com/CS1/blogs/cedarlogic/archive/tags/.NET/default.aspx">.NET</category><category domain="http://cicoria.com/CS1/blogs/cedarlogic/archive/tags/Vista/default.aspx">Vista</category></item><item><title>Windows Vista Services Explained</title><link>http://cicoria.com/CS1/blogs/cedarlogic/archive/2008/04/19/windows-vista-services-explained.aspx</link><pubDate>Sat, 19 Apr 2008 13:51:42 GMT</pubDate><guid isPermaLink="false">29a00c46-c030-43c5-bbda-4d08b2dd4d56:1257</guid><dc:creator>cicorias</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://cicoria.com/CS1/blogs/cedarlogic/rsscomments.aspx?PostID=1257</wfw:commentRss><comments>http://cicoria.com/CS1/blogs/cedarlogic/archive/2008/04/19/windows-vista-services-explained.aspx#comments</comments><description>&lt;p&gt;Here's a nice site that helps us Vista folk out on identifying which services are really needed, can be delayed start, or even disabled.&amp;#160; General Service information too.&lt;/p&gt;  &lt;p&gt;While I Hibernate most of the time (shutdown -h) there are those times I need to reboot.&amp;#160; Anything to save a few... &lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.speedyvista.com/services.html"&gt;Windows Vista Services Explained&lt;/a&gt;&lt;/p&gt;&lt;img src="http://cicoria.com/CS1/aggbug.aspx?PostID=1257" width="1" height="1"&gt;</description><category domain="http://cicoria.com/CS1/blogs/cedarlogic/archive/tags/Utilities/default.aspx">Utilities</category><category domain="http://cicoria.com/CS1/blogs/cedarlogic/archive/tags/Vista/default.aspx">Vista</category></item><item><title>Windows Updates - almost 1/2 a GIG?</title><link>http://cicoria.com/CS1/blogs/cedarlogic/archive/2007/12/12/windows-updates-almost-1-2-a-gig.aspx</link><pubDate>Wed, 12 Dec 2007 10:50:25 GMT</pubDate><guid isPermaLink="false">29a00c46-c030-43c5-bbda-4d08b2dd4d56:1209</guid><dc:creator>cicorias</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://cicoria.com/CS1/blogs/cedarlogic/rsscomments.aspx?PostID=1209</wfw:commentRss><comments>http://cicoria.com/CS1/blogs/cedarlogic/archive/2007/12/12/windows-updates-almost-1-2-a-gig.aspx#comments</comments><description>&lt;p&gt;What's up with the huge update?&amp;#160; Turns out the biggest is Office 2007 SP1 at 390 Meg...&lt;/p&gt;  &lt;p&gt;I'm guessing the Vista SP1 will be 3 Gig at this rate...&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.cicoria.com/downloads/postsAuto/WindowsUpdatesalmost12aGIG_7BFC/image.png"&gt;&lt;img style="border-top-width:0px;border-left-width:0px;border-bottom-width:0px;border-right-width:0px;" height="243" alt="image" src="http://www.cicoria.com/downloads/postsAuto/WindowsUpdatesalmost12aGIG_7BFC/image_thumb.png" width="370" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://cicoria.com/CS1/aggbug.aspx?PostID=1209" width="1" height="1"&gt;</description><category domain="http://cicoria.com/CS1/blogs/cedarlogic/archive/tags/Vista/default.aspx">Vista</category></item></channel></rss>