2006-03-24 Chris Toshok <toshok@ximian.com>
[mono.git] / mcs / class / System / System.CodeDom.Compiler / CodeDomConfigurationHandler.cs
index 4e6e0d592c9a2d2d5fd3abaec2933599539d9253..d65bc8405968d7d4f2ef5fe3f73f8af2cc8b63af 100644 (file)
@@ -105,6 +105,7 @@ namespace System.CodeDom.Compiler
                                compiler.TypeName = AttValue ("type", child);
                                compiler.CompilerOptions = AttValue ("compilerOptions", child, true, true);
                                compiler.WarningLevel = AttUIntValue ("warningLevel", child, 0);
+                               compiler.Init ();
                                config.Compilers [compiler.Languages] = compiler;
                        }
                }