<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>LieberLieber Software TeamBlog &#187; Problemlösungen</title>
	<atom:link href="http://blog.lieberlieber.com/category/problemlosungen/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.lieberlieber.com</link>
	<description>was uns treibt und verfolgt!</description>
	<lastBuildDate>Fri, 30 Jul 2010 21:44:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Checking Silverlight Version</title>
		<link>http://blog.lieberlieber.com/2010/07/06/checking-silverlight-version/</link>
		<comments>http://blog.lieberlieber.com/2010/07/06/checking-silverlight-version/#comments</comments>
		<pubDate>Tue, 06 Jul 2010 13:00:58 +0000</pubDate>
		<dc:creator>Richard Deininger</dc:creator>
				<category><![CDATA[.NET Framework]]></category>
		<category><![CDATA[Buildserver]]></category>
		<category><![CDATA[MSBuild]]></category>
		<category><![CDATA[Problemlösungen]]></category>
		<category><![CDATA[Programmierung Allgemein]]></category>
		<category><![CDATA[installation check]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[Version check]]></category>
		<category><![CDATA[wix]]></category>
		<category><![CDATA[wix condition]]></category>

		<guid isPermaLink="false">http://blog.lieberlieber.com/?p=2195</guid>
		<description><![CDATA[We are currently working with Wix (Windows Installer XML) and  today we wanted to roll out a new software package with a prerequisite for Silverlight 3.0.
I must say it’s pretty hard to find something on the web, on how to check installation or version of Silverlight (for Wix or other deployment projects).
But Alex and I [...]]]></description>
			<content:encoded><![CDATA[<p>We are currently working with <a href="http://wix.sourceforge.net/" onclick="javascript:pageTracker._trackPageview('/outbound/article/wix.sourceforge.net');">Wix</a> (Windows Installer XML) and  today we wanted to roll out a new software package with a prerequisite for Silverlight 3.0.</p>
<p>I must say it’s pretty hard to find something on the web, on how to check installation or version of <a href="http://go.microsoft.com/fwlink/?LinkID=149156&amp;amp;v=3.0.40818.0" onclick="javascript:pageTracker._trackPageview('/outbound/article/go.microsoft.com');">Silverlight</a> (for Wix or other deployment projects).</p>
<p>But Alex and I found the solution.</p>
<p>If Silverlight is installed you will find the following Registry Entry:</p>
<blockquote><p><span style="font-family: &quot;Courier New&quot;; color: #800080;">[HKEY_CLASSES_ROOT\AgControl.AgControl\CurVer]</span></p>
<p><span style="font-family: &quot;Courier New&quot;;"><span style="color: #ff0000;">@</span>=&#8221;AgControl.AgControl.x.x&#8221;</span></p></blockquote>
<p>The “AgControl.AgControl.x.x” part contains the current installed version (Silverlight 3.0 = AgControl.AgControl.3.0)</p>
<p>As a little extra here the “Condition” check for Wix:</p>
<pre><span style=" color: Blue;">&lt;</span><span style=" color: Maroon;">Property</span> <span style=" color: Red;">Id</span>="<span style=" color: Blue;">SILVERLIGHTVERSION</span>"<span style=" color: Blue;">&gt;</span>
  <span style=" color: Blue;">&lt;</span><span style=" color: Maroon;">RegistrySearch</span> <span style=" color: Red;">Id</span>="<span style=" color: Blue;">SilverLightSearch</span>" <span style=" color: Red;">Type</span>="<span style=" color: Blue;">raw</span>" <span style=" color: Red;">Root</span>="<span style=" color: Blue;">HKCR</span>" <span style=" color: Red;">Key</span>="<span style=" color: Blue;">AgControl.AgControl\CurVer</span>"/<span style=" color: Blue;">&gt;</span>
<span style=" color: Blue;">&lt;</span>/<span style=" color: Maroon;">Property</span><span style=" color: Blue;">&gt;</span> 

<span style=" color: Blue;">&lt;</span><span style=" color: Maroon;">Condition</span> <span style=" color: Red;">Message</span>="<span style=" color: Blue;">Please install Silverlight 3.0 or higher, available at: http://go.microsoft.com/fwlink/?LinkID=149156&amp;amp;v=3.0.40818.0</span>"<span style=" color: Blue;">&gt;</span>
  <span style=" color: Blue;">&lt;</span>![CDATA[Installed OR SILVERLIGHTVERSION <span style=" color: Blue;">&gt;</span>= "<span style=" color: Blue;">AgControl.AgControl.3.0</span>"]]<span style=" color: Blue;">&gt;</span>
<span style=" color: Blue;">&lt;</span>/<span style=" color: Maroon;">Condition</span><span style=" color: Blue;">&gt;</span></pre>

<div class="sociable">
<div class="sociable_tagline">
<strong>Share and Enjoy:</strong>
</div>
<ul>
	<li><a rel="nofollow" target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F07%2F06%2Fchecking-silverlight-version%2F" onclick="javascript:pageTracker._trackPageview('/outbound/article/technorati.com');" title="Technorati"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F07%2F06%2Fchecking-silverlight-version%2F&amp;title=Checking%20Silverlight%20Version" onclick="javascript:pageTracker._trackPageview('/outbound/article/digg.com');" title="Digg"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F07%2F06%2Fchecking-silverlight-version%2F&amp;t=Checking%20Silverlight%20Version" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.facebook.com');" title="Facebook"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://del.icio.us/post?url=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F07%2F06%2Fchecking-silverlight-version%2F&amp;title=Checking%20Silverlight%20Version" onclick="javascript:pageTracker._trackPageview('/outbound/article/del.icio.us');" title="del.icio.us"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F07%2F06%2Fchecking-silverlight-version%2F&amp;title=Checking%20Silverlight%20Version" onclick="javascript:pageTracker._trackPageview('/outbound/article/favorites.live.com');" title="Live"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F07%2F06%2Fchecking-silverlight-version%2F&amp;title=Checking%20Silverlight%20Version" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.google.com');" title="Google"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google" alt="Google" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.dotnetkicks.com/kick/?url=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F07%2F06%2Fchecking-silverlight-version%2F&amp;title=Checking%20Silverlight%20Version" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.dotnetkicks.com');" title="description"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/dotnetkicks.png" title="description" alt="description" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.dzone.com/links/add.html?url=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F07%2F06%2Fchecking-silverlight-version%2F&amp;title=Checking%20Silverlight%20Version" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.dzone.com');" title="description"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/dzone.png" title="description" alt="description" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://twitter.com/home?status=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F07%2F06%2Fchecking-silverlight-version%2F" onclick="javascript:pageTracker._trackPageview('/outbound/article/twitter.com');" title="TwitThis"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/twitter.gif" title="TwitThis" alt="TwitThis" class="sociable-hovers" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.lieberlieber.com/2010/07/06/checking-silverlight-version/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visual Studio Express Startup Error -3xAVCore.dll</title>
		<link>http://blog.lieberlieber.com/2010/04/30/visual-studio-express-startup-error-3xavcore-dll/</link>
		<comments>http://blog.lieberlieber.com/2010/04/30/visual-studio-express-startup-error-3xavcore-dll/#comments</comments>
		<pubDate>Fri, 30 Apr 2010 13:12:48 +0000</pubDate>
		<dc:creator>Nenad Steric</dc:creator>
				<category><![CDATA[Problemlösungen]]></category>
		<category><![CDATA[Programmierung Allgemein]]></category>
		<category><![CDATA[Win7]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://blog.lieberlieber.com/?p=1918</guid>
		<description><![CDATA[I you get this error on Win7-64 with the new Visual Studio 2010 :
Problem Event Name:	BEX
Application Name:	vcsexpress.exe
Fault Module Name:	3xAVCore.dll
then its the fault of MySpeed from Enounce
(a very handy tool with which you can watch Flash in variable speeds)
A quick workaround is to rename the dll, which will stop Myspeed from working but also fixes the [...]]]></description>
			<content:encoded><![CDATA[<p>I you get this error on Win7-64 with the new Visual Studio 2010 :</p>
<blockquote><p>Problem Event Name:	BEX<br />
Application Name:	vcsexpress.exe<br />
Fault Module Name:	3xAVCore.dll</p></blockquote>
<p>then its the fault of MySpeed from Enounce<br />
(a very handy tool with which you can watch Flash in variable speeds)<br />
A quick workaround is to rename the dll, which will stop Myspeed from working but also fixes the Error.</p>

<div class="sociable">
<div class="sociable_tagline">
<strong>Share and Enjoy:</strong>
</div>
<ul>
	<li><a rel="nofollow" target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F04%2F30%2Fvisual-studio-express-startup-error-3xavcore-dll%2F" onclick="javascript:pageTracker._trackPageview('/outbound/article/technorati.com');" title="Technorati"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F04%2F30%2Fvisual-studio-express-startup-error-3xavcore-dll%2F&amp;title=Visual%20Studio%20Express%20Startup%20Error%20-3xAVCore.dll" onclick="javascript:pageTracker._trackPageview('/outbound/article/digg.com');" title="Digg"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F04%2F30%2Fvisual-studio-express-startup-error-3xavcore-dll%2F&amp;t=Visual%20Studio%20Express%20Startup%20Error%20-3xAVCore.dll" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.facebook.com');" title="Facebook"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://del.icio.us/post?url=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F04%2F30%2Fvisual-studio-express-startup-error-3xavcore-dll%2F&amp;title=Visual%20Studio%20Express%20Startup%20Error%20-3xAVCore.dll" onclick="javascript:pageTracker._trackPageview('/outbound/article/del.icio.us');" title="del.icio.us"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F04%2F30%2Fvisual-studio-express-startup-error-3xavcore-dll%2F&amp;title=Visual%20Studio%20Express%20Startup%20Error%20-3xAVCore.dll" onclick="javascript:pageTracker._trackPageview('/outbound/article/favorites.live.com');" title="Live"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F04%2F30%2Fvisual-studio-express-startup-error-3xavcore-dll%2F&amp;title=Visual%20Studio%20Express%20Startup%20Error%20-3xAVCore.dll" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.google.com');" title="Google"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google" alt="Google" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.dotnetkicks.com/kick/?url=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F04%2F30%2Fvisual-studio-express-startup-error-3xavcore-dll%2F&amp;title=Visual%20Studio%20Express%20Startup%20Error%20-3xAVCore.dll" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.dotnetkicks.com');" title="description"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/dotnetkicks.png" title="description" alt="description" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.dzone.com/links/add.html?url=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F04%2F30%2Fvisual-studio-express-startup-error-3xavcore-dll%2F&amp;title=Visual%20Studio%20Express%20Startup%20Error%20-3xAVCore.dll" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.dzone.com');" title="description"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/dzone.png" title="description" alt="description" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://twitter.com/home?status=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F04%2F30%2Fvisual-studio-express-startup-error-3xavcore-dll%2F" onclick="javascript:pageTracker._trackPageview('/outbound/article/twitter.com');" title="TwitThis"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/twitter.gif" title="TwitThis" alt="TwitThis" class="sociable-hovers" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.lieberlieber.com/2010/04/30/visual-studio-express-startup-error-3xavcore-dll/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>BUG: &#8220;Old format or invalid type library&#8221; error when automating Excel</title>
		<link>http://blog.lieberlieber.com/2010/03/11/bug-old-format-or-invalid-type-library-error-when-automating-excel/</link>
		<comments>http://blog.lieberlieber.com/2010/03/11/bug-old-format-or-invalid-type-library-error-when-automating-excel/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 08:40:33 +0000</pubDate>
		<dc:creator>Andreas Bruckner</dc:creator>
				<category><![CDATA[.NET Framework]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Problemlösungen]]></category>
		<category><![CDATA[Programmierung Allgemein]]></category>
		<category><![CDATA[Bug]]></category>
		<category><![CDATA[COM]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[interop]]></category>
		<category><![CDATA[Office]]></category>

		<guid isPermaLink="false">http://blog.lieberlieber.com/?p=1769</guid>
		<description><![CDATA[Although my OS is english (!) version, running the english (!) version of Office, I get an error when opening an Excel workbook via COM. The error message doesn&#8217;t help locating the real problem:
Because my locals are german, and the Office Multilanguage Pack is not installed, Excel tries to locate the german language pack and [...]]]></description>
			<content:encoded><![CDATA[<p>Although my OS is english (!) version, running the english (!) version of Office, I get an error when opening an Excel workbook via COM. The error message doesn&#8217;t help locating the real problem:</p>
<p>Because my locals are german, and the Office Multilanguage Pack is not installed, Excel tries to locate the german language pack and fails.</p>
<p><strong>Solution:</strong> set your application&#8217;s CurrentCulture to <em>en-US</em>, and it work&#8217;s like a charm!</p>

<div class="sociable">
<div class="sociable_tagline">
<strong>Share and Enjoy:</strong>
</div>
<ul>
	<li><a rel="nofollow" target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F03%2F11%2Fbug-old-format-or-invalid-type-library-error-when-automating-excel%2F" onclick="javascript:pageTracker._trackPageview('/outbound/article/technorati.com');" title="Technorati"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F03%2F11%2Fbug-old-format-or-invalid-type-library-error-when-automating-excel%2F&amp;title=BUG%3A%20%22Old%20format%20or%20invalid%20type%20library%22%20error%20when%20automating%20Excel" onclick="javascript:pageTracker._trackPageview('/outbound/article/digg.com');" title="Digg"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F03%2F11%2Fbug-old-format-or-invalid-type-library-error-when-automating-excel%2F&amp;t=BUG%3A%20%22Old%20format%20or%20invalid%20type%20library%22%20error%20when%20automating%20Excel" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.facebook.com');" title="Facebook"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://del.icio.us/post?url=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F03%2F11%2Fbug-old-format-or-invalid-type-library-error-when-automating-excel%2F&amp;title=BUG%3A%20%22Old%20format%20or%20invalid%20type%20library%22%20error%20when%20automating%20Excel" onclick="javascript:pageTracker._trackPageview('/outbound/article/del.icio.us');" title="del.icio.us"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F03%2F11%2Fbug-old-format-or-invalid-type-library-error-when-automating-excel%2F&amp;title=BUG%3A%20%22Old%20format%20or%20invalid%20type%20library%22%20error%20when%20automating%20Excel" onclick="javascript:pageTracker._trackPageview('/outbound/article/favorites.live.com');" title="Live"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F03%2F11%2Fbug-old-format-or-invalid-type-library-error-when-automating-excel%2F&amp;title=BUG%3A%20%22Old%20format%20or%20invalid%20type%20library%22%20error%20when%20automating%20Excel" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.google.com');" title="Google"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google" alt="Google" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.dotnetkicks.com/kick/?url=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F03%2F11%2Fbug-old-format-or-invalid-type-library-error-when-automating-excel%2F&amp;title=BUG%3A%20%22Old%20format%20or%20invalid%20type%20library%22%20error%20when%20automating%20Excel" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.dotnetkicks.com');" title="description"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/dotnetkicks.png" title="description" alt="description" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.dzone.com/links/add.html?url=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F03%2F11%2Fbug-old-format-or-invalid-type-library-error-when-automating-excel%2F&amp;title=BUG%3A%20%22Old%20format%20or%20invalid%20type%20library%22%20error%20when%20automating%20Excel" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.dzone.com');" title="description"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/dzone.png" title="description" alt="description" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://twitter.com/home?status=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F03%2F11%2Fbug-old-format-or-invalid-type-library-error-when-automating-excel%2F" onclick="javascript:pageTracker._trackPageview('/outbound/article/twitter.com');" title="TwitThis"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/twitter.gif" title="TwitThis" alt="TwitThis" class="sociable-hovers" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.lieberlieber.com/2010/03/11/bug-old-format-or-invalid-type-library-error-when-automating-excel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unrecognized configuration settings UserSettings.</title>
		<link>http://blog.lieberlieber.com/2010/02/24/unrecognized-configuration-settings-usersettings/</link>
		<comments>http://blog.lieberlieber.com/2010/02/24/unrecognized-configuration-settings-usersettings/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 11:33:25 +0000</pubDate>
		<dc:creator>Andreas Bruckner</dc:creator>
				<category><![CDATA[.NET Framework]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Problemlösungen]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[Windows Forms]]></category>
		<category><![CDATA[Configuration]]></category>
		<category><![CDATA[mysterious]]></category>
		<category><![CDATA[unrecognized]]></category>
		<category><![CDATA[UserSettings]]></category>

		<guid isPermaLink="false">http://blog.lieberlieber.com/?p=1699</guid>
		<description><![CDATA[Today I run into a strange error: In an .NET Windows Form I&#8217;m referencing a ConnectionString from Application Settings.
At 12:00 it worked.
Changed a line of code; recompiled; started over at 12:01.
The app came up with an error: &#8220;Unrecognized configuration settings UserSettings&#8220;, the debugger pointed me to the settings file.
Tried a lot. Searched the internet. Found [...]]]></description>
			<content:encoded><![CDATA[<p>Today I run into a strange error: In an .NET Windows Form I&#8217;m referencing a ConnectionString from Application Settings.<br />
At 12:00 it worked.<br />
Changed a line of code; recompiled; started over at 12:01.</p>
<p>The app came up with an error: &#8220;<em>Unrecognized configuration settings UserSettings</em>&#8220;, the debugger pointed me to the settings file.<br />
Tried a lot. Searched the internet. Found the only working solution:</p>
<p><strong>Navigate to your user&#8217;s application data folder, and delete all the config-files belonging to your app.</strong></p>

<div class="sociable">
<div class="sociable_tagline">
<strong>Share and Enjoy:</strong>
</div>
<ul>
	<li><a rel="nofollow" target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F02%2F24%2Funrecognized-configuration-settings-usersettings%2F" onclick="javascript:pageTracker._trackPageview('/outbound/article/technorati.com');" title="Technorati"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F02%2F24%2Funrecognized-configuration-settings-usersettings%2F&amp;title=Unrecognized%20configuration%20settings%20UserSettings." onclick="javascript:pageTracker._trackPageview('/outbound/article/digg.com');" title="Digg"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F02%2F24%2Funrecognized-configuration-settings-usersettings%2F&amp;t=Unrecognized%20configuration%20settings%20UserSettings." onclick="javascript:pageTracker._trackPageview('/outbound/article/www.facebook.com');" title="Facebook"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://del.icio.us/post?url=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F02%2F24%2Funrecognized-configuration-settings-usersettings%2F&amp;title=Unrecognized%20configuration%20settings%20UserSettings." onclick="javascript:pageTracker._trackPageview('/outbound/article/del.icio.us');" title="del.icio.us"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F02%2F24%2Funrecognized-configuration-settings-usersettings%2F&amp;title=Unrecognized%20configuration%20settings%20UserSettings." onclick="javascript:pageTracker._trackPageview('/outbound/article/favorites.live.com');" title="Live"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F02%2F24%2Funrecognized-configuration-settings-usersettings%2F&amp;title=Unrecognized%20configuration%20settings%20UserSettings." onclick="javascript:pageTracker._trackPageview('/outbound/article/www.google.com');" title="Google"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google" alt="Google" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.dotnetkicks.com/kick/?url=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F02%2F24%2Funrecognized-configuration-settings-usersettings%2F&amp;title=Unrecognized%20configuration%20settings%20UserSettings." onclick="javascript:pageTracker._trackPageview('/outbound/article/www.dotnetkicks.com');" title="description"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/dotnetkicks.png" title="description" alt="description" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.dzone.com/links/add.html?url=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F02%2F24%2Funrecognized-configuration-settings-usersettings%2F&amp;title=Unrecognized%20configuration%20settings%20UserSettings." onclick="javascript:pageTracker._trackPageview('/outbound/article/www.dzone.com');" title="description"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/dzone.png" title="description" alt="description" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://twitter.com/home?status=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F02%2F24%2Funrecognized-configuration-settings-usersettings%2F" onclick="javascript:pageTracker._trackPageview('/outbound/article/twitter.com');" title="TwitThis"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/twitter.gif" title="TwitThis" alt="TwitThis" class="sociable-hovers" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.lieberlieber.com/2010/02/24/unrecognized-configuration-settings-usersettings/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Window 7 Dialog docking</title>
		<link>http://blog.lieberlieber.com/2010/01/15/window-7-dialog-docking/</link>
		<comments>http://blog.lieberlieber.com/2010/01/15/window-7-dialog-docking/#comments</comments>
		<pubDate>Fri, 15 Jan 2010 08:32:19 +0000</pubDate>
		<dc:creator>Richard Deininger</dc:creator>
				<category><![CDATA[Allgemeine Theorien]]></category>
		<category><![CDATA[Problemlösungen]]></category>
		<category><![CDATA[Windows Forms]]></category>
		<category><![CDATA[dialog]]></category>
		<category><![CDATA[docking]]></category>
		<category><![CDATA[shortcut]]></category>
		<category><![CDATA[Window 7]]></category>
		<category><![CDATA[Window docking]]></category>

		<guid isPermaLink="false">http://blog.lieberlieber.com/?p=1551</guid>
		<description><![CDATA[Windows 7 Hotkey zum Fenster docken gefunden ;)]]></description>
			<content:encoded><![CDATA[<p>Das man in Windows 7 Fenster links und rechts auf den Bildschirm docken kann ist ja nichts neues,i ch habe aber bis jetzt immer mit zwei Bildschirmen gearbeitet und bis jetzt nur geschafft ganz links und ganz rechts zu docken (d.h. Fenster 1 auf dem linken Bildschirm links und Fenster 2 auf dem rechten Bildschirm rechts)</p>
<p>Doch heute bin ich per Zufall über etwas lustiges gestolpert,&#8230; das Docking kann man nicht nur per Maus steuern!</p>
<p>Mit der Tastenkombination Windows + Left bzw. Windows + Right kann man, beim aktiven Fenster zwischen linksdocken, normal und rechtsdocken  wechseln,&#8230; auch Windows + Up (Maximieren), Windows + Down (Normal).</p>
<p>Vermutlich kennen das schon alle,&#8230; für mich wars neu. Hoffe es findet sich jemand den das weiterhilft. <img src='http://blog.lieberlieber.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><strong>English:</strong></p>
<p>It not new that Windows 7 allows to dock dialogs on the left and right side of the screen, but I usually use two screens and since now I only managed to dock a dialog either on the left side of the left screen or on the right side of the right screen.</p>
<p>Today I found something by chance,&#8230; the docking feature can also be done by keyboard!</p>
<p>With the shortcut Windows + Left or Windows + Right you can toggle between docking left, normal dialog and docking right,&#8230; also Windows + Up (maximizes), Windows + Down (normal dialog).</p>
<p>I assume everybody knows this already,&#8230; but its new for me,&#8230; hopefully this helps at least some people. <img src='http://blog.lieberlieber.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><img class="alignnone size-full wp-image-1558" title="dialogDocking" src="http://blog.lieberlieber.com/wp-content/uploads/2010/01/dialogDocking.PNG" alt="dialogDocking" /></p>

<div class="sociable">
<div class="sociable_tagline">
<strong>Share and Enjoy:</strong>
</div>
<ul>
	<li><a rel="nofollow" target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F01%2F15%2Fwindow-7-dialog-docking%2F" onclick="javascript:pageTracker._trackPageview('/outbound/article/technorati.com');" title="Technorati"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F01%2F15%2Fwindow-7-dialog-docking%2F&amp;title=Window%207%20Dialog%20docking" onclick="javascript:pageTracker._trackPageview('/outbound/article/digg.com');" title="Digg"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F01%2F15%2Fwindow-7-dialog-docking%2F&amp;t=Window%207%20Dialog%20docking" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.facebook.com');" title="Facebook"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://del.icio.us/post?url=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F01%2F15%2Fwindow-7-dialog-docking%2F&amp;title=Window%207%20Dialog%20docking" onclick="javascript:pageTracker._trackPageview('/outbound/article/del.icio.us');" title="del.icio.us"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F01%2F15%2Fwindow-7-dialog-docking%2F&amp;title=Window%207%20Dialog%20docking" onclick="javascript:pageTracker._trackPageview('/outbound/article/favorites.live.com');" title="Live"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F01%2F15%2Fwindow-7-dialog-docking%2F&amp;title=Window%207%20Dialog%20docking" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.google.com');" title="Google"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google" alt="Google" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.dotnetkicks.com/kick/?url=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F01%2F15%2Fwindow-7-dialog-docking%2F&amp;title=Window%207%20Dialog%20docking" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.dotnetkicks.com');" title="description"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/dotnetkicks.png" title="description" alt="description" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.dzone.com/links/add.html?url=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F01%2F15%2Fwindow-7-dialog-docking%2F&amp;title=Window%207%20Dialog%20docking" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.dzone.com');" title="description"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/dzone.png" title="description" alt="description" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://twitter.com/home?status=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F01%2F15%2Fwindow-7-dialog-docking%2F" onclick="javascript:pageTracker._trackPageview('/outbound/article/twitter.com');" title="TwitThis"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/twitter.gif" title="TwitThis" alt="TwitThis" class="sociable-hovers" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.lieberlieber.com/2010/01/15/window-7-dialog-docking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MissingMethodExceptions and TypeLoadExceptions</title>
		<link>http://blog.lieberlieber.com/2010/01/14/missingmethodexceptions-and-typeloadexceptions/</link>
		<comments>http://blog.lieberlieber.com/2010/01/14/missingmethodexceptions-and-typeloadexceptions/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 06:09:26 +0000</pubDate>
		<dc:creator>Alexander Schölzhorn</dc:creator>
				<category><![CDATA[Compact Framework]]></category>
		<category><![CDATA[Problemlösungen]]></category>
		<category><![CDATA[Programmierung Allgemein]]></category>
		<category><![CDATA[CF]]></category>
		<category><![CDATA[Debugging]]></category>

		<guid isPermaLink="false">http://blog.lieberlieber.com/?p=1536</guid>
		<description><![CDATA[Eine gute bzw. die einzige vernünftige Möglichkeit MissingMethodExceptions und TypeLoadExceptions einer .NET Compact Framework Anwendung zu identifzieren ist das Loader Log. Dieses kann mittels der Registry aktiviert werden: Dazu sind folgende Schritte nötig:
1. CLR Logging aktivieren. Folgenden Wert auf 1 setzen:
HKLM\Software\Microsoft\.NETCompactFramework\Diagnostics\Logging\Enabled
2.Loader Log aktivieren. Folgenden Wert auf 1 setzen:
HKLM\Software\Microsoft\.NETCompactFramework\Diagnostics\Logging\Loader\Enabled
Im Prinzip reicht da schon aus. Das Logfile [...]]]></description>
			<content:encoded><![CDATA[<p>Eine gute bzw. die einzige vernünftige Möglichkeit MissingMethodExceptions und TypeLoadExceptions einer .NET Compact Framework Anwendung zu identifzieren ist das Loader Log. Dieses kann mittels der Registry aktiviert werden: Dazu sind folgende Schritte nötig:</p>
<p>1. CLR Logging aktivieren. Folgenden Wert auf 1 setzen:<br />
<em>HKLM\Software\Microsoft\.NETCompactFramework\Diagnostics\Logging\Enabled</em></p>
<p>2.Loader Log aktivieren. Folgenden Wert auf 1 setzen:<br />
<em>HKLM\Software\Microsoft\.NETCompactFramework\Diagnostics\Logging\Loader\Enabled</em></p>
<p>Im Prinzip reicht da schon aus. Das Logfile wird im Verzeichnis der Anwendung erstellt und heißt <em>netcf_loader.log</em>.<br />
Empfehlenswert sind noch folgende zusätzlichen Einstellungen:</p>
<p>3.Anwendungsnamen im Logfile Namen (z.B.: <em>netcf_myApp_loader.log</em>. Nützlich wenn mehrere Anwendungen im gleichen Verzeichnis sind. Folgenden Wert auf 1 setzen:<br />
<em>HKLM\Software\Microsoft\.NETCompactFramework\Diagnostics\Logging\UseApp</em></p>
<p>4.Prozess Id im Logfile Namen. Folgenden Wert auf 1 setzen:<br />
<em>HKLM\Software\Microsoft\.NETCompactFramework\Diagnostics\Logging\UsePid</em></p>
<p>5. Log immer sofort schreiben. Nützlich wenn die Anwendung abstürtzt. Achtung, wirkt sich negativ auf die Performance aus.  Folgenden Wert auf 1 setzen:<br />
<em>HKLM\Software\Microsoft\.NETCompactFramework\Diagnostics\Logging\Flush</em></p>
<p>Falls die genannten Registry Einträge noch nicht exisitieren, kann man diese einfach erstellen. Alle Werte sind vom Typ DWORD.</p>
<p>Mehr Informationen gibts im <a title="Steven Pratschner's .Net CF WebLog" href="http://blogs.msdn.com/stevenpr/archive/2005/02/28/381744.aspx" onclick="javascript:pageTracker._trackPageview('/outbound/article/blogs.msdn.com');" target="_blank">Blog von  Steven Pratschner</a> und <a title="Blog Dawid Kline" href="http://blogs.msdn.com/davidklinems/archive/2006/01/31/520899.aspx" onclick="javascript:pageTracker._trackPageview('/outbound/article/blogs.msdn.com');" target="_blank">Dawid Kline</a>.</p>
<p>More Information and an englisch description are posted on the blogs of <a title="Steven Pratschner's .Net CF WebLog" href="http://blogs.msdn.com/stevenpr/archive/2005/02/28/381744.aspx" onclick="javascript:pageTracker._trackPageview('/outbound/article/blogs.msdn.com');" target="_blank">Steven Pratschner</a> and <a title="Blog Dawid Kline" href="http://blogs.msdn.com/davidklinems/archive/2006/01/31/520899.aspx" onclick="javascript:pageTracker._trackPageview('/outbound/article/blogs.msdn.com');" target="_blank">Dawid Kline</a>.</p>

<div class="sociable">
<div class="sociable_tagline">
<strong>Share and Enjoy:</strong>
</div>
<ul>
	<li><a rel="nofollow" target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F01%2F14%2Fmissingmethodexceptions-and-typeloadexceptions%2F" onclick="javascript:pageTracker._trackPageview('/outbound/article/technorati.com');" title="Technorati"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F01%2F14%2Fmissingmethodexceptions-and-typeloadexceptions%2F&amp;title=MissingMethodExceptions%20and%20TypeLoadExceptions" onclick="javascript:pageTracker._trackPageview('/outbound/article/digg.com');" title="Digg"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F01%2F14%2Fmissingmethodexceptions-and-typeloadexceptions%2F&amp;t=MissingMethodExceptions%20and%20TypeLoadExceptions" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.facebook.com');" title="Facebook"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://del.icio.us/post?url=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F01%2F14%2Fmissingmethodexceptions-and-typeloadexceptions%2F&amp;title=MissingMethodExceptions%20and%20TypeLoadExceptions" onclick="javascript:pageTracker._trackPageview('/outbound/article/del.icio.us');" title="del.icio.us"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F01%2F14%2Fmissingmethodexceptions-and-typeloadexceptions%2F&amp;title=MissingMethodExceptions%20and%20TypeLoadExceptions" onclick="javascript:pageTracker._trackPageview('/outbound/article/favorites.live.com');" title="Live"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F01%2F14%2Fmissingmethodexceptions-and-typeloadexceptions%2F&amp;title=MissingMethodExceptions%20and%20TypeLoadExceptions" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.google.com');" title="Google"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google" alt="Google" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.dotnetkicks.com/kick/?url=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F01%2F14%2Fmissingmethodexceptions-and-typeloadexceptions%2F&amp;title=MissingMethodExceptions%20and%20TypeLoadExceptions" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.dotnetkicks.com');" title="description"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/dotnetkicks.png" title="description" alt="description" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.dzone.com/links/add.html?url=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F01%2F14%2Fmissingmethodexceptions-and-typeloadexceptions%2F&amp;title=MissingMethodExceptions%20and%20TypeLoadExceptions" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.dzone.com');" title="description"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/dzone.png" title="description" alt="description" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://twitter.com/home?status=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F01%2F14%2Fmissingmethodexceptions-and-typeloadexceptions%2F" onclick="javascript:pageTracker._trackPageview('/outbound/article/twitter.com');" title="TwitThis"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/twitter.gif" title="TwitThis" alt="TwitThis" class="sociable-hovers" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.lieberlieber.com/2010/01/14/missingmethodexceptions-and-typeloadexceptions/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Migration von base64 XML auf BLOB</title>
		<link>http://blog.lieberlieber.com/2010/01/12/migration-von-base64-xml-auf-blob/</link>
		<comments>http://blog.lieberlieber.com/2010/01/12/migration-von-base64-xml-auf-blob/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 08:41:15 +0000</pubDate>
		<dc:creator>Richard Deininger</dc:creator>
				<category><![CDATA[.NET Framework]]></category>
		<category><![CDATA[Datenbanken]]></category>
		<category><![CDATA[Problemlösungen]]></category>
		<category><![CDATA[base64]]></category>
		<category><![CDATA[Blob]]></category>
		<category><![CDATA[Convert]]></category>
		<category><![CDATA[migration]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[XQuery]]></category>

		<guid isPermaLink="false">http://blog.lieberlieber.com/?p=1528</guid>
		<description><![CDATA[Wie man mit hilfe von XQuery base64 encoded daten aus einem XML Feld in ein Blob Feld bekommt.]]></description>
			<content:encoded><![CDATA[<p>Bei einem unserer Kunden, wurden bis jetzt Dateien auf der DB (Sql Server 2005) als XML abgespeichert:</p>
<p style="padding-left: 30px;"><span style="color: #0000ff;">&lt;</span><span style="color: #800000;">Document</span><span style="color: #0000ff;">&gt;</span></p>
<p><span style="color: #0000ff;"> </span></p>
<p style="padding-left: 60px;"><span style="color: #0000ff;">&lt;</span><span style="color: #800000;">FileName</span><span style="color: #0000ff;">&gt;&lt;/</span><span style="color: #800000;">FileName</span><span style="color: #0000ff;">&gt;</span><span style="color: #0000ff;"><br />
</span><span style="color: #0000ff;"> &lt;</span><span style="color: #800000;">FileType</span><span style="color: #0000ff;">&gt;&lt;/</span><span style="color: #800000;">FileType</span><span style="color: #0000ff;">&gt;</span><span style="color: #0000ff;"><br />
</span><span style="color: #0000ff;"> &lt;</span><span style="color: #800000;">CreatedAt</span><span style="color: #0000ff;">&gt;&lt;/</span><span style="color: #800000;">CreatedAt</span><span style="color: #0000ff;">&gt;</span><span style="color: #0000ff;"><br />
</span><span style="color: #0000ff;"> &lt;</span><span style="color: #800000;">Data</span><span style="color: #0000ff;">&gt;&lt;/</span><span style="color: #800000;">Data</span><span style="color: #0000ff;">&gt; </span></p>
<p><span style="color: #0000ff;"> </span></p>
<p style="padding-left: 30px;"><span style="color: #0000ff;">&lt;/</span><span style="color: #800000;">Document</span><span style="color: #0000ff;">&gt;</span></p>
<p>Das <span style="color: #0000ff;">&lt;</span><span style="color: #800000;">Data</span><span style="color: #0000ff;">&gt;</span> Feld wurde natürlich mit base64 encoded damit man schön XML reinschreiben und auslesen konnten.</p>
<p>Da der Vortschritt aber auch hier einzug gehalten hat, gibt es jetzt auch hier eine eigene Tabelle mit einem Blob für <span style="color: #0000ff;">&lt;</span><span style="color: #800000;">Data</span><span style="color: #0000ff;">&gt;</span>. Dabei stellte sich nur die Frage wie man jetzt am besten von base64 auf Blob migriert. Folgenden netten XQuery befehl habe ich hierfür gefunden:</p>
<p>Documents.<span style="color: #0000ff;">value</span><span style="color: #ff0000;">(&#8217;xs:base64Binary(/*:Documents[1]/*:Document[1]/*:Data[1])&#8217;</span>,<span style="color: #ff0000;"> &#8216;varbinary(MAX)&#8217;</span>)</p>
<p><strong>English:</strong></p>
<p>One of our customer used XML to save files inside there DB (Sql Server 2005):</p>
<p style="padding-left: 30px;"><span style="color: #0000ff;">&lt;</span><span style="color: #800000;">Document</span><span style="color: #0000ff;">&gt;</span></p>
<p><span style="color: #0000ff;"> </span></p>
<p style="padding-left: 60px"><span style="color: #0000ff;">&lt;</span><span style="color: #800000;">FileName</span><span style="color: #0000ff;">&gt;&lt;/</span><span style="color: #800000;">FileName</span><span style="color: #0000ff;">&gt;</span><span style="color: #0000ff;"><br />
</span><span style="color: #0000ff;"> &lt;</span><span style="color: #800000;">FileType</span><span style="color: #0000ff;">&gt;&lt;/</span><span style="color: #800000;">FileType</span><span style="color: #0000ff;">&gt;</span><span style="color: #0000ff;"><br />
</span><span style="color: #0000ff;"> &lt;</span><span style="color: #800000;">CreatedAt</span><span style="color: #0000ff;">&gt;&lt;/</span><span style="color: #800000;">CreatedAt</span><span style="color: #0000ff;">&gt;</span><span style="color: #0000ff;"><br />
</span><span style="color: #0000ff;"> &lt;</span><span style="color: #800000;">Data</span><span style="color: #0000ff;">&gt;&lt;/</span><span style="color: #800000;">Data</span><span style="color: #0000ff;">&gt; </span></p>
<p><span style="color: #0000ff;"> </span></p>
<p style="padding-left: 30px"><span style="color: #0000ff;">&lt;/</span><span style="color: #800000;">Document</span><span style="color: #0000ff;">&gt;</span></p>
<p>The <span style="color: #0000ff;">&lt;</span><span style="color: #800000;">Data</span><span style="color: #0000ff;">&gt;</span> field was of course base64 encoded to make it easy to read and write XML files form it.</p>
<p>After some progress they managed to save the data into a new table with an Blob field for <span style="color: #0000ff;">&lt;</span><span style="color: #800000;">Data</span><span style="color: #0000ff;">&gt;</span>, but the tricky part was: how to get the base64 data into the Blob field,&#8230; during some research I found the following XQuery command.</p>
<p>Documents.<span style="color: #0000ff;">value</span><span style="color: #ff0000;">(&#8217;xs:base64Binary(/*:Documents[1]/*:Document[1]/*:Data[1])&#8217;</span>,<span style="color: #ff0000;"> &#8216;varbinary(MAX)&#8217;</span>)</p>

<div class="sociable">
<div class="sociable_tagline">
<strong>Share and Enjoy:</strong>
</div>
<ul>
	<li><a rel="nofollow" target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F01%2F12%2Fmigration-von-base64-xml-auf-blob%2F" onclick="javascript:pageTracker._trackPageview('/outbound/article/technorati.com');" title="Technorati"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F01%2F12%2Fmigration-von-base64-xml-auf-blob%2F&amp;title=Migration%20von%20base64%20XML%20auf%20BLOB" onclick="javascript:pageTracker._trackPageview('/outbound/article/digg.com');" title="Digg"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F01%2F12%2Fmigration-von-base64-xml-auf-blob%2F&amp;t=Migration%20von%20base64%20XML%20auf%20BLOB" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.facebook.com');" title="Facebook"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://del.icio.us/post?url=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F01%2F12%2Fmigration-von-base64-xml-auf-blob%2F&amp;title=Migration%20von%20base64%20XML%20auf%20BLOB" onclick="javascript:pageTracker._trackPageview('/outbound/article/del.icio.us');" title="del.icio.us"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F01%2F12%2Fmigration-von-base64-xml-auf-blob%2F&amp;title=Migration%20von%20base64%20XML%20auf%20BLOB" onclick="javascript:pageTracker._trackPageview('/outbound/article/favorites.live.com');" title="Live"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F01%2F12%2Fmigration-von-base64-xml-auf-blob%2F&amp;title=Migration%20von%20base64%20XML%20auf%20BLOB" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.google.com');" title="Google"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google" alt="Google" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.dotnetkicks.com/kick/?url=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F01%2F12%2Fmigration-von-base64-xml-auf-blob%2F&amp;title=Migration%20von%20base64%20XML%20auf%20BLOB" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.dotnetkicks.com');" title="description"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/dotnetkicks.png" title="description" alt="description" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.dzone.com/links/add.html?url=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F01%2F12%2Fmigration-von-base64-xml-auf-blob%2F&amp;title=Migration%20von%20base64%20XML%20auf%20BLOB" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.dzone.com');" title="description"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/dzone.png" title="description" alt="description" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://twitter.com/home?status=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F01%2F12%2Fmigration-von-base64-xml-auf-blob%2F" onclick="javascript:pageTracker._trackPageview('/outbound/article/twitter.com');" title="TwitThis"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/twitter.gif" title="TwitThis" alt="TwitThis" class="sociable-hovers" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.lieberlieber.com/2010/01/12/migration-von-base64-xml-auf-blob/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change Modification Date / Bearbeitungsdatum ändern</title>
		<link>http://blog.lieberlieber.com/2010/01/11/change-modification-date-bearbeitungsdatum-andern/</link>
		<comments>http://blog.lieberlieber.com/2010/01/11/change-modification-date-bearbeitungsdatum-andern/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 13:30:05 +0000</pubDate>
		<dc:creator>Andreas Bruckner</dc:creator>
				<category><![CDATA[.NET Framework]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Problemlösungen]]></category>
		<category><![CDATA[Programmierung Allgemein]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[Modification Date]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://blog.lieberlieber.com/?p=1510</guid>
		<description><![CDATA[On my last vacation I used 2 digicams, but had one set to a wrong timezone accidently. That&#8217;s why I cannot copy the pictures of both cameras to one single folder, sort by date and rename. In short terms: I cannot join the pictures.
Searched the internet, but found tools, which can set the date to [...]]]></description>
			<content:encoded><![CDATA[<p>On my last vacation I used 2 digicams, but had one set to a wrong timezone accidently. That&#8217;s why I cannot copy the pictures of both cameras to one single folder, sort by date and rename. In short terms: I cannot join the pictures.</p>
<p>Searched the internet, but found tools, which can set the date to a specific date only, but cannot correct the timezone (e.g. add 6 hours to the file&#8217;s existing modification date).</p>
<p>So I had to write my own solution. Find the download links below, and feel free to modify the sources. This is a MS VS2008 project, built for .NET Framework 2.0</p>
<p><em><strong>Hint: </strong>Please note, that usage of this tool is your own responsibility!</em></p>
<p>&#8212;</p>
<p>Ich hatte im Urlaub 2 Digitalkameras mit, wobei eine noch irrtümlich die Zeitzone vom vorangegangenen Urlaub gesetzt hatte. Resultat: ich kann nun nicht mehr einfach die Bilder der beiden Kameras in ein Verzeichnis kopieren, sie nach Datum sortieren, und umbenennen. Kurz: ich kann sie nicht korrekt zusammenfügen.</p>
<p>Zuerst müßte ich das ModificationDate von Kamera A um 6 Stunden (sprich: die Zeitzone) korrigieren.</p>
<p>Im Internet fand ich nur Tools, die das Datum auf einen vorgegebenen Wert setzen, daher habe ich das selbst in die Hand genommen. Die Download Links sind unten zu finden, die Sourcen dürfen frei modifiziert werden. Es handelt sich um ein MS VS2008 Projekt, und kompiliert für .NET Framework 2.0.</p>
<p><em><strong>Hinweis</strong>: die Verwendung erfolgt auf eigenes Risiko!</em></p>
<p>&#8212;</p>
<p>Download:</p>
<p><a href="http://blog.lieberlieber.com/wp-content/uploads/2010/01/ChangeModificationDate_bin.zip" onclick="javascript:pageTracker._trackPageview('/downloadsblog./wp-content/uploads/2010/01/ChangeModificationDate_bin.zip');">Binary</a><br />
<a href="http://blog.lieberlieber.com/wp-content/uploads/2010/01/ChangeModificationDate_src.zip" onclick="javascript:pageTracker._trackPageview('/downloadsblog./wp-content/uploads/2010/01/ChangeModificationDate_src.zip');">Sources</a></p>
<p>Screenshot:</p>
<p><a href="http://blog.lieberlieber.com/wp-content/uploads/2010/01/ScreenShot.jpg"  rel="lightbox[1510]"><img class="aligncenter size-full wp-image-1514" title="ScreenShot" src="http://blog.lieberlieber.com/wp-content/uploads/2010/01/ScreenShot.jpg" alt="ScreenShot" /></a></p>

<div class="sociable">
<div class="sociable_tagline">
<strong>Share and Enjoy:</strong>
</div>
<ul>
	<li><a rel="nofollow" target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F01%2F11%2Fchange-modification-date-bearbeitungsdatum-andern%2F" onclick="javascript:pageTracker._trackPageview('/outbound/article/technorati.com');" title="Technorati"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F01%2F11%2Fchange-modification-date-bearbeitungsdatum-andern%2F&amp;title=Change%20Modification%20Date%20%2F%20Bearbeitungsdatum%20%C3%A4ndern" onclick="javascript:pageTracker._trackPageview('/outbound/article/digg.com');" title="Digg"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F01%2F11%2Fchange-modification-date-bearbeitungsdatum-andern%2F&amp;t=Change%20Modification%20Date%20%2F%20Bearbeitungsdatum%20%C3%A4ndern" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.facebook.com');" title="Facebook"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://del.icio.us/post?url=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F01%2F11%2Fchange-modification-date-bearbeitungsdatum-andern%2F&amp;title=Change%20Modification%20Date%20%2F%20Bearbeitungsdatum%20%C3%A4ndern" onclick="javascript:pageTracker._trackPageview('/outbound/article/del.icio.us');" title="del.icio.us"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F01%2F11%2Fchange-modification-date-bearbeitungsdatum-andern%2F&amp;title=Change%20Modification%20Date%20%2F%20Bearbeitungsdatum%20%C3%A4ndern" onclick="javascript:pageTracker._trackPageview('/outbound/article/favorites.live.com');" title="Live"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F01%2F11%2Fchange-modification-date-bearbeitungsdatum-andern%2F&amp;title=Change%20Modification%20Date%20%2F%20Bearbeitungsdatum%20%C3%A4ndern" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.google.com');" title="Google"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google" alt="Google" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.dotnetkicks.com/kick/?url=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F01%2F11%2Fchange-modification-date-bearbeitungsdatum-andern%2F&amp;title=Change%20Modification%20Date%20%2F%20Bearbeitungsdatum%20%C3%A4ndern" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.dotnetkicks.com');" title="description"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/dotnetkicks.png" title="description" alt="description" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.dzone.com/links/add.html?url=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F01%2F11%2Fchange-modification-date-bearbeitungsdatum-andern%2F&amp;title=Change%20Modification%20Date%20%2F%20Bearbeitungsdatum%20%C3%A4ndern" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.dzone.com');" title="description"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/dzone.png" title="description" alt="description" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://twitter.com/home?status=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F01%2F11%2Fchange-modification-date-bearbeitungsdatum-andern%2F" onclick="javascript:pageTracker._trackPageview('/outbound/article/twitter.com');" title="TwitThis"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/twitter.gif" title="TwitThis" alt="TwitThis" class="sociable-hovers" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.lieberlieber.com/2010/01/11/change-modification-date-bearbeitungsdatum-andern/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Missing Reference AFTER runtime Compile</title>
		<link>http://blog.lieberlieber.com/2009/11/13/missing-reference-after-runtime-compile/</link>
		<comments>http://blog.lieberlieber.com/2009/11/13/missing-reference-after-runtime-compile/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 16:34:10 +0000</pubDate>
		<dc:creator>Richard Deininger</dc:creator>
				<category><![CDATA[.NET Framework]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Enterprise Architect]]></category>
		<category><![CDATA[Problemlösungen]]></category>
		<category><![CDATA[Programmierung Allgemein]]></category>
		<category><![CDATA[CodeDom]]></category>
		<category><![CDATA[Compile]]></category>
		<category><![CDATA[CompilerResult]]></category>
		<category><![CDATA[CreateInstance]]></category>
		<category><![CDATA[UML Simulation]]></category>

		<guid isPermaLink="false">http://blog.lieberlieber.com/?p=1456</guid>
		<description><![CDATA[Problems using CompilerResult Assembly, (could not load Assembly xxx.... specified file not found)]]></description>
			<content:encoded><![CDATA[<p>Habe mich in letzter Zeit, dank UML Simulation wieder mehr mit CodeDom und runtime Compilieren beschäftigt. Bin dabei auf folgendes draufgekommen. (Hab vermutlich mal wieder die Hilfe nur halbe gelesen <img src='http://blog.lieberlieber.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> ).</p>
<ol>
<li>ich erzeuge aus Enterprise Architect mein Codefile</li>
<li>ich erstelle CodeDomProvider und CompilerParameter</li>
<li>ich füge alle &#8220;External References&#8221; im CompilerParameter hinzu</li>
<li>ich Compiliere und hole mir den Type der Klasse die ich benutzen möchte<em>
<p>bis hier hin ist alles richtig, es geht ab hier zwar noch Fehlerfrei weiter aber&#8230; </em></li>
<li>ich erzeuge mit Hilfe von: <strong>Activator.CreateInstance</strong> eine Instanz</li>
<li>da ich weiß das die Instanz vom Interface X abgeleitet ist, spreche ich die Instanz als X an<br />
<em><br />
Hier kommt der Fehler,..</em></li>
<li>wenn ich jetzt Funktionen anspreche die auf eine &#8220;External References&#8221; verweisen bekomme ich einen &#8220;could not load Assembly xxx,&#8230; file not found&#8221;</li>
</ol>
<p>Wie schon in Schritt 5. beschrieben liegt hier der eigentliche Fehler, welcher dann in Schritt 7. erst auftaucht. Um die Instanz und auch alle &#8220;External References&#8221; zu bekommen, sollte man die Instanz nicht über <strong>Activator.CreateInstance</strong> erstellen, sondern über <strong>CompilerResult.CompiledAssembly.CreateInstance(Type.FullName) </strong>da hier noch die &#8220;Externen Referencen&#8221; richtig mitgeladen werden.</p>
<p><strong> English:</strong></p>
<p>Have done some things in CodeDom and runtime compiling recently, for UML Simulation. Found the following at the time. (presumably I only rushed through the help again <img src='http://blog.lieberlieber.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> ).</p>
<ol>
<li>I create a Codefile out of Enterprise Architect</li>
<li>I create a CodeDomProvider and CompilerParameter</li>
<li>I add all &#8220;External References&#8221; to the CompilerParameter</li>
<li>I compile it and the get the type of the class I want to use<br />
<em><br />
till here everything is OK, I&#8217;ll still get no errors but&#8230; </em></li>
<li>I create an instance using: <strong>Activator.CreateInstance</strong></li>
<li>because I know the instance inherits the interface X I cast it to X<br />
<em><br />
Here we go with the errors,..</em></li>
<li>If I now use a function which is using something from an &#8220;External Reference&#8221;, I get a &#8220;could not load Assembly xxx,&#8230; file not found&#8221; error.</li>
</ol>
<p>Like I allready told, the real error is in step 5. but it shows up in step 7. To be able to use &#8220;External Referneces&#8221; don&#8217;t use the <strong>Activator.CreateInstanc</strong> to get an instance, rather use <strong>CompilerResult.CompiledAssembly.CreateInstance(Type.FullName) </strong>because this loads also the &#8220;External References&#8221;.</p>

<div class="sociable">
<div class="sociable_tagline">
<strong>Share and Enjoy:</strong>
</div>
<ul>
	<li><a rel="nofollow" target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fblog.lieberlieber.com%2F2009%2F11%2F13%2Fmissing-reference-after-runtime-compile%2F" onclick="javascript:pageTracker._trackPageview('/outbound/article/technorati.com');" title="Technorati"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fblog.lieberlieber.com%2F2009%2F11%2F13%2Fmissing-reference-after-runtime-compile%2F&amp;title=Missing%20Reference%20AFTER%20runtime%20Compile" onclick="javascript:pageTracker._trackPageview('/outbound/article/digg.com');" title="Digg"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fblog.lieberlieber.com%2F2009%2F11%2F13%2Fmissing-reference-after-runtime-compile%2F&amp;t=Missing%20Reference%20AFTER%20runtime%20Compile" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.facebook.com');" title="Facebook"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://del.icio.us/post?url=http%3A%2F%2Fblog.lieberlieber.com%2F2009%2F11%2F13%2Fmissing-reference-after-runtime-compile%2F&amp;title=Missing%20Reference%20AFTER%20runtime%20Compile" onclick="javascript:pageTracker._trackPageview('/outbound/article/del.icio.us');" title="del.icio.us"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fblog.lieberlieber.com%2F2009%2F11%2F13%2Fmissing-reference-after-runtime-compile%2F&amp;title=Missing%20Reference%20AFTER%20runtime%20Compile" onclick="javascript:pageTracker._trackPageview('/outbound/article/favorites.live.com');" title="Live"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fblog.lieberlieber.com%2F2009%2F11%2F13%2Fmissing-reference-after-runtime-compile%2F&amp;title=Missing%20Reference%20AFTER%20runtime%20Compile" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.google.com');" title="Google"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google" alt="Google" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.dotnetkicks.com/kick/?url=http%3A%2F%2Fblog.lieberlieber.com%2F2009%2F11%2F13%2Fmissing-reference-after-runtime-compile%2F&amp;title=Missing%20Reference%20AFTER%20runtime%20Compile" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.dotnetkicks.com');" title="description"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/dotnetkicks.png" title="description" alt="description" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.dzone.com/links/add.html?url=http%3A%2F%2Fblog.lieberlieber.com%2F2009%2F11%2F13%2Fmissing-reference-after-runtime-compile%2F&amp;title=Missing%20Reference%20AFTER%20runtime%20Compile" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.dzone.com');" title="description"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/dzone.png" title="description" alt="description" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://twitter.com/home?status=http%3A%2F%2Fblog.lieberlieber.com%2F2009%2F11%2F13%2Fmissing-reference-after-runtime-compile%2F" onclick="javascript:pageTracker._trackPageview('/outbound/article/twitter.com');" title="TwitThis"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/twitter.gif" title="TwitThis" alt="TwitThis" class="sociable-hovers" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.lieberlieber.com/2009/11/13/missing-reference-after-runtime-compile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Running Enterprise Architect on a Server</title>
		<link>http://blog.lieberlieber.com/2009/09/16/running-enterprise-architect-on-a-server/</link>
		<comments>http://blog.lieberlieber.com/2009/09/16/running-enterprise-architect-on-a-server/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 12:58:07 +0000</pubDate>
		<dc:creator>Andreas Bruckner</dc:creator>
				<category><![CDATA[Enterprise Architect]]></category>
		<category><![CDATA[Problemlösungen]]></category>
		<category><![CDATA[Programmierung Allgemein]]></category>
		<category><![CDATA[80080005]]></category>
		<category><![CDATA[DCOM]]></category>
		<category><![CDATA[Retrieving the COM class factory]]></category>

		<guid isPermaLink="false">http://blog.lieberlieber.com/?p=1246</guid>
		<description><![CDATA[Doing automation of Enterprise Architect in an non-graphical environment (e.g. Windows Service) will cause the following error:
Retrieving the COM class factory for component with CLSID {8667FE5E-6D96-400A-AF0A-15C29F94DFCD} failed due to the following error: 80080005. 
The code suggests lack of permission to use the COM interface from within the windows service.
Solution: you must configure DCom (EA.App)
1) Open [...]]]></description>
			<content:encoded><![CDATA[<p>Doing automation of Enterprise Architect in an non-graphical environment (e.g. Windows Service) will cause the following error:</p>
<p><em>Retrieving the COM class factory for component with CLSID {8667FE5E-6D96-400A-AF0A-15C29F94DFCD} failed due to the following error: 80080005. </em></p>
<p>The code suggests lack of permission to use the COM interface from within the windows service.</p>
<p>Solution: you must configure DCom (EA.App)</p>
<p>1) Open COM-Components-Window and navigate to DCOM, EA.App<br />
2) right-click EA.App and go to properties<br />
3) go to security tab and customize Launch Permissions<br />
4) add a user permitted to launch EA and grant full permissions<br />
5) in EA.App Properties move on to Identity-Tab, and change user to the one entered before in Launch permissions</p>
<p>( see also: <a href="http://blog.lieberlieber.com/2009/09/08/documentation-of-software-projects/" >Documentation of software projects</a> )</p>

<div class="sociable">
<div class="sociable_tagline">
<strong>Share and Enjoy:</strong>
</div>
<ul>
	<li><a rel="nofollow" target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fblog.lieberlieber.com%2F2009%2F09%2F16%2Frunning-enterprise-architect-on-a-server%2F" onclick="javascript:pageTracker._trackPageview('/outbound/article/technorati.com');" title="Technorati"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fblog.lieberlieber.com%2F2009%2F09%2F16%2Frunning-enterprise-architect-on-a-server%2F&amp;title=Running%20Enterprise%20Architect%20on%20a%20Server" onclick="javascript:pageTracker._trackPageview('/outbound/article/digg.com');" title="Digg"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fblog.lieberlieber.com%2F2009%2F09%2F16%2Frunning-enterprise-architect-on-a-server%2F&amp;t=Running%20Enterprise%20Architect%20on%20a%20Server" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.facebook.com');" title="Facebook"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://del.icio.us/post?url=http%3A%2F%2Fblog.lieberlieber.com%2F2009%2F09%2F16%2Frunning-enterprise-architect-on-a-server%2F&amp;title=Running%20Enterprise%20Architect%20on%20a%20Server" onclick="javascript:pageTracker._trackPageview('/outbound/article/del.icio.us');" title="del.icio.us"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fblog.lieberlieber.com%2F2009%2F09%2F16%2Frunning-enterprise-architect-on-a-server%2F&amp;title=Running%20Enterprise%20Architect%20on%20a%20Server" onclick="javascript:pageTracker._trackPageview('/outbound/article/favorites.live.com');" title="Live"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fblog.lieberlieber.com%2F2009%2F09%2F16%2Frunning-enterprise-architect-on-a-server%2F&amp;title=Running%20Enterprise%20Architect%20on%20a%20Server" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.google.com');" title="Google"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google" alt="Google" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.dotnetkicks.com/kick/?url=http%3A%2F%2Fblog.lieberlieber.com%2F2009%2F09%2F16%2Frunning-enterprise-architect-on-a-server%2F&amp;title=Running%20Enterprise%20Architect%20on%20a%20Server" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.dotnetkicks.com');" title="description"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/dotnetkicks.png" title="description" alt="description" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.dzone.com/links/add.html?url=http%3A%2F%2Fblog.lieberlieber.com%2F2009%2F09%2F16%2Frunning-enterprise-architect-on-a-server%2F&amp;title=Running%20Enterprise%20Architect%20on%20a%20Server" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.dzone.com');" title="description"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/dzone.png" title="description" alt="description" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://twitter.com/home?status=http%3A%2F%2Fblog.lieberlieber.com%2F2009%2F09%2F16%2Frunning-enterprise-architect-on-a-server%2F" onclick="javascript:pageTracker._trackPageview('/outbound/article/twitter.com');" title="TwitThis"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/twitter.gif" title="TwitThis" alt="TwitThis" class="sociable-hovers" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.lieberlieber.com/2009/09/16/running-enterprise-architect-on-a-server/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Deployment project und das Buildscript</title>
		<link>http://blog.lieberlieber.com/2009/09/15/deployment-project-und-das-buildscritp/</link>
		<comments>http://blog.lieberlieber.com/2009/09/15/deployment-project-und-das-buildscritp/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 12:10:41 +0000</pubDate>
		<dc:creator>Richard Deininger</dc:creator>
				<category><![CDATA[.NET Framework]]></category>
		<category><![CDATA[Allgemeine Theorien]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Problemlösungen]]></category>
		<category><![CDATA[Programmierung Allgemein]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[deployment]]></category>
		<category><![CDATA[guid]]></category>
		<category><![CDATA[MSBuild]]></category>
		<category><![CDATA[product code]]></category>
		<category><![CDATA[setup]]></category>

		<guid isPermaLink="false">http://blog.lieberlieber.com/?p=1209</guid>
		<description><![CDATA[Heute hab ich was Lustiges/Ärgerliches entdeckt. Für alle, die Deployment Projecte und Buildscripts gemeinsam benutzen, folgender kleiner Hinweis auf eine potentielle Fehlerquelle. Wenn ihr den Productcode ändert und die Productversion  erhöht, um ein Setup für eine neue Version zu bekommen, solltet Ihr auf das Guidformat aufpassen.
Es sieht vielleicht nur so aus aber, diese Guid:
{a50e0545-b0da-4a27-a832-93245837ee11}
entspricht nicht dem [...]]]></description>
			<content:encoded><![CDATA[<p>Heute hab ich was Lustiges/Ärgerliches entdeckt. Für alle, die Deployment Projecte und Buildscripts gemeinsam benutzen, folgender kleiner Hinweis auf eine potentielle Fehlerquelle. Wenn ihr den Productcode ändert und die Productversion  erhöht, um ein Setup für eine neue Version zu bekommen, solltet Ihr auf das Guidformat aufpassen.</p>
<p>Es sieht vielleicht nur so aus aber, diese Guid:<br />
{a50e0545-b0da-4a27-a832-93245837ee11}<br />
entspricht nicht dem vom Deploymentproject gewünschten format von:<br />
{xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}</p>
<p>Zum besseren Verständnis das Deployment project file ist case sensitive und alle Guids sollten immer UpperCase sein also:<br />
{A50E0545-B0DA-4A27-A832-93245837EE11}</p>
<p>Hoffe das hilft einigen weiter.</p>
<p><strong>English:</strong></p>
<p>Today I found something funny/annoying. For all who use Deployment prjects and Buildscripts, is the following little hint of a potential error. When you update the product code and increase the product version to get a setup file for you new version you should watch for the guid format.</p>
<p>It doesn&#8217;t look like it but this Guid:<br />
{a50e0545-b0da-4a27-a832-93245837ee11}<br />
does not match the expected format of the deployment project of:<br />
{xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}</p>
<p>To assist in the understanding the deployment project file is case sensitive and all guid&#8217;s have to be UpperCase, therefore:<br />
{A50E0545-B0DA-4A27-A832-93245837EE11}</p>
<p>Hope this will help some of you.</p>

<div class="sociable">
<div class="sociable_tagline">
<strong>Share and Enjoy:</strong>
</div>
<ul>
	<li><a rel="nofollow" target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fblog.lieberlieber.com%2F2009%2F09%2F15%2Fdeployment-project-und-das-buildscritp%2F" onclick="javascript:pageTracker._trackPageview('/outbound/article/technorati.com');" title="Technorati"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fblog.lieberlieber.com%2F2009%2F09%2F15%2Fdeployment-project-und-das-buildscritp%2F&amp;title=Deployment%20project%20und%20das%20Buildscript" onclick="javascript:pageTracker._trackPageview('/outbound/article/digg.com');" title="Digg"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fblog.lieberlieber.com%2F2009%2F09%2F15%2Fdeployment-project-und-das-buildscritp%2F&amp;t=Deployment%20project%20und%20das%20Buildscript" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.facebook.com');" title="Facebook"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://del.icio.us/post?url=http%3A%2F%2Fblog.lieberlieber.com%2F2009%2F09%2F15%2Fdeployment-project-und-das-buildscritp%2F&amp;title=Deployment%20project%20und%20das%20Buildscript" onclick="javascript:pageTracker._trackPageview('/outbound/article/del.icio.us');" title="del.icio.us"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fblog.lieberlieber.com%2F2009%2F09%2F15%2Fdeployment-project-und-das-buildscritp%2F&amp;title=Deployment%20project%20und%20das%20Buildscript" onclick="javascript:pageTracker._trackPageview('/outbound/article/favorites.live.com');" title="Live"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fblog.lieberlieber.com%2F2009%2F09%2F15%2Fdeployment-project-und-das-buildscritp%2F&amp;title=Deployment%20project%20und%20das%20Buildscript" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.google.com');" title="Google"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google" alt="Google" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.dotnetkicks.com/kick/?url=http%3A%2F%2Fblog.lieberlieber.com%2F2009%2F09%2F15%2Fdeployment-project-und-das-buildscritp%2F&amp;title=Deployment%20project%20und%20das%20Buildscript" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.dotnetkicks.com');" title="description"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/dotnetkicks.png" title="description" alt="description" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.dzone.com/links/add.html?url=http%3A%2F%2Fblog.lieberlieber.com%2F2009%2F09%2F15%2Fdeployment-project-und-das-buildscritp%2F&amp;title=Deployment%20project%20und%20das%20Buildscript" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.dzone.com');" title="description"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/dzone.png" title="description" alt="description" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://twitter.com/home?status=http%3A%2F%2Fblog.lieberlieber.com%2F2009%2F09%2F15%2Fdeployment-project-und-das-buildscritp%2F" onclick="javascript:pageTracker._trackPageview('/outbound/article/twitter.com');" title="TwitThis"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/twitter.gif" title="TwitThis" alt="TwitThis" class="sociable-hovers" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.lieberlieber.com/2009/09/15/deployment-project-und-das-buildscritp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Repair Flow Charts</title>
		<link>http://blog.lieberlieber.com/2009/09/02/repair-flow-charts/</link>
		<comments>http://blog.lieberlieber.com/2009/09/02/repair-flow-charts/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 12:12:09 +0000</pubDate>
		<dc:creator>Richard Deininger</dc:creator>
				<category><![CDATA[Allgemeine Theorien]]></category>
		<category><![CDATA[Problemlösungen]]></category>
		<category><![CDATA[EA]]></category>
		<category><![CDATA[flowchart]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[repair]]></category>

		<guid isPermaLink="false">http://blog.lieberlieber.com/?p=1180</guid>
		<description><![CDATA[Eine meiner Lieblingsseiten (BoingBoing)  hat einen Computer Repair Flowchart rausgebracht,&#8230; sieht echt gut aus und hilft sicher weiter, wenn man mal wieder nicht weiß woran es liegt.  
English
One of my  favourite sites (BoingBoing) posted a Computer Repair Flowchart,&#8230; looks like this could be helpfull, when you get stuck the next time.  



Share [...]]]></description>
			<content:encoded><![CDATA[<p>Eine meiner Lieblingsseiten (<a href="http://www.boingboing.net/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.boingboing.net');">BoingBoing</a>)  hat einen <a href="http://gadgets.boingboing.net/2009/08/31/computer-repair-flow.html" onclick="javascript:pageTracker._trackPageview('/outbound/article/gadgets.boingboing.net');">Computer Repair Flowchart</a> rausgebracht,&#8230; sieht echt gut aus und hilft sicher weiter, wenn man mal wieder nicht weiß woran es liegt. <img src='http://blog.lieberlieber.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><strong>English</strong></p>
<p>One of my  favourite sites <a href="http://www.boingboing.net/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.boingboing.net');">(BoingBoing</a>) posted a <a href="http://gadgets.boingboing.net/2009/08/31/computer-repair-flow.html" onclick="javascript:pageTracker._trackPageview('/outbound/article/gadgets.boingboing.net');">Computer Repair Flowchart</a>,&#8230; looks like this could be helpfull, when you get stuck the next time. <img src='http://blog.lieberlieber.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>

<div class="sociable">
<div class="sociable_tagline">
<strong>Share and Enjoy:</strong>
</div>
<ul>
	<li><a rel="nofollow" target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fblog.lieberlieber.com%2F2009%2F09%2F02%2Frepair-flow-charts%2F" onclick="javascript:pageTracker._trackPageview('/outbound/article/technorati.com');" title="Technorati"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fblog.lieberlieber.com%2F2009%2F09%2F02%2Frepair-flow-charts%2F&amp;title=Repair%20Flow%20Charts" onclick="javascript:pageTracker._trackPageview('/outbound/article/digg.com');" title="Digg"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fblog.lieberlieber.com%2F2009%2F09%2F02%2Frepair-flow-charts%2F&amp;t=Repair%20Flow%20Charts" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.facebook.com');" title="Facebook"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://del.icio.us/post?url=http%3A%2F%2Fblog.lieberlieber.com%2F2009%2F09%2F02%2Frepair-flow-charts%2F&amp;title=Repair%20Flow%20Charts" onclick="javascript:pageTracker._trackPageview('/outbound/article/del.icio.us');" title="del.icio.us"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fblog.lieberlieber.com%2F2009%2F09%2F02%2Frepair-flow-charts%2F&amp;title=Repair%20Flow%20Charts" onclick="javascript:pageTracker._trackPageview('/outbound/article/favorites.live.com');" title="Live"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fblog.lieberlieber.com%2F2009%2F09%2F02%2Frepair-flow-charts%2F&amp;title=Repair%20Flow%20Charts" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.google.com');" title="Google"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google" alt="Google" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.dotnetkicks.com/kick/?url=http%3A%2F%2Fblog.lieberlieber.com%2F2009%2F09%2F02%2Frepair-flow-charts%2F&amp;title=Repair%20Flow%20Charts" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.dotnetkicks.com');" title="description"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/dotnetkicks.png" title="description" alt="description" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.dzone.com/links/add.html?url=http%3A%2F%2Fblog.lieberlieber.com%2F2009%2F09%2F02%2Frepair-flow-charts%2F&amp;title=Repair%20Flow%20Charts" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.dzone.com');" title="description"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/dzone.png" title="description" alt="description" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://twitter.com/home?status=http%3A%2F%2Fblog.lieberlieber.com%2F2009%2F09%2F02%2Frepair-flow-charts%2F" onclick="javascript:pageTracker._trackPageview('/outbound/article/twitter.com');" title="TwitThis"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/twitter.gif" title="TwitThis" alt="TwitThis" class="sociable-hovers" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.lieberlieber.com/2009/09/02/repair-flow-charts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Running VMware vSphere Client on Windows 7</title>
		<link>http://blog.lieberlieber.com/2009/08/26/running-vmware-vsphere-client-on-windows-7/</link>
		<comments>http://blog.lieberlieber.com/2009/08/26/running-vmware-vsphere-client-on-windows-7/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 15:08:18 +0000</pubDate>
		<dc:creator>Verena Hladik</dc:creator>
				<category><![CDATA[Problemlösungen]]></category>
		<category><![CDATA[Vmware vShpere]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://blog.lieberlieber.com/?p=1175</guid>
		<description><![CDATA[After updating to Windows 7 it was not possible to start VMware vSphere Client.
first error: error parsing the server “&#60;server name” “clients.xml” file.
followed by: The type initializer for ‘VirtualInfrastructure.Utils.HttpWebRequestProxy’ threw an exception.
As long as there is no updated Version for vSphere Client, following fix helped me a lot
Running VMware vSphere Client in Windows 7
The only [...]]]></description>
			<content:encoded><![CDATA[<p>After updating to Windows 7 it was not possible to start VMware vSphere Client.</p>
<p>first error: <em>error parsing the server “&lt;server name” “clients.xml” file.</em></p>
<p>followed by: <em>The type initializer for ‘VirtualInfrastructure.Utils.HttpWebRequestProxy’ threw an exception.</em></p>
<p>As long as there is no updated Version for vSphere Client, following fix helped me a lot</p>
<p><a title="Running VMware vSphere Client on Windows 7" href="http://www.techhead.co.uk/running-vmware-vsphere-client-on-windows-7" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.techhead.co.uk');" target="_self">Running VMware vSphere Client in Windows 7</a></p>
<p>The only trap i run into was, that the article is written for 64bit Windows 7, actually if reading the whole article and not just doing step by step instructions on the fly you will recognize it&#8217;s mentioned at the beginning &#8211; for 32bit Windows 7 the variable value for DEVPATH is <em></em></p>
<p><em>C:\Program Files\VMware\Infrastructure\Virtual Infrastructure Client\Launcher\Lib </em></p>

<div class="sociable">
<div class="sociable_tagline">
<strong>Share and Enjoy:</strong>
</div>
<ul>
	<li><a rel="nofollow" target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fblog.lieberlieber.com%2F2009%2F08%2F26%2Frunning-vmware-vsphere-client-on-windows-7%2F" onclick="javascript:pageTracker._trackPageview('/outbound/article/technorati.com');" title="Technorati"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fblog.lieberlieber.com%2F2009%2F08%2F26%2Frunning-vmware-vsphere-client-on-windows-7%2F&amp;title=Running%20VMware%20vSphere%20Client%20on%20Windows%207" onclick="javascript:pageTracker._trackPageview('/outbound/article/digg.com');" title="Digg"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fblog.lieberlieber.com%2F2009%2F08%2F26%2Frunning-vmware-vsphere-client-on-windows-7%2F&amp;t=Running%20VMware%20vSphere%20Client%20on%20Windows%207" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.facebook.com');" title="Facebook"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://del.icio.us/post?url=http%3A%2F%2Fblog.lieberlieber.com%2F2009%2F08%2F26%2Frunning-vmware-vsphere-client-on-windows-7%2F&amp;title=Running%20VMware%20vSphere%20Client%20on%20Windows%207" onclick="javascript:pageTracker._trackPageview('/outbound/article/del.icio.us');" title="del.icio.us"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fblog.lieberlieber.com%2F2009%2F08%2F26%2Frunning-vmware-vsphere-client-on-windows-7%2F&amp;title=Running%20VMware%20vSphere%20Client%20on%20Windows%207" onclick="javascript:pageTracker._trackPageview('/outbound/article/favorites.live.com');" title="Live"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fblog.lieberlieber.com%2F2009%2F08%2F26%2Frunning-vmware-vsphere-client-on-windows-7%2F&amp;title=Running%20VMware%20vSphere%20Client%20on%20Windows%207" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.google.com');" title="Google"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google" alt="Google" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.dotnetkicks.com/kick/?url=http%3A%2F%2Fblog.lieberlieber.com%2F2009%2F08%2F26%2Frunning-vmware-vsphere-client-on-windows-7%2F&amp;title=Running%20VMware%20vSphere%20Client%20on%20Windows%207" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.dotnetkicks.com');" title="description"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/dotnetkicks.png" title="description" alt="description" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.dzone.com/links/add.html?url=http%3A%2F%2Fblog.lieberlieber.com%2F2009%2F08%2F26%2Frunning-vmware-vsphere-client-on-windows-7%2F&amp;title=Running%20VMware%20vSphere%20Client%20on%20Windows%207" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.dzone.com');" title="description"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/dzone.png" title="description" alt="description" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://twitter.com/home?status=http%3A%2F%2Fblog.lieberlieber.com%2F2009%2F08%2F26%2Frunning-vmware-vsphere-client-on-windows-7%2F" onclick="javascript:pageTracker._trackPageview('/outbound/article/twitter.com');" title="TwitThis"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/twitter.gif" title="TwitThis" alt="TwitThis" class="sociable-hovers" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.lieberlieber.com/2009/08/26/running-vmware-vsphere-client-on-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NTFS- Formatierter bootable USB Stick</title>
		<link>http://blog.lieberlieber.com/2009/07/15/ntfs-formatierter-bootable-usb-stick/</link>
		<comments>http://blog.lieberlieber.com/2009/07/15/ntfs-formatierter-bootable-usb-stick/#comments</comments>
		<pubDate>Wed, 15 Jul 2009 08:16:05 +0000</pubDate>
		<dc:creator>Oliver Lampl</dc:creator>
				<category><![CDATA[Problemlösungen]]></category>
		<category><![CDATA[Programmierung Allgemein]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[NTFS]]></category>
		<category><![CDATA[USB]]></category>

		<guid isPermaLink="false">http://blog.lieberlieber.com/?p=1145</guid>
		<description><![CDATA[Hallo, ich habe gestern versucht von einem USB-Stick zu installieren der mit NTFS Formatiert ist. 
Im „boot“ Verzeichnis der Vista Installations CD ist die „bootsect.exe“, mit dieser wird der Boot Sektor auf dem Stick erzeugt der Befehl lautet. Der Befehl wird im Befehlsfenster (cmd.exe) ausgefuehrt.
bootsect /nt60 G:
Damit der Befehl so ausgeführt werden kann, muss man [...]]]></description>
			<content:encoded><![CDATA[<p style="line-height: 14.25pt;"><span style="font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: black; font-size: 8pt; mso-bidi-font-family: 'Lucida Sans Unicode'; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin;">Hallo, ich habe gestern versucht von einem USB-Stick zu installieren der mit NTFS Formatiert ist.<span style="font-family: &quot;Lucida Sans Unicode&quot;,&quot;sans-serif&quot;; color: black; font-size: 10pt;"> </span></span></p>
<p style="line-height: 14.25pt;"><span style="font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: black; font-size: 8pt; mso-bidi-font-family: 'Lucida Sans Unicode'; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin;">Im „boot“ Verzeichnis der Vista Installations CD ist die „bootsect.exe“, mit dieser wird der Boot Sektor auf dem Stick erzeugt der Befehl lautet. Der Befehl wird im Befehlsfenster (cmd.exe) ausgefuehrt.<br />
<strong><span style="font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; mso-bidi-font-family: 'Lucida Sans Unicode'; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin;">bootsect /nt60 G:</span></strong><br />
Damit der Befehl so ausgeführt werden kann, muss man im Verzeichnis „boot“ stehen.</span></p>
<p style="line-height: 115%;"><span style="line-height: 115%; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: black; font-size: 8pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-fareast-language: EN-US; mso-bidi-font-family: 'Lucida Sans Unicode'; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin;">G ist der Laufwerksbuchstabe des USB Stick -&gt; Bitte verwenden sie den Laufwerksbuchstaben den der USB Stick auf ihrem Computer hat.<span style="line-height: 115%; font-family: &quot;Lucida Sans Unicode&quot;,&quot;sans-serif&quot;; color: black; font-size: 10pt; mso-ansi-language: DE-AT; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"> </span></span></p>
<p style="line-height: 115%;"><span style="line-height: 115%; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: black; font-size: 8pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-fareast-language: EN-US; mso-bidi-font-family: 'Lucida Sans Unicode'; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin;"><a href="http://www.askvg.com/how-to-create-bootable-usb-drive-to-install-windows-vista/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.askvg.com');" target="_blank">Hier die komplette Anleitung in Englisch.</a></span></p>

<div class="sociable">
<div class="sociable_tagline">
<strong>Share and Enjoy:</strong>
</div>
<ul>
	<li><a rel="nofollow" target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fblog.lieberlieber.com%2F2009%2F07%2F15%2Fntfs-formatierter-bootable-usb-stick%2F" onclick="javascript:pageTracker._trackPageview('/outbound/article/technorati.com');" title="Technorati"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fblog.lieberlieber.com%2F2009%2F07%2F15%2Fntfs-formatierter-bootable-usb-stick%2F&amp;title=NTFS-%20Formatierter%20bootable%20USB%20Stick" onclick="javascript:pageTracker._trackPageview('/outbound/article/digg.com');" title="Digg"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fblog.lieberlieber.com%2F2009%2F07%2F15%2Fntfs-formatierter-bootable-usb-stick%2F&amp;t=NTFS-%20Formatierter%20bootable%20USB%20Stick" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.facebook.com');" title="Facebook"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://del.icio.us/post?url=http%3A%2F%2Fblog.lieberlieber.com%2F2009%2F07%2F15%2Fntfs-formatierter-bootable-usb-stick%2F&amp;title=NTFS-%20Formatierter%20bootable%20USB%20Stick" onclick="javascript:pageTracker._trackPageview('/outbound/article/del.icio.us');" title="del.icio.us"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fblog.lieberlieber.com%2F2009%2F07%2F15%2Fntfs-formatierter-bootable-usb-stick%2F&amp;title=NTFS-%20Formatierter%20bootable%20USB%20Stick" onclick="javascript:pageTracker._trackPageview('/outbound/article/favorites.live.com');" title="Live"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fblog.lieberlieber.com%2F2009%2F07%2F15%2Fntfs-formatierter-bootable-usb-stick%2F&amp;title=NTFS-%20Formatierter%20bootable%20USB%20Stick" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.google.com');" title="Google"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google" alt="Google" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.dotnetkicks.com/kick/?url=http%3A%2F%2Fblog.lieberlieber.com%2F2009%2F07%2F15%2Fntfs-formatierter-bootable-usb-stick%2F&amp;title=NTFS-%20Formatierter%20bootable%20USB%20Stick" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.dotnetkicks.com');" title="description"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/dotnetkicks.png" title="description" alt="description" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.dzone.com/links/add.html?url=http%3A%2F%2Fblog.lieberlieber.com%2F2009%2F07%2F15%2Fntfs-formatierter-bootable-usb-stick%2F&amp;title=NTFS-%20Formatierter%20bootable%20USB%20Stick" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.dzone.com');" title="description"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/dzone.png" title="description" alt="description" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://twitter.com/home?status=http%3A%2F%2Fblog.lieberlieber.com%2F2009%2F07%2F15%2Fntfs-formatierter-bootable-usb-stick%2F" onclick="javascript:pageTracker._trackPageview('/outbound/article/twitter.com');" title="TwitThis"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/twitter.gif" title="TwitThis" alt="TwitThis" class="sociable-hovers" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.lieberlieber.com/2009/07/15/ntfs-formatierter-bootable-usb-stick/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
