Author: rafael
Date: 2005-04-20 14:53:40 -0400 (Wed, 20 Apr 2005)
New Revision: 43352
Modified:
trunk/mono/ChangeLog
trunk/mono/data/net_1_1/machine.config
trunk/mono/data/net_2_0/machine.config
Log:
2005-04-20 Rafael Teixeira <[EMAIL PROTECTED]>
* 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
Modified: trunk/mono/ChangeLog
===================================================================
--- trunk/mono/ChangeLog 2005-04-20 18:03:44 UTC (rev 43351)
+++ trunk/mono/ChangeLog 2005-04-20 18:53:40 UTC (rev 43352)
@@ -1,3 +1,8 @@
+2005-04-20 Rafael Teixeira <[EMAIL PROTECTED]>
+ * 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 <[EMAIL PROTECTED]>
* configure.in: Add check for <sys/xattr.h>.
Modified: trunk/mono/data/net_1_1/machine.config
===================================================================
--- trunk/mono/data/net_1_1/machine.config 2005-04-20 18:03:44 UTC (rev
43351)
+++ trunk/mono/data/net_1_1/machine.config 2005-04-20 18:53:40 UTC (rev
43352)
@@ -123,7 +123,7 @@
<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" />
Modified: trunk/mono/data/net_2_0/machine.config
===================================================================
--- trunk/mono/data/net_2_0/machine.config 2005-04-20 18:03:44 UTC (rev
43351)
+++ trunk/mono/data/net_2_0/machine.config 2005-04-20 18:53:40 UTC (rev
43352)
@@ -124,7 +124,7 @@
<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" />
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches