<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Comment Feed for Channel 9 - Rick Byers and Simon Hall: CLR 4 - Side-by-Side In-Process - What. How. Why.</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Shows/Going+Deep/CLR-4-Side-by-Side-In-Process-What-How-Why/RSS"></atom:link>
	<image>
		<url>http://ecn.channel9.msdn.com/o9/previewImages/100/464395_100x75.jpg</url>
		<title>Channel 9 - Rick Byers and Simon Hall: CLR 4 - Side-by-Side In-Process - What. How. Why.</title>
		<link></link>
	</image>
	<description>CLR hosting has always been a hot topic. Consider the case of Windows Shell Extensions and the inability to load more than one CLR version per process being the dagger in the heart of the very idea of scalable managed shell extentions. With CLR 4, consuming
 applications will be able to host both a CLR 2 and CLR 4 in the same process. Again, gone are the days of single instance CLR per process. The implications here are profound. On the one hand, this means that applications can run code targetting an older CLR
 version and code targetting CLR 4 in the same process. How does this work, exactly? What are some of the key supported scenarios for mulitple CLRs per process? What does CLR&amp;nbsp;In-Proc Side-by-Side mean for the future of CLR hosting, generally?Meet two of the&amp;nbsp;CLR SxS In-Proc developers, Simon Hall and Rick Byers. They explain exactly what went into the SxS In-Proc design, the challenges and opportunities. Tune in to get insight into the thinking behind the thinking in CLR 4&#39;s side by side in process
 hosting. </description>
	<link></link>
	<language>en</language>
	<pubDate>Sun, 26 May 2013 02:15:29 GMT</pubDate>
	<lastBuildDate>Sun, 26 May 2013 02:15:29 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: Rick Byers and Simon Hall: CLR 4 - Side-by-Side In-Process - What. How. Why.</title>
		<description>
			<![CDATA[
<p>Could just be me but struggling to download the wmv (high), 'finishes' sub 100mb (its nearly 900mb).</p>
<p>edit: don't worry about it charles, I've give it another go tomorrow (btw the size doesn't bother me at all).</p>
<p>posted by stevo_</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Going+Deep/CLR-4-Side-by-Side-In-Process-What-How-Why#c633796621770000000</link>
		<pubDate>Wed, 03 Jun 2009 21:42:57 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Going+Deep/CLR-4-Side-by-Side-In-Process-What-How-Why#c633796621770000000</guid>
		<dc:creator>stevo_</dc:creator>
	</item>
	<item>
		<title>Re: Rick Byers and Simon Hall: CLR 4 - Side-by-Side In-Process - What. How. Why.</title>
		<description>
			<![CDATA[
<p>Sorry to hear that. Yeah, the WMV(high) for an interview of this length is going to be big (it's encoded at 2.5 Mb/s). When you say 'finishes' do you mean the downloader shows completion and exits?</p>
<p>(We don't need to have this conversation on this thread, however - Click on the Contact Us link on the bottom of the page and we can do this over email)</p>
<p>C</p>
<p>posted by Charles</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Going+Deep/CLR-4-Side-by-Side-In-Process-What-How-Why#c633796623510000000</link>
		<pubDate>Wed, 03 Jun 2009 21:45:51 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Going+Deep/CLR-4-Side-by-Side-In-Process-What-How-Why#c633796623510000000</guid>
		<dc:creator>Charles</dc:creator>
	</item>
	<item>
		<title>Re: Rick Byers and Simon Hall: CLR 4 - Side-by-Side In-Process - What. How. Why.</title>
		<description>
			<![CDATA[
<p>Compiled 2.0 applications not running on Windows XP with 4.0 CLR only installed is a problem.&nbsp; This will break all applications I have created to date.&nbsp; The old rules allowed the older exe to run on newer CLR.&nbsp; My install will test for 2.0 or higher CLR.&nbsp;
 If 4.0 CLR is found, the install will not put 2.0 on the machine but my application will no longer run.&nbsp; This is a breaking change that will affect many applications.</p>
<p>I don’t have an issue with this change but please make sure you get the word out to developers.&nbsp; I would also suggest adding an option to the manifest to allow the previous behavior (allow exe to run on any framework higher than the target).</p>
<p>posted by achopp</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Going+Deep/CLR-4-Side-by-Side-In-Process-What-How-Why#c633796729210000000</link>
		<pubDate>Thu, 04 Jun 2009 00:42:01 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Going+Deep/CLR-4-Side-by-Side-In-Process-What-How-Why#c633796729210000000</guid>
		<dc:creator>achopp</dc:creator>
	</item>
	<item>
		<title>Re: Rick Byers and Simon Hall: CLR 4 - Side-by-Side In-Process - What. How. Why.</title>
		<description>
			<![CDATA[
<p>Here's an in-process side-by-side scenario on the server:&nbsp; you have an ASP.NET&nbsp;2.0 Web application with dependencies on .NET 2.0 assemblies.&nbsp; You would like to update your application to .NET 4.0.&nbsp; You don't own the dependencies to update them as well.&nbsp;
 What do you do?</p>
<p>posted by joechung</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Going+Deep/CLR-4-Side-by-Side-In-Process-What-How-Why#c633796888730000000</link>
		<pubDate>Thu, 04 Jun 2009 05:07:53 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Going+Deep/CLR-4-Side-by-Side-In-Process-What-How-Why#c633796888730000000</guid>
		<dc:creator>joechung</dc:creator>
	</item>
	<item>
		<title>Re: Rick Byers and Simon Hall: CLR 4 - Side-by-Side In-Process - What. How. Why.</title>
		<description>
			<![CDATA[
<p>I will be uploading a new version of the high bit rate file. Seems we have a problem with the current one. Thanks for the notifications. I'll edit this post to let you know when it's available.</p>
<p>C</p>
<p>EDIT: I have verified that there is no problem with the file itself and I've successfully downloaded it on two different networks. Seems the root cause is related to geographic location (CDN nodes are perhaps not evenly distributed) and network issues.</p>
<p>posted by Charles</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Going+Deep/CLR-4-Side-by-Side-In-Process-What-How-Why#c633797277290000000</link>
		<pubDate>Thu, 04 Jun 2009 15:55:29 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Going+Deep/CLR-4-Side-by-Side-In-Process-What-How-Why#c633797277290000000</guid>
		<dc:creator>Charles</dc:creator>
	</item>
	<item>
		<title>Re: Rick Byers and Simon Hall: CLR 4 - Side-by-Side In-Process - What. How. Why.</title>
		<description>
			<![CDATA[
<p>Thanks for the feedback, that's an interesting scenario we were hoping was going to be pretty rare.&nbsp; There's no doubt there's a trade-off here between a number of different types of 'breaking changes', and the principle we're relying on in this case is that
 we'd rather have an application refuse to run than run on a platform it hasn't been tested with and possibly behave poorly.&nbsp;</p>
<p>We did spend a lot of time discussing how we will support developers that want a different trade-off - i.e. are willing to take the risk of allowing their app to run on a future version of the framework without having tested it.&nbsp; This is one of the main
 reasons we now support 2-part version numbers in config files.&nbsp; So, you can get almost what you suggest by adding &lt;supportedRuntime version=&quot;v4.0&quot;/&gt; to your app's config (and if you really want ALL future versions, you could add v5.0, v6.0, v7.0, etc. - but
 I wouldn't reccomend it, there's a reasonable chance a complex&nbsp;app tested only against V2 will NOT run well on some CLR released 10 years from now &lt;grin&gt;).</p>
<p>Anyway, I definitely agree with your point about needing to do a good job &quot;getting the word out&quot;.&nbsp; I've forwarded your comments to the SxS team and we're discussing how best to document this and other potentially surprising behavior related to SxS.</p>
<p>Thanks!</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp; Rick</p>
<p>posted by RickByers</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Going+Deep/CLR-4-Side-by-Side-In-Process-What-How-Why#c633797334280000000</link>
		<pubDate>Thu, 04 Jun 2009 17:30:28 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Going+Deep/CLR-4-Side-by-Side-In-Process-What-How-Why#c633797334280000000</guid>
		<dc:creator>RickByers</dc:creator>
	</item>
	<item>
		<title>Re: Rick Byers and Simon Hall: CLR 4 - Side-by-Side In-Process - What. How. Why.</title>
		<description>
			<![CDATA[
<p>Hi Joe.&nbsp; In most cases that scenario is not something that can be solved with SxS.&nbsp; In particular, SxS requires a pre-existing isolation in the code - just like app-domains or different processes.&nbsp; Most of the time when depending on managed assemblies, the
 code is tightly coupled at the level of managed code (sharing objects freely back and forth without any sort of marshalling/remoting, etc.), and so can't easily be separated by an isolation boundary (appDomain/runtime/process).</p>
<p>However, this sort of scenario (composable 3rd party components) is one of the main reasons why binary compatibility is still so important for the CLR.&nbsp;&nbsp; Just like with .NET 1.x-&gt;2.0, we fully expect assemblies compiled against .NET 2.0 to be loaded into
 the 4.0 runtime.&nbsp; So most of the time, rolling an application forward to 4.0 that has dependencies on 2.0 assemblies should hopefully just work fine.&nbsp; One notable exception I discuss in the video is IJW assemblies (C&#43;&#43;/CLI compiled without /clr:pure or /clr:safe)
 - those will unfortunately either need to be recompiled or the application will have to be configured to disallow the V2 runtime from being loaded.</p>
<p>I can imagine some rare cases though where this could be useful (depending on, for example, code though a COM interface that is implemented in .NET 2.0 and doesn't work on 4.0).&nbsp; And the ASP.Net team does believe there is some value here.&nbsp; But it'll probably
 be rare, and not a high priority scenario in 4.0.</p>
<p>Rick</p>
<p>posted by RickByers</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Going+Deep/CLR-4-Side-by-Side-In-Process-What-How-Why#c633797357220000000</link>
		<pubDate>Thu, 04 Jun 2009 18:08:42 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Going+Deep/CLR-4-Side-by-Side-In-Process-What-How-Why#c633797357220000000</guid>
		<dc:creator>RickByers</dc:creator>
	</item>
	<item>
		<title>Re: Rick Byers and Simon Hall: CLR 4 - Side-by-Side In-Process - What. How. Why.</title>
		<description>
			<![CDATA[
<p>Rick,</p>
<p><span>Thanks for the reply.&nbsp;&nbsp;What will happen when a new OS does not support the older framework (ie .net 1.0 will not install on Vista)?&nbsp; You have forced the user to get an update for the application to support the new OS. &nbsp;Is the Windows team ok with that?&nbsp;
 It makes the OS look bad because it is no longer compatible with the application.&nbsp; The easy answer is to always ship the older framework with the new OS, but I don't think that is going to happen.&nbsp; This change is effectively putting a limit on the life of
 the app.&nbsp; Again I am not against this change, I am simply trying to help find the holes.</span></p>
<p>posted by achopp</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Going+Deep/CLR-4-Side-by-Side-In-Process-What-How-Why#c633797373020000000</link>
		<pubDate>Thu, 04 Jun 2009 18:35:02 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Going+Deep/CLR-4-Side-by-Side-In-Process-What-How-Why#c633797373020000000</guid>
		<dc:creator>achopp</dc:creator>
	</item>
	<item>
		<title>Re: Rick Byers and Simon Hall: CLR 4 - Side-by-Side In-Process - What. How. Why.</title>
		<description>
			<![CDATA[
<p>Like anything windows, legacy is dropped when it passes the balance of requirement vs. maintainability.. .net 1.0 is very obsolete in my opinion.</p>
<p>posted by stevo_</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Going+Deep/CLR-4-Side-by-Side-In-Process-What-How-Why#c633797440830000000</link>
		<pubDate>Thu, 04 Jun 2009 20:28:03 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Going+Deep/CLR-4-Side-by-Side-In-Process-What-How-Why#c633797440830000000</guid>
		<dc:creator>stevo_</dc:creator>
	</item>
	<item>
		<title>Re: Rick Byers and Simon Hall: CLR 4 - Side-by-Side In-Process - What. How. Why.</title>
		<description>
			<![CDATA[
<p>Good question.</p>
<p>First a couple follow-ups from your original post after talking to some folks on the team.&nbsp; How exactly are you detecting whether there is any CLR &gt;= version 2 on the machine?&nbsp; Since CLR v4 is intentionally hidden from the existing CLR v2 APIs, your code
 may actually do the desired thing and detect NO clr installed.&nbsp; Also, we've improved the experience on this sort of failure by popping a dialog saying something like &quot;this application requires CLR v2.0 in order to run - click here to download it&quot;.&nbsp; Not perfect
 of course, but hopefully a helpful mitigation.</p>
<p>Now for your OS question.&nbsp; Yes - big picture removing OS support for a version of the framework is a BIG compat decision.&nbsp; Due to the problem of perfect compatability I discussed in the video, doing this at all is always going to be an issue - regardless
 of our roll-forward policy (even if we did roll forward, as we did 1.1-&gt;2.0, large apps have historically been likely to break unfortunately).&nbsp; Windows has a similar philosophy in that they work hard to maintain compat, but know they can't be perfect and so
 also rely on mitigations like compat labs and app-compat shims.&nbsp; We do the same thing - running the most popular .NET apps in our labs, and where it's advantageous including app-specific compat policy with a new .NET Framework release (take a look at HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\Policy\AppPatch\v2.0.50727.00000
 for example - it lists applications that are known to be incompatible with v2 and so should not roll-forward, we can do a similar thing in v4 where we can list apps that we've tested and know work with v4 and so should be rolled forward).&nbsp; This of course is
 only helpful for the biggest most popular apps, but it's helpful nontheless.&nbsp; Also, OS upgrade boundaries change the compat formula a bit and may influence the policy we choose to apply.&nbsp; For example, it's possible that a future version of Windows will include
 only CLR V4 but will be configured to roll v2 apps forward to V4 (we have not made any decisions about what we WILL do here, just intentionally kept this open as an option - these decisions are all controled declaratively by the upgrade policy in the registry).&nbsp;
 The key thing we need to avoid is installing a new .NET Framework breaking some application that was previously working fine - upgrading the OS on that machine is a bit of a different equation.</p>
<p>Still far from perfect, I know.&nbsp; But the compat space is all about trade-offs between lots of different less-than-perfect options.</p>
<p>Rick</p>
<p>posted by RickByers</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Going+Deep/CLR-4-Side-by-Side-In-Process-What-How-Why#c633797479150000000</link>
		<pubDate>Thu, 04 Jun 2009 21:31:55 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Going+Deep/CLR-4-Side-by-Side-In-Process-What-How-Why#c633797479150000000</guid>
		<dc:creator>RickByers</dc:creator>
	</item>
	<item>
		<title>Re: Rick Byers and Simon Hall: CLR 4 - Side-by-Side In-Process - What. How. Why.</title>
		<description>
			<![CDATA[
<p>Hi,</p>
<p>A coworker best describes the dillema we faced in making this decision:</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&quot;It’s a tradeoff of where we want the&nbsp;[error] to come from. Failing in a predictable way that leads to the solution vs. failing in a unpredictable (possibly destructive) way with no indication of how to fix it.&nbsp; I think we’ve made the right
 choice here.&quot;</p>
<p>Let me expand on this.</p>
<p>It is almost always the case, even when a high compatibility goal is in place, that software will diverge with each subsequent major version release as a result of innovation and bug&nbsp;fixes (security bug fixes are the most obvious here). These changes will
 invariably lead to (sometimes very subtle) breaking changes, both intentional (for example, security bug fixes) and unintentional. As a result, applications that worked correctly on one version of the runtime could malfunction (also in a very subtle way) when
 run on a later version.</p>
<p>This is precisely the motivation in eliminating the default roll-forward policy in the v4.0 release of the .NET framework. While we strive to make each version of the .NET Framework highly compatible with previous releases with the goal that the vast majority
 of applications will &quot;just work&quot;, we still want authors to evaluate their applications on each release and explicitly opt into running on them.</p>
<p>Thanks,<br />Simon</p>
<p>posted by SimonHall</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Going+Deep/CLR-4-Side-by-Side-In-Process-What-How-Why#c633797517230000000</link>
		<pubDate>Thu, 04 Jun 2009 22:35:23 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Going+Deep/CLR-4-Side-by-Side-In-Process-What-How-Why#c633797517230000000</guid>
		<dc:creator>SimonHall</dc:creator>
	</item>
	<item>
		<title>Re: Rick Byers and Simon Hall: CLR 4 - Side-by-Side In-Process - What. How. Why.</title>
		<description>
			<![CDATA[
<p>I am using the AllowLaterVersions Property (Launch Conditions) <a href="http://msdn.microsoft.com/en-us/library/aa983311.aspx">
http://msdn.microsoft.com/en-us/library/aa983311.aspx</a>.&nbsp; This was provided in VS 2005 IDE.&nbsp; I did not realize it was removed in the VS 2008 IDE.&nbsp; Since it was removed in VS 2008 IDE&nbsp;and defaulted to false in VS 2005 IDE, it is likely a smaller problem than
 I thought.</p>
<p>Thanks for all the feedback.&nbsp; Keep up the good work.</p>
<p>posted by achopp</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Going+Deep/CLR-4-Side-by-Side-In-Process-What-How-Why#c633797537230000000</link>
		<pubDate>Thu, 04 Jun 2009 23:08:43 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Going+Deep/CLR-4-Side-by-Side-In-Process-What-How-Why#c633797537230000000</guid>
		<dc:creator>achopp</dc:creator>
	</item>
	<item>
		<title>Re: Rick Byers and Simon Hall: CLR 4 - Side-by-Side In-Process - What. How. Why.</title>
		<description>
			<![CDATA[
<p>The CDN issue in England and the Netherlands was resolved last night (PST).</p>
<p>C</p>
<p>posted by Charles</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Going+Deep/CLR-4-Side-by-Side-In-Process-What-How-Why#c633798235720000000</link>
		<pubDate>Fri, 05 Jun 2009 18:32:52 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Going+Deep/CLR-4-Side-by-Side-In-Process-What-How-Why#c633798235720000000</guid>
		<dc:creator>Charles</dc:creator>
	</item>
	<item>
		<title>Re: Rick Byers and Simon Hall: CLR 4 - Side-by-Side In-Process - What. How. Why.</title>
		<description>
			<![CDATA[
<p>Hi,</p>
<p>&nbsp;</p>
<p>really interessting stuff you got their!&nbsp; Their is only one point i still struggle with: &quot;Assumed i have the level of isolation you mentioned in the video, is it possible to load to an managed clr2 application the clr4 runtime In-process SxS (and vice versa)?&nbsp;
 If yes, what do i have to do? Is their any managed api i have to call? Or do i need the come layer or something which then loads the other clr for me?&nbsp; Are their any samples for the beta1 where i can have a look at?</p>
<p>&nbsp;</p>
<p>Thanks</p>
<p>DG</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>posted by DanDG</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Going+Deep/CLR-4-Side-by-Side-In-Process-What-How-Why#c633843741190000000</link>
		<pubDate>Tue, 28 Jul 2009 10:35:19 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Going+Deep/CLR-4-Side-by-Side-In-Process-What-How-Why#c633843741190000000</guid>
		<dc:creator>DanDG</dc:creator>
	</item>
	<item>
		<title>Re: Rick Byers and Simon Hall: CLR 4 - Side-by-Side In-Process - What. How. Why.</title>
		<description>
			<![CDATA[
<p>Hi Dan,</p>
<p>CLR loading is really something that happens through native APIs, either using hosting APIs directly (eg. ICLRMetaHost), or indirectly via COM.&nbsp; You can do this in managed code (no need to actually write any native code) by using .NET's interop facilities.&nbsp;
 So yes, you could write code that ran in CLR v2 which loaded CLR v4 and vice-versa.&nbsp;
</p>
<p>&nbsp;</p>
<p>I know we've got some code samples in the works, but I don't think they've been posted yet.&nbsp; Keep an eye on the
<a href="http://blogs.msdn.com/clrteam/archive/tags/In&#43;Proc&#43;SxS/default.aspx">SxS category of the CLR team blog</a>. The simplest way is to build a managed&nbsp;COM component using one version of .NET, and then instantiate it using COM-interop from another version
 of .NET exactly as you would without SxS.&nbsp; Look for any samples for building and using COM components with .NET 2.0.</p>
<p>&nbsp;</p>
<p>I hope this helps,</p>
<p>&nbsp;&nbsp; Rick</p>
<p>posted by RickByers</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Going+Deep/CLR-4-Side-by-Side-In-Process-What-How-Why#c633843984720000000</link>
		<pubDate>Tue, 28 Jul 2009 17:21:12 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Going+Deep/CLR-4-Side-by-Side-In-Process-What-How-Why#c633843984720000000</guid>
		<dc:creator>RickByers</dc:creator>
	</item>
	<item>
		<title>Re: Rick Byers and Simon Hall: CLR 4 - Side-by-Side In-Process - What. How. Why.</title>
		<description>
			<![CDATA[
<p>Hi Rick,</p>
<p>&nbsp;</p>
<p>thanks for the fast response!&nbsp;That really helps.</p>
<p>&nbsp;</p>
<p>Just to make sure that i&nbsp;got it right: In order to use SxS&nbsp;you have to call the hosting API. This can be done directly (in native code or in managed code by using interop facilities) or indirectly via COM. In the COM scenario the hosting API is called automatically
 for me within the COM functionality?</p>
<p>&nbsp;</p>
<p>Therefore the easiest way to get an running example of calling CLR SxS in an managed application is using COM in a cross clr scenario. The other way is to do this manually by calling the hosting API...</p>
<p>&nbsp;</p>
<p>Thanks </p>
<p>Daniel</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>posted by DanDG</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Going+Deep/CLR-4-Side-by-Side-In-Process-What-How-Why#c633844570660000000</link>
		<pubDate>Wed, 29 Jul 2009 09:37:46 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Going+Deep/CLR-4-Side-by-Side-In-Process-What-How-Why#c633844570660000000</guid>
		<dc:creator>DanDG</dc:creator>
	</item>
</channel>
</rss>