|
|
@@ -249,8 +249,8 @@ namespace Mainsoft.Drawing.Imaging {
|
|
|
|
|
|
internal Hashtable Iterate () {
|
|
|
// TBD: Insert Exception handling here
|
|
|
- NameValueCollection nvc = (NameValueCollection) System.Configuration.ConfigurationSettings
|
|
|
- .GetConfig ("system.drawing/codecs");
|
|
|
+ NameValueCollection nvc = (NameValueCollection) System.Configuration.ConfigurationSettings
|
|
|
+ .GetConfig ("mainsoft.drawing/codecs");
|
|
|
Hashtable codecs = new Hashtable (10);
|
|
|
|
|
|
for (int i=0; i<nvc.Count; i++) {
|
|
|
@@ -545,8 +545,8 @@ namespace Mainsoft.Drawing.Imaging {
|
|
|
return new float[]{0, 0};
|
|
|
|
|
|
ResolutionConfigurationCollection rcc =
|
|
|
- (ResolutionConfigurationCollection)
|
|
|
- ConfigurationSettings.GetConfig("system.drawing/codecsmetadata");
|
|
|
+ (ResolutionConfigurationCollection)
|
|
|
+ ConfigurationSettings.GetConfig ("mainsoft.drawing/codecsmetadata");
|
|
|
|
|
|
if (rcc == null)
|
|
|
throw new ConfigurationException("Configuration section codecsmetadata not found");
|