<?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>kornelius.org</title>
	<atom:link href="http://kornelius.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://kornelius.org</link>
	<description></description>
	<lastBuildDate>Thu, 08 Dec 2011 20:26:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
		<item>
		<title>Ever wondered about translated excel function names?</title>
		<link>http://kornelius.org/2011/12/ever-wondered-about-translated-excel-function-names/</link>
		<comments>http://kornelius.org/2011/12/ever-wondered-about-translated-excel-function-names/#comments</comments>
		<pubDate>Thu, 08 Dec 2011 20:24:58 +0000</pubDate>
		<dc:creator>kornelius</dc:creator>
				<category><![CDATA[blog]]></category>

		<guid isPermaLink="false">http://kornelius.org/?p=378</guid>
		<description><![CDATA[If you ever searched for a excel function name (e.g. in German) pointed out in another language (e.g. English) you might had hard times finding. Here comes the solution. This nice page translates all function names in several languages. http://wwwhome.cs.utwente.nl/~trieschn/excel/excel.html Very helpful, even searchable. Share on Facebook]]></description>
			<content:encoded><![CDATA[<p>If you ever searched for a excel function name (e.g. in German) pointed out in another language (e.g. English) you might had hard times finding. Here comes the solution. This nice page translates all function names in several languages.</p>
<p><a href="http://wwwhome.cs.utwente.nl/~trieschn/excel/excel.html" target="_new">http://wwwhome.cs.utwente.nl/~trieschn/excel/excel.html</a></p>
<p>Very helpful, even searchable.</p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fkornelius.org%2F2011%2F12%2Fever-wondered-about-translated-excel-function-names%2F&amp;t=Ever%20wondered%20about%20translated%20excel%20function%20names%3F" id="facebook_share_link_378">Share on Facebook</a>
	<script type="text/javascript">
	<!--
	var button = document.getElementById('facebook_share_link_378') || document.getElementById('facebook_share_icon_378') || document.getElementById('facebook_share_both_378') || document.getElementById('facebook_share_button_378');
	if (button) {
		button.onclick = function(e) {
			var url = this.href.replace(/share\.php/, 'sharer.php');
			window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
			return false;
		}
	
		if (button.id === 'facebook_share_button_378') {
			button.onmouseover = function(){
				this.style.color='#fff';
				this.style.borderColor = '#295582';
				this.style.backgroundColor = '#3b5998';
			}
			button.onmouseout = function(){
				this.style.color = '#3b5998';
				this.style.borderColor = '#d8dfea';
				this.style.backgroundColor = '#fff';
			}
		}
	}
	-->
	</script>
	]]></content:encoded>
			<wfw:commentRss>http://kornelius.org/2011/12/ever-wondered-about-translated-excel-function-names/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>View current requests in IIS 7</title>
		<link>http://kornelius.org/2010/07/view-current-requests-in-iis-7/</link>
		<comments>http://kornelius.org/2010/07/view-current-requests-in-iis-7/#comments</comments>
		<pubDate>Sun, 04 Jul 2010 11:42:15 +0000</pubDate>
		<dc:creator>kornelius</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[iis]]></category>
		<category><![CDATA[tipps]]></category>

		<guid isPermaLink="false">http://kornelius.org/?p=351</guid>
		<description><![CDATA[In IIS 6 I used IIS Tracer to view to current requests on my webserver. Running IIS Tracer on a Windows 2008 server x64 with IIS 7 it did not work. So I searched a bit and found this page: http://technet.microsoft.com/en-us/library/cc732518%28WS.10%29.aspx. It shows how you can monitor the current requests in IIS7 using build in [...]]]></description>
			<content:encoded><![CDATA[<p>In IIS 6 I used IIS Tracer to view to current requests on my webserver. Running IIS Tracer on a Windows 2008 server x64 with IIS 7 it did not work. So I searched a bit and found this page: http://technet.microsoft.com/en-us/library/cc732518%28WS.10%29.aspx. It shows how you can monitor the current requests in IIS7 using build in features only. It is not feature rich as IIS Tracer, but a good alternative anyway.</p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fkornelius.org%2F2010%2F07%2Fview-current-requests-in-iis-7%2F&amp;t=View%20current%20requests%20in%20IIS%207" id="facebook_share_link_351">Share on Facebook</a>
	<script type="text/javascript">
	<!--
	var button = document.getElementById('facebook_share_link_351') || document.getElementById('facebook_share_icon_351') || document.getElementById('facebook_share_both_351') || document.getElementById('facebook_share_button_351');
	if (button) {
		button.onclick = function(e) {
			var url = this.href.replace(/share\.php/, 'sharer.php');
			window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
			return false;
		}
	
		if (button.id === 'facebook_share_button_351') {
			button.onmouseover = function(){
				this.style.color='#fff';
				this.style.borderColor = '#295582';
				this.style.backgroundColor = '#3b5998';
			}
			button.onmouseout = function(){
				this.style.color = '#3b5998';
				this.style.borderColor = '#d8dfea';
				this.style.backgroundColor = '#fff';
			}
		}
	}
	-->
	</script>
	]]></content:encoded>
			<wfw:commentRss>http://kornelius.org/2010/07/view-current-requests-in-iis-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>korAccount 3.3.2.0 verfügbar</title>
		<link>http://kornelius.org/2010/02/koraccount-3-3-2-0-verfugbar/</link>
		<comments>http://kornelius.org/2010/02/koraccount-3-3-2-0-verfugbar/#comments</comments>
		<pubDate>Sun, 28 Feb 2010 14:43:41 +0000</pubDate>
		<dc:creator>kornelius</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[korAccount]]></category>

		<guid isPermaLink="false">http://kornelius.org/?p=342</guid>
		<description><![CDATA[Die neue Version 3.3.2.0 ist online. Diese enthält eine neue subsembly-Version für den Kontoauszugdownload. Außerdem ist korAccount jetzt auch in Englisch verfügbar. Share on Facebook]]></description>
			<content:encoded><![CDATA[<p>Die neue Version 3.3.2.0 ist online. Diese enthält eine neue subsembly-Version für den Kontoauszugdownload. Außerdem ist korAccount jetzt auch in Englisch verfügbar.</p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fkornelius.org%2F2010%2F02%2Fkoraccount-3-3-2-0-verfugbar%2F&amp;t=korAccount%203.3.2.0%20verf%C3%BCgbar" id="facebook_share_link_342">Share on Facebook</a>
	<script type="text/javascript">
	<!--
	var button = document.getElementById('facebook_share_link_342') || document.getElementById('facebook_share_icon_342') || document.getElementById('facebook_share_both_342') || document.getElementById('facebook_share_button_342');
	if (button) {
		button.onclick = function(e) {
			var url = this.href.replace(/share\.php/, 'sharer.php');
			window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
			return false;
		}
	
		if (button.id === 'facebook_share_button_342') {
			button.onmouseover = function(){
				this.style.color='#fff';
				this.style.borderColor = '#295582';
				this.style.backgroundColor = '#3b5998';
			}
			button.onmouseout = function(){
				this.style.color = '#3b5998';
				this.style.borderColor = '#d8dfea';
				this.style.backgroundColor = '#fff';
			}
		}
	}
	-->
	</script>
	]]></content:encoded>
			<wfw:commentRss>http://kornelius.org/2010/02/koraccount-3-3-2-0-verfugbar/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Problems with Drag&amp;Drop and VMWare Workstation 7</title>
		<link>http://kornelius.org/2010/02/problems-with-dragdrop-and-vmware-workstation-7/</link>
		<comments>http://kornelius.org/2010/02/problems-with-dragdrop-and-vmware-workstation-7/#comments</comments>
		<pubDate>Sat, 20 Feb 2010 21:13:59 +0000</pubDate>
		<dc:creator>kornelius</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://kornelius.org/?p=337</guid>
		<description><![CDATA[Once again I had some trouble with drag&#38;drop between the host and guest using vmware workstation 7. My host is windows 7 and the guest windows xp sp3. I don&#8217;t know exactly what fixed the problem in the end but here is what I did: Ensured the gust is running on 32bit color depth Uninstalled [...]]]></description>
			<content:encoded><![CDATA[<p>Once again I had some trouble with drag&amp;drop between the host and guest using vmware workstation 7. My host is windows 7 and the guest windows xp sp3. I don&#8217;t know exactly what fixed the problem in the end but here is what I did:</p>
<ol>
<li>Ensured the gust is running on 32bit color depth</li>
<li>Uninstalled vmware tools, reboot, reinstalled vmware tools</li>
<li>restart vmware-user process (on guest)</li>
<li>restart vmware-tools service (on guest)</li>
<li>Tried to disable drag and drop in the guest isolation (read this in some forum)</li>
<li>Enabled drag and drop in the guest isolation options again</li>
<li>Enabled VMCI in guest isolation page</li>
<li>Shutdown the vmware guest system</li>
<li>Restart -&gt; fixed</li>
</ol>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fkornelius.org%2F2010%2F02%2Fproblems-with-dragdrop-and-vmware-workstation-7%2F&amp;t=Problems%20with%20Drag%26Drop%20and%20VMWare%20Workstation%207" id="facebook_share_link_337">Share on Facebook</a>
	<script type="text/javascript">
	<!--
	var button = document.getElementById('facebook_share_link_337') || document.getElementById('facebook_share_icon_337') || document.getElementById('facebook_share_both_337') || document.getElementById('facebook_share_button_337');
	if (button) {
		button.onclick = function(e) {
			var url = this.href.replace(/share\.php/, 'sharer.php');
			window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
			return false;
		}
	
		if (button.id === 'facebook_share_button_337') {
			button.onmouseover = function(){
				this.style.color='#fff';
				this.style.borderColor = '#295582';
				this.style.backgroundColor = '#3b5998';
			}
			button.onmouseout = function(){
				this.style.color = '#3b5998';
				this.style.borderColor = '#d8dfea';
				this.style.backgroundColor = '#fff';
			}
		}
	}
	-->
	</script>
	]]></content:encoded>
			<wfw:commentRss>http://kornelius.org/2010/02/problems-with-dragdrop-and-vmware-workstation-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jahreswechsel mit korAccount</title>
		<link>http://kornelius.org/2010/01/jahreswechsel-mit-koraccount/</link>
		<comments>http://kornelius.org/2010/01/jahreswechsel-mit-koraccount/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 11:20:52 +0000</pubDate>
		<dc:creator>kornelius</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[korAccount]]></category>

		<guid isPermaLink="false">http://kornelius.org/?p=328</guid>
		<description><![CDATA[Ich erhalte einige Anfragen bzgl. dem Jahreswechsel in korAccount. Der Jahreswechsel in korAccount ist absolut kein Problem. Neue Buchungen im neuen Jahr (2010) sind aber ggf. nicht sichtbar, wenn der Filter (oberhalb der Buchungsliste &#8211; in der Zeile des Suchfeldes) noch auf das Vorjahr (2009) eingestellt ist. Die Lösung ist also einfach eine neue Buchung [...]]]></description>
			<content:encoded><![CDATA[<p>Ich erhalte einige Anfragen bzgl. dem Jahreswechsel in korAccount.</p>
<p>Der Jahreswechsel in korAccount ist absolut kein Problem. Neue Buchungen im neuen Jahr (2010) sind aber ggf. nicht sichtbar, wenn der Filter (oberhalb der Buchungsliste &#8211; in der Zeile des Suchfeldes) noch auf das Vorjahr (2009) eingestellt ist.</p>
<p>Die Lösung ist also einfach eine neue Buchung für 2010 anlegen und den Filter auf 2010 umstellen. Schon erscheinen die neuen Buchungen.</p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fkornelius.org%2F2010%2F01%2Fjahreswechsel-mit-koraccount%2F&amp;t=Jahreswechsel%20mit%20korAccount" id="facebook_share_link_328">Share on Facebook</a>
	<script type="text/javascript">
	<!--
	var button = document.getElementById('facebook_share_link_328') || document.getElementById('facebook_share_icon_328') || document.getElementById('facebook_share_both_328') || document.getElementById('facebook_share_button_328');
	if (button) {
		button.onclick = function(e) {
			var url = this.href.replace(/share\.php/, 'sharer.php');
			window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
			return false;
		}
	
		if (button.id === 'facebook_share_button_328') {
			button.onmouseover = function(){
				this.style.color='#fff';
				this.style.borderColor = '#295582';
				this.style.backgroundColor = '#3b5998';
			}
			button.onmouseout = function(){
				this.style.color = '#3b5998';
				this.style.borderColor = '#d8dfea';
				this.style.backgroundColor = '#fff';
			}
		}
	}
	-->
	</script>
	]]></content:encoded>
			<wfw:commentRss>http://kornelius.org/2010/01/jahreswechsel-mit-koraccount/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>kornelius.org auf wordpress</title>
		<link>http://kornelius.org/2010/01/kornelius-org-auf-wordpress/</link>
		<comments>http://kornelius.org/2010/01/kornelius-org-auf-wordpress/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 20:14:32 +0000</pubDate>
		<dc:creator>kornelius</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://kornelius.org/2010/01/kornelius-org-auf-wordpress/</guid>
		<description><![CDATA[Nach einiger Recherche und Ausprobieren, habe ich kornelius.org nun auf wordpress umgestellt. Wordpress löst somit joomla 1.5 ab. Vorangegangen war ein Versuch mit Drupal, der aber an dem Communitysite-Ansatz von Drupal scheiterte. Share on Facebook]]></description>
			<content:encoded><![CDATA[<p>Nach einiger Recherche und Ausprobieren, habe ich kornelius.org nun auf wordpress umgestellt.<br />
Wordpress löst somit joomla 1.5 ab. Vorangegangen war ein Versuch mit Drupal, der aber an dem Communitysite-Ansatz von Drupal scheiterte.</p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fkornelius.org%2F2010%2F01%2Fkornelius-org-auf-wordpress%2F&amp;t=kornelius.org%20auf%20wordpress" id="facebook_share_link_325">Share on Facebook</a>
	<script type="text/javascript">
	<!--
	var button = document.getElementById('facebook_share_link_325') || document.getElementById('facebook_share_icon_325') || document.getElementById('facebook_share_both_325') || document.getElementById('facebook_share_button_325');
	if (button) {
		button.onclick = function(e) {
			var url = this.href.replace(/share\.php/, 'sharer.php');
			window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
			return false;
		}
	
		if (button.id === 'facebook_share_button_325') {
			button.onmouseover = function(){
				this.style.color='#fff';
				this.style.borderColor = '#295582';
				this.style.backgroundColor = '#3b5998';
			}
			button.onmouseout = function(){
				this.style.color = '#3b5998';
				this.style.borderColor = '#d8dfea';
				this.style.backgroundColor = '#fff';
			}
		}
	}
	-->
	</script>
	]]></content:encoded>
			<wfw:commentRss>http://kornelius.org/2010/01/kornelius-org-auf-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Emails are not delivered if the body contains single line feeds</title>
		<link>http://kornelius.org/2009/07/emails-are-not-delivered-if-the-body-contains-single-line-feeds/</link>
		<comments>http://kornelius.org/2009/07/emails-are-not-delivered-if-the-body-contains-single-line-feeds/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 11:49:46 +0000</pubDate>
		<dc:creator>kornelius</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[email]]></category>

		<guid isPermaLink="false">http://kornelius.org/index.php/blog/2-news/46-emails-are-not-delivered-if-the-body-contains-single-line-feeds</guid>
		<description><![CDATA[The eventlog on our SMTP Server under IIS6 reported the following error very often: Source: smtpsvc Category: none Event ID: 4006 Description: Message delivery to the host &#8216;xxx.xxx.xxx.xxx&#8217; failed while delivering to the remote domain &#8216;mydomainname.ext&#8217; for the following reason: The connection was dropped by the remote host. German: Die Nachrichtenübermittlung an den Host &#8220;xxx.xxx.xxx.xxx&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p>The eventlog on our SMTP Server under IIS6 reported the following error very often:</p>
<p>Source: smtpsvc<br />
Category: none<br />
Event ID: 4006<br />
Description: Message delivery to the host &#8216;xxx.xxx.xxx.xxx&#8217; failed while delivering to the remote domain &#8216;mydomainname.ext&#8217; for the following reason: The connection was dropped by the remote host.<br />
German: Die Nachrichtenübermittlung an den Host &#8220;xxx.xxx.xxx.xxx&#8221; ist fehlgeschlagen, während an die Remotedomäne  &#8220;mydomainname.ext&#8221; übermittelt wurde. Ursache: Die Verbindung wurde vom Remotehost getrennt.</p>
<p>The following page brought me to the solution, even if I did not believe in it:</p>
<p>http://www.dylanbeattie.net/docs/iis6_bare_linefeed.html</p>
<p>In short: don&#8217;t have any bare linefeed chars in the message body. Just replace the \n with \r\n and it should work (be careful if you have both \n and \r\n in the body already).</p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fkornelius.org%2F2009%2F07%2Femails-are-not-delivered-if-the-body-contains-single-line-feeds%2F&amp;t=Emails%20are%20not%20delivered%20if%20the%20body%20contains%20single%20line%20feeds" id="facebook_share_link_83">Share on Facebook</a>
	<script type="text/javascript">
	<!--
	var button = document.getElementById('facebook_share_link_83') || document.getElementById('facebook_share_icon_83') || document.getElementById('facebook_share_both_83') || document.getElementById('facebook_share_button_83');
	if (button) {
		button.onclick = function(e) {
			var url = this.href.replace(/share\.php/, 'sharer.php');
			window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
			return false;
		}
	
		if (button.id === 'facebook_share_button_83') {
			button.onmouseover = function(){
				this.style.color='#fff';
				this.style.borderColor = '#295582';
				this.style.backgroundColor = '#3b5998';
			}
			button.onmouseout = function(){
				this.style.color = '#3b5998';
				this.style.borderColor = '#d8dfea';
				this.style.backgroundColor = '#fff';
			}
		}
	}
	-->
	</script>
	]]></content:encoded>
			<wfw:commentRss>http://kornelius.org/2009/07/emails-are-not-delivered-if-the-body-contains-single-line-feeds/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CDATA Section removes all carriage returns</title>
		<link>http://kornelius.org/2009/07/cdata-section-removes-all-carriage-returns/</link>
		<comments>http://kornelius.org/2009/07/cdata-section-removes-all-carriage-returns/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 11:19:06 +0000</pubDate>
		<dc:creator>kornelius</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://kornelius.org/index.php/blog/2-news/45-cdata-section-removes-all-carriage-returns</guid>
		<description><![CDATA[Using some CDATA values in a recent project I noted that the carriage return + line feed was not returned from the xml file using a XmlTextReader. This turned out to be the expected behavior. That means, all CR and CRLF are replaced to LF. My source was: http://bytes.com/groups/xml/87719-losing-carriage-returns-cdata-section-how-do-i-prevent I ended up by replacing all [...]]]></description>
			<content:encoded><![CDATA[<p>Using some CDATA values in a recent project I noted that the carriage return + line feed was not returned from the xml file using a XmlTextReader.<br />
This turned out to be the expected behavior. That means, all CR and CRLF are replaced to LF.<br />
My source was: http://bytes.com/groups/xml/87719-losing-carriage-returns-cdata-section-how-do-i-prevent</p>
<p>I ended up by replacing all returned values from \n to \r\n.</p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fkornelius.org%2F2009%2F07%2Fcdata-section-removes-all-carriage-returns%2F&amp;t=CDATA%20Section%20removes%20all%20carriage%20returns" id="facebook_share_link_84">Share on Facebook</a>
	<script type="text/javascript">
	<!--
	var button = document.getElementById('facebook_share_link_84') || document.getElementById('facebook_share_icon_84') || document.getElementById('facebook_share_both_84') || document.getElementById('facebook_share_button_84');
	if (button) {
		button.onclick = function(e) {
			var url = this.href.replace(/share\.php/, 'sharer.php');
			window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
			return false;
		}
	
		if (button.id === 'facebook_share_button_84') {
			button.onmouseover = function(){
				this.style.color='#fff';
				this.style.borderColor = '#295582';
				this.style.backgroundColor = '#3b5998';
			}
			button.onmouseout = function(){
				this.style.color = '#3b5998';
				this.style.borderColor = '#d8dfea';
				this.style.backgroundColor = '#fff';
			}
		}
	}
	-->
	</script>
	]]></content:encoded>
			<wfw:commentRss>http://kornelius.org/2009/07/cdata-section-removes-all-carriage-returns/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FileIOPermission failed for assembly with FullTrust Permission Set</title>
		<link>http://kornelius.org/2009/05/fileiopermission-failed-for-assembly-with-fulltrust-permission-set/</link>
		<comments>http://kornelius.org/2009/05/fileiopermission-failed-for-assembly-with-fulltrust-permission-set/#comments</comments>
		<pubDate>Fri, 08 May 2009 07:51:27 +0000</pubDate>
		<dc:creator>kornelius</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[.net Framework]]></category>

		<guid isPermaLink="false">http://kornelius.org/index.php/blog/2-news/44-fileiopermission-failed-for-assembly-with-fulltrust-permission-set</guid>
		<description><![CDATA[After setting fulltrust for an .net assembly to enable it to run from a network share I ran into a figured got into an exception saying: Request for the permission of type 'System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed. Source: mscorlib StackTrace: at System.Security.CodeAccessSecurityEngine.Check(Object demand, StackCrawlMark&#38; stackMark, Boolean isPermSet) at System.Security.CodeAccessPermission.Demand() at System.IO.DirectoryInfo..ctor(String path) After trying [...]]]></description>
			<content:encoded><![CDATA[<p>After setting fulltrust for an .net assembly to enable it to run from a network share I ran into a figured got into an exception saying:</p>
<p><code>Request for the permission of type 'System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.<br />
Source: mscorlib<br />
StackTrace:    at System.Security.CodeAccessSecurityEngine.Check(Object demand, StackCrawlMark&amp; stackMark, Boolean isPermSet)<br />
at System.Security.CodeAccessPermission.Demand()<br />
at System.IO.DirectoryInfo..ctor(String path)</code></p>
<p>After trying a while I figured out, that this occures if the code group points to a single assembly. As soon as I pointed it to the whole directory it worked.<br />
This might be because other assemblies are used by the main application.</p>
<p>The call I used to set the code group is<br />
<code>caspol.exe -machine -addgroup LocalIntranet_Zone -url "z:\pathtofile\*" FullTrust -name "mynewcodegroup"</code></p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fkornelius.org%2F2009%2F05%2Ffileiopermission-failed-for-assembly-with-fulltrust-permission-set%2F&amp;t=FileIOPermission%20failed%20for%20assembly%20with%20FullTrust%20Permission%20Set" id="facebook_share_link_85">Share on Facebook</a>
	<script type="text/javascript">
	<!--
	var button = document.getElementById('facebook_share_link_85') || document.getElementById('facebook_share_icon_85') || document.getElementById('facebook_share_both_85') || document.getElementById('facebook_share_button_85');
	if (button) {
		button.onclick = function(e) {
			var url = this.href.replace(/share\.php/, 'sharer.php');
			window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
			return false;
		}
	
		if (button.id === 'facebook_share_button_85') {
			button.onmouseover = function(){
				this.style.color='#fff';
				this.style.borderColor = '#295582';
				this.style.backgroundColor = '#3b5998';
			}
			button.onmouseout = function(){
				this.style.color = '#3b5998';
				this.style.borderColor = '#d8dfea';
				this.style.backgroundColor = '#fff';
			}
		}
	}
	-->
	</script>
	]]></content:encoded>
			<wfw:commentRss>http://kornelius.org/2009/05/fileiopermission-failed-for-assembly-with-fulltrust-permission-set/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cleaning the asyncoperationbase table in MSCRM 4 pt 3</title>
		<link>http://kornelius.org/2009/04/cleaning-the-asyncoperationbase-table-in-mscrm-4-pt-3/</link>
		<comments>http://kornelius.org/2009/04/cleaning-the-asyncoperationbase-table-in-mscrm-4-pt-3/#comments</comments>
		<pubDate>Sun, 05 Apr 2009 13:27:26 +0000</pubDate>
		<dc:creator>kornelius</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[MSCRM 4]]></category>

		<guid isPermaLink="false">http://kornelius.org/index.php/blog/2-news/43-cleaning-the-asyncoperationbase-table-in-mscrm-4-pt-3</guid>
		<description><![CDATA[Microsoft now cares about the problem I posted here: http://www.kornelius.org/index.php/blog/2-news/37-cleaning-the-asyncoperationbase-table-in-microsoft-crm-4-part-2 Just execute the following KB articles in the order posted: http://support.microsoft.com/kb/961768/EN-US/ http://support.microsoft.com/kb/957871/EN-US/ http://support.microsoft.com/kb/968755/EN-US/ http://support.microsoft.com/kb/968520/EN-US/ Please note the last action can take quite a while. I changed the row Select @DeleteRowCount = 2000 to a much higher value Doing so all workflows etc. are delete right [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft now cares about the problem I posted here:</p>
<p>http://www.kornelius.org/index.php/blog/2-news/37-cleaning-the-asyncoperationbase-table-in-microsoft-crm-4-part-2</p>
<p>Just execute the following KB articles in the order posted:</p>
<p>http://support.microsoft.com/kb/961768/EN-US/</p>
<p>http://support.microsoft.com/kb/957871/EN-US/</p>
<p>http://support.microsoft.com/kb/968755/EN-US/</p>
<p>http://support.microsoft.com/kb/968520/EN-US/</p>
<p>Please note the last action can take quite a while. I changed the row</p>
<p><code> Select @DeleteRowCount = 2000</code></p>
<p>to a much higher value</p>
<p>Doing so all workflows etc. are delete right after their (successful) completion. The only thing remaining are matchcode updates. I&#8217;ll think about handling them with bulk deletion.</p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fkornelius.org%2F2009%2F04%2Fcleaning-the-asyncoperationbase-table-in-mscrm-4-pt-3%2F&amp;t=Cleaning%20the%20asyncoperationbase%20table%20in%20MSCRM%204%20pt%203" id="facebook_share_link_86">Share on Facebook</a>
	<script type="text/javascript">
	<!--
	var button = document.getElementById('facebook_share_link_86') || document.getElementById('facebook_share_icon_86') || document.getElementById('facebook_share_both_86') || document.getElementById('facebook_share_button_86');
	if (button) {
		button.onclick = function(e) {
			var url = this.href.replace(/share\.php/, 'sharer.php');
			window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
			return false;
		}
	
		if (button.id === 'facebook_share_button_86') {
			button.onmouseover = function(){
				this.style.color='#fff';
				this.style.borderColor = '#295582';
				this.style.backgroundColor = '#3b5998';
			}
			button.onmouseout = function(){
				this.style.color = '#3b5998';
				this.style.borderColor = '#d8dfea';
				this.style.backgroundColor = '#fff';
			}
		}
	}
	-->
	</script>
	]]></content:encoded>
			<wfw:commentRss>http://kornelius.org/2009/04/cleaning-the-asyncoperationbase-table-in-mscrm-4-pt-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

