Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Rick Byers and Simon Hall: CLR 4 - Side-by-Side In-Process - What. How. Why.
Jul 29, 2009 at 2:37 AMHi Rick,
thanks for the fast response! That really helps.
Just to make sure that i got it right: In order to use SxS 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?
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...
Thanks
Daniel
Rick Byers and Simon Hall: CLR 4 - Side-by-Side In-Process - What. How. Why.
Jul 28, 2009 at 3:35 AMHi,
really interessting stuff you got their! Their is only one point i still struggle with: "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)? 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? Are their any samples for the beta1 where i can have a look at?
Thanks
DG