2005-04-20 Rafael Teixeira <rafaelteixeirabr@hotmail.com>
authorRafael Teixeira <monoman@gmail.com>
Wed, 20 Apr 2005 18:53:40 +0000 (18:53 -0000)
committerRafael Teixeira <monoman@gmail.com>
Wed, 20 Apr 2005 18:53:40 +0000 (18:53 -0000)
* data/net_1_1/machine.config, data/net_2_0/machine.config:
added ' explicit="true" strict="false" ' to system.web/compilation
element as in MS. Part of fix for Bug #74671

svn path=/trunk/mono/; revision=43352

ChangeLog
data/net_1_1/machine.config
data/net_2_0/machine.config

index e4f656fb2399d64ae872c3a63f5ccffa94dce9d0..3656d51fc22d55bb85025ba54cccdfc29b285b86 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-04-20  Rafael Teixeira <rafaelteixeirabr@hotmail.com>
+       * data/net_1_1/machine.config, data/net_2_0/machine.config: 
+       added ' explicit="true" strict="false" ' to system.web/compilation 
+       element as in MS. Part of fix for Bug #74671
+       
 2005-04-19  Jonathan Pryor  <jonpryor@vt.edu>
 
        * configure.in: Add check for <sys/xattr.h>.
index 606e744ec35f5e2980c73c3425811cee0d15fff6..dd44bce11b03192f48dc73c3385633fdc6aacc64 100644 (file)
                        <wsdlHelpGenerator href="DefaultWsdlHelpGenerator.aspx" />
                </webServices>
                <webControls clientScriptsLocation="/web_scripts" />
-               <compilation debug="false" defaultLanguage="c#">
+               <compilation debug="false" defaultLanguage="c#" explicit="true" strict="false" >
                        <compilers>
                        <compiler language="cs;c#;csharp" extension=".cs" warningLevel="1" compilerOptions=""
                                  type="Microsoft.CSharp.CSharpCodeProvider, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
index c8f297c344bdcee0b873d1941a7c81f73e5e91e2..0b70a7921569ca1767ea3006c3d14f08f82f64fc 100644 (file)
                        <wsdlHelpGenerator href="DefaultWsdlHelpGenerator.aspx" />
                </webServices>
                <webControls clientScriptsLocation="/web_scripts" />
-               <compilation debug="false" defaultLanguage="c#">
+               <compilation debug="false" defaultLanguage="c#" explicit="true" strict="false" >
                        <compilers>
                        <compiler language="cs;c#;csharp" extension=".cs" warningLevel="1" compilerOptions=""
                                  type="Microsoft.CSharp.CSharpCodeProvider, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />