<?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# Development</description>
	<lastBuildDate>Fri, 03 Feb 2012 11:14:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<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-505</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-505</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-504</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-504</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-503</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-503</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-502</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-502</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-501</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-501</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&#8217;s to inclue the &#8216;AllowPartiallyTrustedCallersAttribute&#8217; statement recompiled and I still get the &#8216;That assembly does not allow partially trusted caller&#8217; errors.  If the compiler is smart enough to know ther3e is a &#8216;That assembly&#8217; error its smart enough to know which &#8216;ASSEMBLY&#8217;.  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-500</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-500</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-498</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-498</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&#8217;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-499</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-499</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>

