<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Executing Code in Partial Trust Environments</title>
	<atom:link href="http://www.csharp411.com/executing-code-in-partial-trust-environments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.csharp411.com/executing-code-in-partial-trust-environments/</link>
	<description>C# Information, Code, Tips and News</description>
	<lastBuildDate>Tue, 07 Sep 2010 15:50:57 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Guilherme Morais &#187; How Build (Compile) you application with Partial Trust.</title>
		<link>http://www.csharp411.com/executing-code-in-partial-trust-environments/comment-page-1/#comment-5209</link>
		<dc:creator>Guilherme Morais &#187; How Build (Compile) you application with Partial Trust.</dc:creator>
		<pubDate>Thu, 09 Jul 2009 13:34:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.mini-tools.com/at2/csharp/wordpress/executing-code-in-partial-trust-environments/#comment-5209</guid>
		<description>[...] uolhost que por ser mais sério, só permite chamadas com Partial Trust, o que isso quer dizer? Olhei aqui e entendi quase nada, mas sei que é algo que impede que o meu sistema chame outras dlls. Por sorte [...]</description>
		<content:encoded><![CDATA[<p>[...] uolhost que por ser mais sério, só permite chamadas com Partial Trust, o que isso quer dizer? Olhei aqui e entendi quase nada, mas sei que é algo que impede que o meu sistema chame outras dlls. Por sorte [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: XBAPs Part 1: An introduction to this Gem &#171; C# Disciples</title>
		<link>http://www.csharp411.com/executing-code-in-partial-trust-environments/comment-page-1/#comment-4171</link>
		<dc:creator>XBAPs Part 1: An introduction to this Gem &#171; C# Disciples</dc:creator>
		<pubDate>Thu, 05 Feb 2009 13:58:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.mini-tools.com/at2/csharp/wordpress/executing-code-in-partial-trust-environments/#comment-4171</guid>
		<description>[...] of the browser, yet there is more to it… XBAP’s run in a “sandbox”, basically they run as Partial Trust by default. What this means is that some of the things that you would assume would work in a WPF [...]</description>
		<content:encoded><![CDATA[<p>[...] of the browser, yet there is more to it… XBAP’s run in a “sandbox”, basically they run as Partial Trust by default. What this means is that some of the things that you would assume would work in a WPF [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: XBAPs Part 1: An introduction to this Jem &#171; C# Disciples</title>
		<link>http://www.csharp411.com/executing-code-in-partial-trust-environments/comment-page-1/#comment-4170</link>
		<dc:creator>XBAPs Part 1: An introduction to this Jem &#171; C# Disciples</dc:creator>
		<pubDate>Thu, 05 Feb 2009 13:35:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.mini-tools.com/at2/csharp/wordpress/executing-code-in-partial-trust-environments/#comment-4170</guid>
		<description>[...] of the browser, yet there is more to it… XBAP’s run in a “sandbox”, basically they run as Partial Trust by default. What this means is that some of the things that you would assume would work in a WPF [...]</description>
		<content:encoded><![CDATA[<p>[...] of the browser, yet there is more to it… XBAP’s run in a “sandbox”, basically they run as Partial Trust by default. What this means is that some of the things that you would assume would work in a WPF [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://www.csharp411.com/executing-code-in-partial-trust-environments/comment-page-1/#comment-3241</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Sun, 14 Sep 2008 22:38:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.mini-tools.com/at2/csharp/wordpress/executing-code-in-partial-trust-environments/#comment-3241</guid>
		<description>Great review dude, gave me a good rundown and very thorough</description>
		<content:encoded><![CDATA[<p>Great review dude, gave me a good rundown and very thorough</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bill</title>
		<link>http://www.csharp411.com/executing-code-in-partial-trust-environments/comment-page-1/#comment-2423</link>
		<dc:creator>bill</dc:creator>
		<pubDate>Wed, 30 Jul 2008 20:07:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.mini-tools.com/at2/csharp/wordpress/executing-code-in-partial-trust-environments/#comment-2423</guid>
		<description>CAS is an absolute nightmare. I develop code stored on a windows share.  I have been using VS2005, Net 2.0 and  Windows 2000.  I have an application that I have been working on for months and it loads and runs from the windows share without problems when accessed using the W2K machine.  Recently I acquired a laptop that had Vista installed.  When I tried to compile my code using the laptop a hell breaks loose.  I have updated all my DLL&#039;s to inclue the &#039;AllowPartiallyTrustedCallersAttribute&#039; statement recompiled and I still get the &#039;That assembly does not allow partially trusted caller&#039; errors.  If the compiler is smart enough to know ther3e is a &#039;That assembly&#039; error its smart enough to know which &#039;ASSEMBLY&#039;.  I swear.. If Microsoft wrote a dictionary the words would be sorted in random order and the definitions would be missing.</description>
		<content:encoded><![CDATA[<p>CAS is an absolute nightmare. I develop code stored on a windows share.  I have been using VS2005, Net 2.0 and  Windows 2000.  I have an application that I have been working on for months and it loads and runs from the windows share without problems when accessed using the W2K machine.  Recently I acquired a laptop that had Vista installed.  When I tried to compile my code using the laptop a hell breaks loose.  I have updated all my DLL's to inclue the 'AllowPartiallyTrustedCallersAttribute' statement recompiled and I still get the 'That assembly does not allow partially trusted caller' errors.  If the compiler is smart enough to know ther3e is a 'That assembly' error its smart enough to know which 'ASSEMBLY'.  I swear.. If Microsoft wrote a dictionary the words would be sorted in random order and the definitions would be missing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: C# Object Clone Wars : C# 411</title>
		<link>http://www.csharp411.com/executing-code-in-partial-trust-environments/comment-page-1/#comment-1092</link>
		<dc:creator>C# Object Clone Wars : C# 411</dc:creator>
		<pubDate>Thu, 22 May 2008 15:55:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.mini-tools.com/at2/csharp/wordpress/executing-code-in-partial-trust-environments/#comment-1092</guid>
		<description>[...] a deep copy.&#160; The disadvantage is it uses Reflection, which is slower and not allowed in partial trust environments.&#160; Sample [...]</description>
		<content:encoded><![CDATA[<p>[...] a deep copy.&nbsp; The disadvantage is it uses Reflection, which is slower and not allowed in partial trust environments.&nbsp; Sample [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cranium1200</title>
		<link>http://www.csharp411.com/executing-code-in-partial-trust-environments/comment-page-1/#comment-90</link>
		<dc:creator>cranium1200</dc:creator>
		<pubDate>Thu, 14 Feb 2008 06:24:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.mini-tools.com/at2/csharp/wordpress/executing-code-in-partial-trust-environments/#comment-90</guid>
		<description>Thanks a lot for the viewpoints. Software piracy was a big menace for me. I came across an open source project named Paragent by using Paragent&#039;s IT Asset Management Software, keeping track of software licensing became easy and you can be assured users are operating within your organization’s software licensing.
Regards,
Cranium1200</description>
		<content:encoded><![CDATA[<p>Thanks a lot for the viewpoints. Software piracy was a big menace for me. I came across an open source project named Paragent by using Paragent's IT Asset Management Software, keeping track of software licensing became easy and you can be assured users are operating within your organization’s software licensing.<br />
Regards,<br />
Cranium1200</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reflective Perspective - Chris Alcock &#187; The Morning Brew #18</title>
		<link>http://www.csharp411.com/executing-code-in-partial-trust-environments/comment-page-1/#comment-91</link>
		<dc:creator>Reflective Perspective - Chris Alcock &#187; The Morning Brew #18</dc:creator>
		<pubDate>Fri, 25 Jan 2008 07:41:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.mini-tools.com/at2/csharp/wordpress/executing-code-in-partial-trust-environments/#comment-91</guid>
		<description>[...] Executing Code in Partial Trust Environments : DevTopics - A nice review of Code Access Security and and how you can work in Partial Trust environments. [...]</description>
		<content:encoded><![CDATA[<p>[...] Executing Code in Partial Trust Environments : DevTopics &#8211; A nice review of Code Access Security and and how you can work in Partial Trust environments. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
