[ADVANCED-DOTNET] AW: [ADVANCED-DOTNET] System.AppDomainSetup.SetConfigurationBytes Usage

2007-02-19 Thread Andreas Heisel
] Im Auftrag von Thokala, Sreeramudu (GE Healthcare) Gesendet: Dienstag, 20. Februar 2007 06:02 An: [email protected] Betreff: Re: [ADVANCED-DOTNET] System.AppDomainSetup.SetConfigurationBytes Usage The MSDN documentation clearly says it has to be a valid xml and the only thing here

Re: [ADVANCED-DOTNET] System.AppDomainSetup.SetConfigurationBytes Usage

2007-02-19 Thread Thokala, Sreeramudu (GE Healthcare)
-DOTNET] System.AppDomainSetup.SetConfigurationBytes Usage Hello List, I try to start a new AppDomain with a custom configuration. I want to avaid writing a configuration file to disk. The documentation states, that System.AppDomainSetup.SetConfigurationBytes will do the job, but it doesn'

[ADVANCED-DOTNET] System.AppDomainSetup.SetConfigurationBytes Usage

2007-02-19 Thread Andreas Heisel
Hello List, I try to start a new AppDomain with a custom configuration. I want to avaid writing a configuration file to disk. The documentation states, that System.AppDomainSetup.SetConfigurationBytes will do the job, but it doesn't. I can't start a new AppDomain if I call SetConfigurationBytes wi