I wrote:

> new ConfigApp.Config.ConfigCollection[orgColl.Count];

Sorry, that should be Length... not Count. So:

new ConfigApp.Config.ConfigCollection[orgColl.Length];

-Drew

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to