The problem is I want to confugure DAD (default AppDomain) when starting CLR Host in native process. I want to set AppBase and execute app.config file for DAD.
In function CorBindToRuntimeEx there is no word about DAD, either in ICorRuntimeHost.Start.
So DAD is nonconfigurable when starting DotNet from native process ?
When CLR Host started, its possible to configure and start another AD using AppDomainSetup. Why I cannot do this to DAD ?
Maybe its possible in fw 2.0 b2? Give me a hint please.
WBR Dennis
In function CorBindToRuntimeEx there is no word about DAD, either in ICorRuntimeHost.Start.
So DAD is nonconfigurable when starting DotNet from native process ?
When CLR Host started, its possible to configure and start another AD using AppDomainSetup. Why I cannot do this to DAD ?
Maybe its possible in fw 2.0 b2? Give me a hint please.
WBR Dennis