<?xml version="1.0" encoding="iso-8859-9"?><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"
	>
<channel>
	<title>Comments on: VirtualPathProvider In Precompiled Web Sites</title>
	<atom:link href="http://sunali.com/2008/01/09/virtualpathprovider-in-precompiled-web-sites/feed/" rel="self" type="application/rss+xml" />
	<link>http://sunali.com/2008/01/09/virtualpathprovider-in-precompiled-web-sites/</link>
	<description>Coşkun SUNALI</description>
	<pubDate>Fri, 29 Aug 2008 19:16:34 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Coskun SUNALI</title>
		<link>http://sunali.com/2008/01/09/virtualpathprovider-in-precompiled-web-sites/#comment-4309</link>
		<dc:creator>Coskun SUNALI</dc:creator>
		<pubDate>Thu, 10 Jul 2008 17:42:40 +0000</pubDate>
		<guid isPermaLink="false">http://sunali.com/2008/01/09/virtualpathprovider-in-precompiled-web-sites/#comment-4309</guid>
		<description>Hi dotGicu,

This is because you don't have reflection permission at all, not because you are on a shared hosting. As you may see, the code uses reflection and it simply needs the permission to be executed.

Hi Dave,

Unfortunately, not yet. I am hopeful that Scott will respond nowadays. I will keep you updated as soon as I have some information.

