I was under the impression that the gcConcurrent element in the runtime section of the configuration file controlled the CLR flavour (workstation or server) that was loaded. I ran some quick tests on a dual processor box using a simple winforms app, and found that the workstation flavour was loaded each time, regardless of the enable attribute. The config file content are:
<configuration> <runtime> <gcConcurrent enabled="false" /> </runtime> </configuration> Any ideas? Thanks. Nick You can read messages from the Advanced DOTNET archive, unsubscribe from Advanced DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.