Click here to Skip to main content
15,891,951 members

Comments by Aseem Sharma (Top 4 by date)

Aseem Sharma 30-Jan-13 20:03pm View    
Thanks Sergey for your reply,

I am not much aware of Side by Side execution. But I could resolve my issue. We just need to override below function in our class MyAppDomainManager (derived from AppDomainManager)

public override void InitializeNewDomain(AppDomainSetup appDomainInfo)

Since here we have access to AppDomainSetup , we can do the redirection stuff here only.

Regards
Aseem
Aseem Sharma 14-Mar-12 2:51am View    
I have improved my question with some more explanation. Please see :"Some More Detail" section to understand my problem.
Aseem Sharma 14-Mar-12 2:51am View    
I have improved my question with some more explanation. Please see :"Some More Detail" section to understand my problem.
Aseem Sharma 14-Mar-12 2:50am View    
I have improved my question with some more explanation. Please see :"Some More Detail" section to understand my problem.