Regards,
Coskun</description>
		<content:encoded><![CDATA[<p>Hi dotGicu,</p>
<p>This is because you don&#8217;t have reflection permission at all, not because you are on a shared hosting. As you may see, the code uses reflection and it simply needs the permission to be executed.</p>
<p>Hi Dave,</p>
<p>Unfortunately, not yet. I am hopeful that Scott will respond nowadays. I will keep you updated as soon as I have some information.</p>
<p>Regards,<br />
Coskun</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://sunali.com/2008/01/09/virtualpathprovider-in-precompiled-web-sites/#comment-4135</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Mon, 07 Jul 2008 12:17:39 +0000</pubDate>
		<guid isPermaLink="false">http://sunali.com/2008/01/09/virtualpathprovider-in-precompiled-web-sites/#comment-4135</guid>
		<description>Did you ever hear back from Microsoft regarding their reasoning?</description>
		<content:encoded><![CDATA[<p>Did you ever hear back from Microsoft regarding their reasoning?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dotGicu</title>
		<link>http://sunali.com/2008/01/09/virtualpathprovider-in-precompiled-web-sites/#comment-1722</link>
		<dc:creator>dotGicu</dc:creator>
		<pubDate>Wed, 19 Mar 2008 22:41:52 +0000</pubDate>
		<guid isPermaLink="false">http://sunali.com/2008/01/09/virtualpathprovider-in-precompiled-web-sites/#comment-1722</guid>
		<description>Good workaround,  but run this workaround on shared hosting (where I don't have granted with ReflectionPermission) :( ...</description>
		<content:encoded><![CDATA[<p>Good workaround,  but run this workaround on shared hosting (where I don&#8217;t have granted with ReflectionPermission) :( &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Coskun SUNALI</title>
		<link>http://sunali.com/2008/01/09/virtualpathprovider-in-precompiled-web-sites/#comment-1691</link>
		<dc:creator>Coskun SUNALI</dc:creator>
		<pubDate>Thu, 06 Mar 2008 11:50:07 +0000</pubDate>
		<guid isPermaLink="false">http://sunali.com/2008/01/09/virtualpathprovider-in-precompiled-web-sites/#comment-1691</guid>
		<description>Hi Jayanthi,

Thanks for sharing your comments. I still could not find out why Microsoft does not support it. I will also post about it once I find out their reason(s).

Regards,
Coskun</description>
		<content:encoded><![CDATA[<p>Hi Jayanthi,</p>
<p>Thanks for sharing your comments. I still could not find out why Microsoft does not support it. I will also post about it once I find out their reason(s).</p>
<p>Regards,<br />
Coskun</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jayanthi</title>
		<link>http://sunali.com/2008/01/09/virtualpathprovider-in-precompiled-web-sites/#comment-1668</link>
		<dc:creator>Jayanthi</dc:creator>
		<pubDate>Wed, 27 Feb 2008 16:54:22 +0000</pubDate>
		<guid isPermaLink="false">http://sunali.com/2008/01/09/virtualpathprovider-in-precompiled-web-sites/#comment-1668</guid>
		<description>Works great - I have to wrap master pages in a dll for multiple webapps to use, and i'am using VPP as a solution. Everything worked seamlessly until I added a web deployment project for a precompiled deployment of the web application.  Thanks to your workaround, have it all working now.
I hope Microsoft provides support for precompiled sites to use VPP architecture sooner.</description>
		<content:encoded><![CDATA[<p>Works great - I have to wrap master pages in a dll for multiple webapps to use, and i&#8217;am using VPP as a solution. Everything worked seamlessly until I added a web deployment project for a precompiled deployment of the web application.  Thanks to your workaround, have it all working now.<br />
I hope Microsoft provides support for precompiled sites to use VPP architecture sooner.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Coskun SUNALI</title>
		<link>http://sunali.com/2008/01/09/virtualpathprovider-in-precompiled-web-sites/#comment-1493</link>
		<dc:creator>Coskun SUNALI</dc:creator>
		<pubDate>Fri, 18 Jan 2008 01:08:56 +0000</pubDate>
		<guid isPermaLink="false">http://sunali.com/2008/01/09/virtualpathprovider-in-precompiled-web-sites/#comment-1493</guid>
		<description>Hi Patrik,

I am glad that it worked for you.

P.S.: Please keep on mind that this hack/work-around is not supported either by myself or by Microsoft.

Regards,
Coskun</description>
		<content:encoded><![CDATA[<p>Hi Patrik,</p>
<p>I am glad that it worked for you.</p>
<p>P.S.: Please keep on mind that this hack/work-around is not supported either by myself or by Microsoft.</p>
<p>Regards,<br />
Coskun</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrik</title>
		<link>http://sunali.com/2008/01/09/virtualpathprovider-in-precompiled-web-sites/#comment-1472</link>
		<dc:creator>Patrik</dc:creator>
		<pubDate>Fri, 11 Jan 2008 20:22:47 +0000</pubDate>
		<guid isPermaLink="false">http://sunali.com/2008/01/09/virtualpathprovider-in-precompiled-web-sites/#comment-1472</guid>
		<description>I should add that I've spent Hours trying to figure out a solution and searching on Google until I found your post on www.asp.net.

Thanks again.</description>
		<content:encoded><![CDATA[<p>I should add that I&#8217;ve spent Hours trying to figure out a solution and searching on Google until I found your post on <a href="http://www.asp.net" rel="nofollow">http://www.asp.net</a>.</p>
<p>Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrik</title>
		<link>http://sunali.com/2008/01/09/virtualpathprovider-in-precompiled-web-sites/#comment-1471</link>
		<dc:creator>Patrik</dc:creator>
		<pubDate>Fri, 11 Jan 2008 20:13:29 +0000</pubDate>
		<guid isPermaLink="false">http://sunali.com/2008/01/09/virtualpathprovider-in-precompiled-web-sites/#comment-1471</guid>
		<description>Thank you! It really helped alot.</description>
		<content:encoded><![CDATA[<p>Thank you! It really helped alot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Kulov</title>
		<link>http://sunali.com/2008/01/09/virtualpathprovider-in-precompiled-web-sites/#comment-1464</link>
		<dc:creator>Martin Kulov</dc:creator>
		<pubDate>Thu, 10 Jan 2008 23:33:23 +0000</pubDate>
		<guid isPermaLink="false">http://sunali.com/2008/01/09/virtualpathprovider-in-precompiled-web-sites/#comment-1464</guid>
		<description>Nice workaround, Josh!
I just love good workarounds and helpfull tricks like this.

Thanks for your passion at work!

Martin Kulov
www.kulov.net</description>
		<content:encoded><![CDATA[<p>Nice workaround, Josh!<br />
I just love good workarounds and helpfull tricks like this.</p>
<p>Thanks for your passion at work!</p>
<p>Martin Kulov<br />
<a href="http://www.kulov.net" rel="nofollow">http://www.kulov.net</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
