<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: AlphaVSS &#8211; Bringing Windows Shadow Copy Service (VSS) to .NET</title>
	<atom:link href="http://www.alphaleonis.com/2008/08/alphavss-bringing-windows-shadow-copy-service-vss-to-net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.alphaleonis.com/2008/08/alphavss-bringing-windows-shadow-copy-service-vss-to-net/</link>
	<description>C# and C++ ramblings... and some personal lies.</description>
	<lastBuildDate>Tue, 24 Jan 2012 03:46:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: DeCaf</title>
		<link>http://www.alphaleonis.com/2008/08/alphavss-bringing-windows-shadow-copy-service-vss-to-net/#comment-74</link>
		<dc:creator>DeCaf</dc:creator>
		<pubDate>Sun, 28 Dec 2008 23:18:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.alphaleonis.com/2008/08/alphavss-bringing-windows-shadow-copy-service-vss-to-net/#comment-74</guid>
		<description>For anyone still reading here, the windows compatibility issues should be resolved with version 0.8. Please report any failures or successes in using it (on the CodePlex message-board please, not here :)</description>
		<content:encoded><![CDATA[<p>For anyone still reading here, the windows compatibility issues should be resolved with version 0.8. Please report any failures or successes in using it (on the CodePlex message-board please, not here <img src='http://www.alphaleonis.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DeCaf</title>
		<link>http://www.alphaleonis.com/2008/08/alphavss-bringing-windows-shadow-copy-service-vss-to-net/#comment-72</link>
		<dc:creator>DeCaf</dc:creator>
		<pubDate>Fri, 28 Nov 2008 22:38:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.alphaleonis.com/2008/08/alphavss-bringing-windows-shadow-copy-service-vss-to-net/#comment-72</guid>
		<description>I really hope to get around to this windows compatibility issues shortly. If you guys find out anything, please keep me posted on your findings.  

And please note that I moved the projects to CodePlex, so please continue any further discussion there.

(And please keep the comments coming :)</description>
		<content:encoded><![CDATA[<p>I really hope to get around to this windows compatibility issues shortly. If you guys find out anything, please keep me posted on your findings.  </p>
<p>And please note that I moved the projects to CodePlex, so please continue any further discussion there.</p>
<p>(And please keep the comments coming <img src='http://www.alphaleonis.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.alphaleonis.com/2008/08/alphavss-bringing-windows-shadow-copy-service-vss-to-net/#comment-70</link>
		<dc:creator>John</dc:creator>
		<pubDate>Wed, 26 Nov 2008 09:40:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.alphaleonis.com/2008/08/alphavss-bringing-windows-shadow-copy-service-vss-to-net/#comment-70</guid>
		<description>Hi,

I&#039;m getting what Nic Bedford is getting. XP is fine but on Vista x64, compiling as an x86 app i&#039;m getting an ‘Unexpected System Error’ exception with a HRESULT of 0×80131501. Any ideas?

Nic! did you have any luck solving this.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;m getting what Nic Bedford is getting. XP is fine but on Vista x64, compiling as an x86 app i&#8217;m getting an ‘Unexpected System Error’ exception with a HRESULT of 0×80131501. Any ideas?</p>
<p>Nic! did you have any luck solving this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DeCaf</title>
		<link>http://www.alphaleonis.com/2008/08/alphavss-bringing-windows-shadow-copy-service-vss-to-net/#comment-68</link>
		<dc:creator>DeCaf</dc:creator>
		<pubDate>Mon, 10 Nov 2008 10:24:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.alphaleonis.com/2008/08/alphavss-bringing-windows-shadow-copy-service-vss-to-net/#comment-68</guid>
		<description>Hi, 

I don&#039;t know how many different dll&#039;s there actually needs to be. I have finally gotten around to actually installing VMWare with most current versions of Windows (2003, XP, Vista and 2008, both x86 and x64) and hopefully I will get around to testing this in a short while. It is my guess that the compiler flags are not correctly checked for anything but XP and Vista currently, but as I said, I&#039;m hoping to be able to fix this shortly.

(I recently got a job so unforunately I have much less time at my disposal, but I will get around to it =)</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>I don&#8217;t know how many different dll&#8217;s there actually needs to be. I have finally gotten around to actually installing VMWare with most current versions of Windows (2003, XP, Vista and 2008, both x86 and x64) and hopefully I will get around to testing this in a short while. It is my guess that the compiler flags are not correctly checked for anything but XP and Vista currently, but as I said, I&#8217;m hoping to be able to fix this shortly.</p>
<p>(I recently got a job so unforunately I have much less time at my disposal, but I will get around to it =)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.alphaleonis.com/2008/08/alphavss-bringing-windows-shadow-copy-service-vss-to-net/#comment-67</link>
		<dc:creator>John</dc:creator>
		<pubDate>Sat, 08 Nov 2008 11:22:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.alphaleonis.com/2008/08/alphavss-bringing-windows-shadow-copy-service-vss-to-net/#comment-67</guid>
		<description>This looks excellent. I need DLL for Server 2008 and Swerver 2003. Do i actually need to compile the Source against the SDK on the actual operating system, or is it just a compilation flag that needs to be set ....

Thanks for all your efforts and I&#039;ll let you know how the integration of this goes into latest software.

Cheers.</description>
		<content:encoded><![CDATA[<p>This looks excellent. I need DLL for Server 2008 and Swerver 2003. Do i actually need to compile the Source against the SDK on the actual operating system, or is it just a compilation flag that needs to be set &#8230;.</p>
<p>Thanks for all your efforts and I&#8217;ll let you know how the integration of this goes into latest software.</p>
<p>Cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Larry S</title>
		<link>http://www.alphaleonis.com/2008/08/alphavss-bringing-windows-shadow-copy-service-vss-to-net/#comment-66</link>
		<dc:creator>Larry S</dc:creator>
		<pubDate>Thu, 06 Nov 2008 04:24:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.alphaleonis.com/2008/08/alphavss-bringing-windows-shadow-copy-service-vss-to-net/#comment-66</guid>
		<description>Beautiful work, it looks like this fills in a gap that I was fearing.  I am currently running Win 2008, Vista 64, and XP on boxes with compilers.  I am going to explore some and I will try to provide feedback as I make the attempts.</description>
		<content:encoded><![CDATA[<p>Beautiful work, it looks like this fills in a gap that I was fearing.  I am currently running Win 2008, Vista 64, and XP on boxes with compilers.  I am going to explore some and I will try to provide feedback as I make the attempts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DeCaf</title>
		<link>http://www.alphaleonis.com/2008/08/alphavss-bringing-windows-shadow-copy-service-vss-to-net/#comment-65</link>
		<dc:creator>DeCaf</dc:creator>
		<pubDate>Sat, 11 Oct 2008 07:43:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.alphaleonis.com/2008/08/alphavss-bringing-windows-shadow-copy-service-vss-to-net/#comment-65</guid>
		<description>Recently I have been completely occupied with finishing my master thesis project, looking for a job and so on, so I have not had the time to write sample apps or write an article at Code Project. Hopefully I will get time to do this soon. 

Regarding the 64-bit problems I have no idea unfortunately, since I haven&#039;t tried 64-bit development yet.</description>
		<content:encoded><![CDATA[<p>Recently I have been completely occupied with finishing my master thesis project, looking for a job and so on, so I have not had the time to write sample apps or write an article at Code Project. Hopefully I will get time to do this soon. </p>
<p>Regarding the 64-bit problems I have no idea unfortunately, since I haven&#8217;t tried 64-bit development yet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Todd</title>
		<link>http://www.alphaleonis.com/2008/08/alphavss-bringing-windows-shadow-copy-service-vss-to-net/#comment-64</link>
		<dc:creator>Todd</dc:creator>
		<pubDate>Fri, 10 Oct 2008 01:38:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.alphaleonis.com/2008/08/alphavss-bringing-windows-shadow-copy-service-vss-to-net/#comment-64</guid>
		<description>Nice work, hope you continue and toss in some sample apps, have you thougt about posting to Code Project? 

Todd</description>
		<content:encoded><![CDATA[<p>Nice work, hope you continue and toss in some sample apps, have you thougt about posting to Code Project? </p>
<p>Todd</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nic Bedford</title>
		<link>http://www.alphaleonis.com/2008/08/alphavss-bringing-windows-shadow-copy-service-vss-to-net/#comment-61</link>
		<dc:creator>Nic Bedford</dc:creator>
		<pubDate>Wed, 24 Sep 2008 14:46:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.alphaleonis.com/2008/08/alphavss-bringing-windows-shadow-copy-service-vss-to-net/#comment-61</guid>
		<description>Hi DeCaf,

I have been using AlphaVSS some more, and everything is working ok in my program on x86 Vista, but when I try and run on x64 Vista i am getting problems.

I know there are issues with 64 bit process&#039; can&#039;t load a 32 bit dll etc...

So I set the build type to be x86 in my program, but when i call

[code]InitializeForBackup(null);[/code]

I get an &#039;Unexpected System Error&#039; exception with a HRESULT of 0x80131501. Any ideas?</description>
		<content:encoded><![CDATA[<p>Hi DeCaf,</p>
<p>I have been using AlphaVSS some more, and everything is working ok in my program on x86 Vista, but when I try and run on x64 Vista i am getting problems.</p>
<p>I know there are issues with 64 bit process&#8217; can&#8217;t load a 32 bit dll etc&#8230;</p>
<p>So I set the build type to be x86 in my program, but when i call</p>
<p>[code]InitializeForBackup(null);[/code]</p>
<p>I get an &#8216;Unexpected System Error&#8217; exception with a HRESULT of 0&#215;80131501. Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nic Bedford</title>
		<link>http://www.alphaleonis.com/2008/08/alphavss-bringing-windows-shadow-copy-service-vss-to-net/#comment-59</link>
		<dc:creator>Nic Bedford</dc:creator>
		<pubDate>Mon, 15 Sep 2008 13:26:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.alphaleonis.com/2008/08/alphavss-bringing-windows-shadow-copy-service-vss-to-net/#comment-59</guid>
		<description>Thanks, it was the SetContext I was missing</description>
		<content:encoded><![CDATA[<p>Thanks, it was the SetContext I was missing</p>
]]></content:encoded>
	</item>
</channel>
</rss>

