2008-09-02 Marek Habersack <mhabersack@novell.com>
authorMarek Habersack <grendel@twistedcode.net>
Tue, 16 Sep 2008 08:07:28 +0000 (08:07 -0000)
committerMarek Habersack <grendel@twistedcode.net>
Tue, 16 Sep 2008 08:07:28 +0000 (08:07 -0000)
        * web.config: removed System.Web.Extensions.dll from the assemblies
        (reverting r112073) - it would break all the ASP.NET applications
        which use System.Web.Extensions other than 3.5.0.0

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

data/net_2_0/ChangeLog
data/net_2_0/web.config

index 0ea4cc396adce146136297bf4bba2afb984addbf..379339f60c590d78e8e9c5119c4e96f7924c054b 100644 (file)
@@ -1,3 +1,9 @@
+2008-09-02  Marek Habersack  <mhabersack@novell.com>
+
+       * web.config: removed System.Web.Extensions.dll from the assemblies
+       (reverting r112073) - it would break all the ASP.NET applications
+       which use System.Web.Extensions other than 3.5.0.0
+
 2008-09-06  Daniel Morgan  <monodanmorg@yahoo.com>
 
        * machine.config: added Mono.Data.SybaseClient
index a00a1c2adbfbc38234e24996f50f032bf04e906d..3edb504d36699ea802d16dc3106e2eec6b4a9910 100644 (file)
@@ -86,7 +86,6 @@
                                <add assembly="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
                                <add assembly="System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
                                <add assembly="System.Web.Services, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
-                               <add assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
                                <add assembly="System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
                                <add assembly="*" /> <!-- Add assemblies in bin directory -->
                        </assemblies>