<?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: New adventures under medium trust</title>
	<atom:link href="http://blogs.taiga.nl/martijn/2009/06/24/new-adventures-under-medium-trust/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.taiga.nl/martijn/2009/06/24/new-adventures-under-medium-trust/</link>
	<description>New adventures in .NET</description>
	<lastBuildDate>Mon, 26 Apr 2010 13:24:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: martijn</title>
		<link>http://blogs.taiga.nl/martijn/2009/06/24/new-adventures-under-medium-trust/comment-page-1/#comment-236</link>
		<dc:creator>martijn</dc:creator>
		<pubDate>Thu, 16 Jul 2009 16:04:50 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.taiga.nl/martijn/2009/06/24/new-adventures-under-medium-trust/#comment-236</guid>
		<description>Not exactly one line. A few months ago there has been another change in DP, but also (and much more important): since .NET 3.5 (or .NET 2.0 SP1) the required permissions for Reflection.Emit have been changed.</description>
		<content:encoded><![CDATA[<p>Not exactly one line. A few months ago there has been another change in DP, but also (and much more important): since .NET 3.5 (or .NET 2.0 SP1) the required permissions for Reflection.Emit have been changed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill Pierce</title>
		<link>http://blogs.taiga.nl/martijn/2009/06/24/new-adventures-under-medium-trust/comment-page-1/#comment-235</link>
		<dc:creator>Bill Pierce</dc:creator>
		<pubDate>Thu, 16 Jul 2009 15:34:49 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.taiga.nl/martijn/2009/06/24/new-adventures-under-medium-trust/#comment-235</guid>
		<description>One line code change in DP to support Medium Trust?  Man I feel stupid now.</description>
		<content:encoded><![CDATA[<p>One line code change in DP to support Medium Trust?  Man I feel stupid now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: martijn</title>
		<link>http://blogs.taiga.nl/martijn/2009/06/24/new-adventures-under-medium-trust/comment-page-1/#comment-234</link>
		<dc:creator>martijn</dc:creator>
		<pubDate>Thu, 16 Jul 2009 06:39:22 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.taiga.nl/martijn/2009/06/24/new-adventures-under-medium-trust/#comment-234</guid>
		<description>NHPG is a workaround for the issue that is now fixed. We shouldn&#039;t be needing this anymore.</description>
		<content:encoded><![CDATA[<p>NHPG is a workaround for the issue that is now fixed. We shouldn&#8217;t be needing this anymore.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fabio Maulo</title>
		<link>http://blogs.taiga.nl/martijn/2009/06/24/new-adventures-under-medium-trust/comment-page-1/#comment-233</link>
		<dc:creator>Fabio Maulo</dc:creator>
		<pubDate>Wed, 15 Jul 2009 23:11:38 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.taiga.nl/martijn/2009/06/24/new-adventures-under-medium-trust/#comment-233</guid>
		<description>did you try NHPG ?
http://nhforge.org/wikis/proxygenerators10/faq.aspx</description>
		<content:encoded><![CDATA[<p>did you try NHPG ?<br />
<a href="http://nhforge.org/wikis/proxygenerators10/faq.aspx" rel="nofollow">http://nhforge.org/wikis/proxygenerators10/faq.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: martijn</title>
		<link>http://blogs.taiga.nl/martijn/2009/06/24/new-adventures-under-medium-trust/comment-page-1/#comment-229</link>
		<dc:creator>martijn</dc:creator>
		<pubDate>Wed, 15 Jul 2009 06:16:55 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.taiga.nl/martijn/2009/06/24/new-adventures-under-medium-trust/#comment-229</guid>
		<description>@samk: you can get the latest compiled binaries from SVN: https://cuyahoga.svn.sourceforge.net/svnroot/cuyahoga/trunk/lib</description>
		<content:encoded><![CDATA[<p>@samk: you can get the latest compiled binaries from SVN: <a href="https://cuyahoga.svn.sourceforge.net/svnroot/cuyahoga/trunk/lib" rel="nofollow">https://cuyahoga.svn.sourceforge.net/svnroot/cuyahoga/trunk/lib</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: samk</title>
		<link>http://blogs.taiga.nl/martijn/2009/06/24/new-adventures-under-medium-trust/comment-page-1/#comment-228</link>
		<dc:creator>samk</dc:creator>
		<pubDate>Wed, 15 Jul 2009 05:50:35 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.taiga.nl/martijn/2009/06/24/new-adventures-under-medium-trust/#comment-228</guid>
		<description>Fantastic job Martijn!

Any chance you [or someone else] can publish a patched NHibernate+Castle package that will work in Medium Trust?  I&#039;m attempting to do everything with Express versions, but they don&#039;t allow full-blown VS Solutions, so a bunch of the References break within the solutions.  As such, I can&#039;t recompile NHibernate with the new Castle dlls.

I see a lot of potential with NHibernate and I&#039;ve invested about two weeks trying to learn NHibernate and get it to work in Medium Trust.  I even jumped into MyGeneration and learned to use the tool to generate POCOs and XML mapping files (wasn&#039;t happy with the existing templates as they didn&#039;t seem to convert data types well...a lot of Unknown types were present in the outputfiles).  But I am about ready to give up and go back to SubSonic.

Eventually I will probably get on board and buy VS Professional but w/ VS 2010 just around the corner it doesn&#039;t make sense to make the investment now.  In addition, I&#039;ll be releasing my project as Open Source and expect the majority of users to be using Express Editions and shared hosting.

The whole Medium Trust thing is frustrating though.  I can understand hosts needing to protect their servers and their clients&#039; instances, but even MS fails to test their code to make sure it runs in Medium Trust.  An example is the Entity Framework...currently you need to compile your edmx file in a seperate strongly typed class to get it to work. Annoying to say the least.</description>
		<content:encoded><![CDATA[<p>Fantastic job Martijn!</p>
<p>Any chance you [or someone else] can publish a patched NHibernate+Castle package that will work in Medium Trust?  I&#8217;m attempting to do everything with Express versions, but they don&#8217;t allow full-blown VS Solutions, so a bunch of the References break within the solutions.  As such, I can&#8217;t recompile NHibernate with the new Castle dlls.</p>
<p>I see a lot of potential with NHibernate and I&#8217;ve invested about two weeks trying to learn NHibernate and get it to work in Medium Trust.  I even jumped into MyGeneration and learned to use the tool to generate POCOs and XML mapping files (wasn&#8217;t happy with the existing templates as they didn&#8217;t seem to convert data types well&#8230;a lot of Unknown types were present in the outputfiles).  But I am about ready to give up and go back to SubSonic.</p>
<p>Eventually I will probably get on board and buy VS Professional but w/ VS 2010 just around the corner it doesn&#8217;t make sense to make the investment now.  In addition, I&#8217;ll be releasing my project as Open Source and expect the majority of users to be using Express Editions and shared hosting.</p>
<p>The whole Medium Trust thing is frustrating though.  I can understand hosts needing to protect their servers and their clients&#8217; instances, but even MS fails to test their code to make sure it runs in Medium Trust.  An example is the Entity Framework&#8230;currently you need to compile your edmx file in a seperate strongly typed class to get it to work. Annoying to say the least.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: martijn</title>
		<link>http://blogs.taiga.nl/martijn/2009/06/24/new-adventures-under-medium-trust/comment-page-1/#comment-216</link>
		<dc:creator>martijn</dc:creator>
		<pubDate>Fri, 10 Jul 2009 13:40:39 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.taiga.nl/martijn/2009/06/24/new-adventures-under-medium-trust/#comment-216</guid>
		<description>@Krzysztof, I&#039;m running the latest Castle trunk now and it works fine.

@Others: the SVN trunk of last week unfortunately contained a wrong Castle build. Fixed it.</description>
		<content:encoded><![CDATA[<p>@Krzysztof, I&#8217;m running the latest Castle trunk now and it works fine.</p>
<p>@Others: the SVN trunk of last week unfortunately contained a wrong Castle build. Fixed it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Krzysztof Koźmic</title>
		<link>http://blogs.taiga.nl/martijn/2009/06/24/new-adventures-under-medium-trust/comment-page-1/#comment-214</link>
		<dc:creator>Krzysztof Koźmic</dc:creator>
		<pubDate>Fri, 10 Jul 2009 12:52:21 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.taiga.nl/martijn/2009/06/24/new-adventures-under-medium-trust/#comment-214</guid>
		<description>Martijn,

I applied your patch a week ago. Let me know if you find any other issues.</description>
		<content:encoded><![CDATA[<p>Martijn,</p>
<p>I applied your patch a week ago. Let me know if you find any other issues.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gedw99</title>
		<link>http://blogs.taiga.nl/martijn/2009/06/24/new-adventures-under-medium-trust/comment-page-1/#comment-174</link>
		<dc:creator>gedw99</dc:creator>
		<pubDate>Tue, 30 Jun 2009 21:46:02 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.taiga.nl/martijn/2009/06/24/new-adventures-under-medium-trust/#comment-174</guid>
		<description>great stuff Martin.

Looking forward to the 2.0 version. 
I have submitted a patch for the File System Service, let me know if you need any help in integrating it.</description>
		<content:encoded><![CDATA[<p>great stuff Martin.</p>
<p>Looking forward to the 2.0 version.<br />
I have submitted a patch for the File System Service, let me know if you need any help in integrating it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dotnet specialisten</title>
		<link>http://blogs.taiga.nl/martijn/2009/06/24/new-adventures-under-medium-trust/comment-page-1/#comment-161</link>
		<dc:creator>dotnet specialisten</dc:creator>
		<pubDate>Sun, 28 Jun 2009 08:12:03 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.taiga.nl/martijn/2009/06/24/new-adventures-under-medium-trust/#comment-161</guid>
		<description>Martijn,

that is good news! thanx! 
i didn&#039;t care much about medium trust because i run my own server. i know that some friends (cuyahoga fans ;-) and shared hosters ;-( ) will be very happy with this news ;-)  

When will v2.0 be released? any planning?</description>
		<content:encoded><![CDATA[<p>Martijn,</p>
<p>that is good news! thanx!<br />
i didn&#8217;t care much about medium trust because i run my own server. i know that some friends (cuyahoga fans <img src='http://blogs.taiga.nl/martijn/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  and shared hosters ;-( ) will be very happy with this news <img src='http://blogs.taiga.nl/martijn/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />   </p>
<p>When will v2.0 be released? any planning?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
