mono.git
20 years agoClass Files Representing Various LDAP Requests
Sunil Kumar [Mon, 24 Nov 2003 03:52:45 +0000 (03:52 -0000)]
Class Files Representing Various LDAP Requests

svn path=/trunk/mcs/; revision=20362

20 years ago* Added Disposable interface
Peter Dennis Bartok [Sun, 23 Nov 2003 19:58:20 +0000 (19:58 -0000)]
* Added Disposable interface

svn path=/trunk/mcs/; revision=20359

20 years ago* Added missing StartCap & EndCap property to Pen
Peter Dennis Bartok [Sun, 23 Nov 2003 19:57:13 +0000 (19:57 -0000)]
* Added missing StartCap & EndCap property to Pen
* Removed extra LineCap property

svn path=/trunk/mcs/; revision=20358

20 years ago* Corrected wrong number
Peter Dennis Bartok [Sun, 23 Nov 2003 19:14:15 +0000 (19:14 -0000)]
* Corrected wrong number

svn path=/trunk/mcs/; revision=20357

20 years ago2003-11-23 Pedro Mart�nez Juli� <yoros@wanadoo.es>
Pedro Martínez Juliá [Sun, 23 Nov 2003 17:33:07 +0000 (17:33 -0000)]
2003-11-23  Pedro Mart�nez Juli�  <yoros@wanadoo.es>

    * Npgsql/HashAlgorithm.cs:
    * Npgsql/NpgsqlClosedState.cs:
    * Npgsql/NpgsqlCommand.cs:
    * Npgsql/NpgsqlConnectedState.cs:
    * Npgsql/NpgsqlConnection.cs:
    * Npgsql/NpgsqlReadyState.cs:
    * Npgsql/NpgsqlStartupState.cs:
    * Npgsql/NpgsqlState.cs: Apply Disposable pattern, when using
    ADO.NET we need to call Dispose after using any Component like
    NpgsqlDataAdapter, NpgsqlConnection, etc... Change a few internal
    methods to Properties.

svn path=/trunk/mcs/; revision=20356

20 years ago2003-11-23 Pedro Mart�nez Juli� <yoros@wanadoo.es>
Pedro Martínez Juliá [Sun, 23 Nov 2003 17:28:59 +0000 (17:28 -0000)]
2003-11-23  Pedro Mart�nez Juli�  <yoros@wanadoo.es>

    * DbDataAdapter.cs: Call command dispose in self dispose method. We
    need to dispose the connections and other stuff stored in the
    commands.

svn path=/trunk/mcs/; revision=20355

20 years ago * regex.cs: Add CultureInvariant flag to RegexOptions.
Jackson Harper [Sun, 23 Nov 2003 05:14:53 +0000 (05:14 -0000)]
    * regex.cs: Add CultureInvariant flag to RegexOptions.

svn path=/trunk/mcs/; revision=20351

20 years agoadd sources
Ben Maurer [Sun, 23 Nov 2003 02:45:11 +0000 (02:45 -0000)]
add sources

svn path=/trunk/mcs/; revision=20350

20 years ago2003-11-22 Ben Maurer <bmaurer@users.sourceforge.net>
Ben Maurer [Sun, 23 Nov 2003 02:44:44 +0000 (02:44 -0000)]
2003-11-22 Ben Maurer  <bmaurer@users.sourceforge.net>

* SqlDataSource*: Implement almost everything. Data access is
still missing.

svn path=/trunk/mcs/; revision=20349

20 years ago2003-11-22 Miguel de Icaza <miguel@ximian.com>
Miguel de Icaza [Sun, 23 Nov 2003 00:06:53 +0000 (00:06 -0000)]
2003-11-22  Miguel de Icaza  <miguel@ximian.com>

* PropertyDescriptorCollection.cs (Insert): Another one.

svn path=/trunk/mcs/; revision=20346

20 years ago2003-11-22 Miguel de Icaza <miguel@ximian.com>
Miguel de Icaza [Sat, 22 Nov 2003 23:59:05 +0000 (23:59 -0000)]
2003-11-22  Miguel de Icaza  <miguel@ximian.com>

* PropertyTabAttribute.cs (Equals): Avoid recurssion

svn path=/trunk/mcs/; revision=20345

20 years ago* Matrix.cs: Rewrote to use GDI+ implementation, doing all the
Duncan Mak [Sat, 22 Nov 2003 23:32:56 +0000 (23:32 -0000)]
* Matrix.cs: Rewrote to use GDI+ implementation, doing all the
math in unmanaged code instead of doing it in C#.

* gdipFunctions.cs
(GdipResetWorldTransform, GdipSetWorldTransform):
(GdipGetWorldTransform, GdipScaleWorldTransform): Imported.

* Graphics.cs: Remove unnecessary TODO, and reformatted the code.
(transform): Removed this field. Always use the
matrix associated in the GpGraphics ptr.
(DrawBeziers): Implemented.
(DrawLine): Don't need to manually invoke the transform now.
(MultiplyTransform, ResetTransform):
(ScaleTransform, TranslateTransform): Use GDI+ implementation.
(Transform): Instead of storing a Matrix in managed code, use
equivalent GDI+ functions.

* matrix.c (GdipCreateMatrix3, GdipCreateMatrix3I): Implemented.
(GdipCloneMatrix): Fixed.
(GdipShearMatrix, set_shear): Implemented.

* graphics.c:
(GdipGetWorldTransform, GdipMultiplyWorldTransform): Implemented.
(GdipRotatePenTransform, GdipTranslatePenTransform): Use GDI+
functions instead.

* gdip.h
(GdipRotatePenTransform, GdipTranslatePenTransform): Fix
signature.
(GdipCreateMatrix3, GdipCreateMatrix3I): Use const appropriately.

svn path=/trunk/mcs/; revision=20344

20 years ago2003-11-22 Ben Maurer <bmaurer@users.sourceforge.net>
Ben Maurer [Sat, 22 Nov 2003 22:04:38 +0000 (22:04 -0000)]
2003-11-22 Ben Maurer  <bmaurer@users.sourceforge.net>

* ObjectStateFormatter.cs: Fix bug when reading small ints.
Add some tracing so we can see what is going on.

svn path=/trunk/mcs/; revision=20343

20 years ago2003-11-22 Ben Maurer <bmaurer@users.sourceforge.net>
Ben Maurer [Sat, 22 Nov 2003 22:01:19 +0000 (22:01 -0000)]
2003-11-22 Ben Maurer  <bmaurer@users.sourceforge.net>

* Calendar.cs (SaveViewState):
    - We were allocating a 11 item array, we only used 10 items,
      so only allocate 10.
    - We only need to save the selected dates if there are any.
* DataGrid.cs (SaveViewState):
* DataGridColumn.cs (SaveViewState):
* DataGridColumnCollection.cs (SaveViewState):
    - Only return the array if there is anything in it
* Style.cs (SaveViewState):
    - Only save the bits if there were changes.
* WebControl.cs (SaveViewState), (LoadViewState):
    - Don't save Enabled into the viewstate here, we already
      do it in the property. This just caused *EVERY* control
      to have a non-null state, taking up lots of extra room
      in the ViewState.
    - The style will always be created with this control's
      viewstate, so the style will always return null for the
      viewstate. As such, we do not need to store it. We can
      also reduce the triplet to a pair because of this.

svn path=/trunk/mcs/; revision=20342

20 years ago * ValidationSummary.cs: Fix number of messages and message
Jackson Harper [Sat, 22 Nov 2003 21:48:27 +0000 (21:48 -0000)]
    * ValidationSummary.cs: Fix number of messages and message
          array computation.

svn path=/trunk/mcs/; revision=20341

20 years ago2003-11-22 Miguel de Icaza <miguel@ximian.com>
Miguel de Icaza [Sat, 22 Nov 2003 20:59:25 +0000 (20:59 -0000)]
2003-11-22  Miguel de Icaza  <miguel@ximian.com>

* driver.cs: Applied patch from gert.driesen@pandora.be (Gert Driesen)
which fixes the -warnaserror command line option.

svn path=/trunk/mcs/; revision=20339

20 years agoApply patch from Wojciech Polak <polak@gnu.org>, updates errno values
Miguel de Icaza [Sat, 22 Nov 2003 20:39:16 +0000 (20:39 -0000)]
Apply patch from Wojciech Polak <polak@gnu.org>, updates errno values

svn path=/trunk/mcs/; revision=20337

20 years ago2003-11-22 Carlos Guzman Alvarez <carlosga@telefonica.net>
Carlos Guzmán Álvarez [Sat, 22 Nov 2003 13:10:33 +0000 (13:10 -0000)]
2003-11-22 Carlos Guzman Alvarez <carlosga@telefonica.net>

* Changed line endings to unix format in SSL/TLS sources.

* Mono.Security.CryptographyoHMD5SHA1CryptoServiceProvider.cs:

    - Removed file (now it's called MD5SHA1.cs)

* Mono.Security.Protocol.Tls/TlsCipherSuiteFactory.cs:

    - Removed comments from AES ciphersuites.

svn path=/trunk/mcs/; revision=20335

20 years ago * OutputCacheModule.cs: Store a CachedVaryBy object for each
Jackson Harper [Sat, 22 Nov 2003 06:53:51 +0000 (06:53 -0000)]
    * OutputCacheModule.cs: Store a CachedVaryBy object for each
cached page. Then store a CachedRawResponse for each combination
of varried parameters for a page.
* CachedRawResponse.cs: Do not need to store param values anymore
those are stored in the CachedVaryBy now. Get the content length
so we dont send back the entire buffer.
* CachedVaryBy.cs: New file - holds the varyby data for a page,
and a method to generate a key based on params. Right now this
only works with VaryByParams. TODO: support VaryByHeaders and
VaryByCustom.

svn path=/trunk/mcs/; revision=20334

20 years ago * OutputCacheModule.cs: Store a CachedVaryBy object for each
Jackson Harper [Sat, 22 Nov 2003 06:53:51 +0000 (06:53 -0000)]
    * OutputCacheModule.cs: Store a CachedVaryBy object for each
cached page. Then store a CachedRawResponse for each combination
of varried parameters for a page.
* CachedRawResponse.cs: Do not need to store param values anymore
those are stored in the CachedVaryBy now. Get the content length
so we dont send back the entire buffer.
* CachedVaryBy.cs: New file - holds the varyby data for a page,
and a method to generate a key based on params. Right now this
only works with VaryByParams. TODO: support VaryByHeaders and
VaryByCustom.

svn path=/trunk/mcs/; revision=20333

20 years ago * System.web.dll.sources: Add CachedVaryBy.cs to the build
Jackson Harper [Sat, 22 Nov 2003 06:53:03 +0000 (06:53 -0000)]
    * System.web.dll.sources: Add CachedVaryBy.cs to the build

svn path=/trunk/mcs/; revision=20332

20 years ago * HttpResponse.cs: When caching data set the content length in the
Jackson Harper [Sat, 22 Nov 2003 06:52:22 +0000 (06:52 -0000)]
    * HttpResponse.cs: When caching data set the content length in the
cached repsonse so that only that amount will be written back to
the client. Add method to write a range of binary data.
* HttpCacheVaryByParams.cs: Add method to retrieve param
names.

svn path=/trunk/mcs/; revision=20331

20 years ago * Page.cs: Set vary by params when cache location is Server.
Jackson Harper [Sat, 22 Nov 2003 06:50:21 +0000 (06:50 -0000)]
    * Page.cs: Set vary by params when cache location is Server.

svn path=/trunk/mcs/; revision=20330

20 years ago2003-11-21 Ben Maurer <bmaurer@users.sourceforge.net>
Ben Maurer [Sat, 22 Nov 2003 04:31:31 +0000 (04:31 -0000)]
2003-11-21 Ben Maurer  <bmaurer@users.sourceforge.net>

* ObjectStateFormatter.cs: v2 file. In v1.x this will be
internal as LosFormatter will eventually use it to save
the view state.

svn path=/trunk/mcs/; revision=20329

20 years ago2003-11-22 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
Atsushi Eno [Sat, 22 Nov 2003 02:54:34 +0000 (02:54 -0000)]
2003-11-22  Atsushi Enomoto  <ginga@kit.hi-ho.ne.jp>

* XmlTextReader.cs : Fixed ReadInnerXml(). This fixes bug #51267.

svn path=/trunk/mcs/; revision=20328

20 years ago2003-11-21 Miguel de Icaza <miguel@ximian.com>
Miguel de Icaza [Sat, 22 Nov 2003 02:52:16 +0000 (02:52 -0000)]
2003-11-21  Miguel de Icaza  <miguel@ximian.com>

* cfold.cs (DoNumericPromotions): During constant folding of
additions on UIntConstant, special case intconstants with
IntConstants like we do on the expression binary operator.

svn path=/trunk/mcs/; revision=20327

20 years ago2003-11-22 Pedro Mart�nez Juli� <yoros@wanadoo.es>
Pedro Martínez Juliá [Fri, 21 Nov 2003 23:08:09 +0000 (23:08 -0000)]
2003-11-22  Pedro Mart�nez Juli�  <yoros@wanadoo.es>

    * Npgsql/NpgsqlClosedState.cs:
    * Npgsql/NpgsqlConnectedState.cs:
    * Npgsql/NpgsqlConnection.cs:
    * Npgsql/NpgsqlReadyState.cs:
    * Npgsql/NpgsqlState.cs: Changes related to the last update of SSL
    implementation. Now we're using TcpClient for the connection and
    Stream for the abstraction layer to SslClientStream.

svn path=/trunk/mcs/; revision=20325

20 years ago2003-11-21 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
Atsushi Eno [Fri, 21 Nov 2003 19:21:24 +0000 (19:21 -0000)]
2003-11-21 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

* Compiler.cs : Modified decimal-format comparison code.
* Outputter.cs,
  TextOutputter.cs,
  GenericOutputter.cs : Added WriteState. Now WriteStartDocument() will
  be called only when required.
* HtmlEmitter.cs : Improved indentation stuff.
* XslDecimalFormat.cs : Added incomplete implementation of
  CheckSameAs() and FormatNumber().
* XslStylesheet.cs,
  XslTransformProcessor.cs : Changed XslStylesheet.StylesheetNamespaces
  from StringDictionary to ArrayList of QName (to keep order).

svn path=/trunk/mcs/; revision=20323

20 years ago2003-11-21 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
Atsushi Eno [Fri, 21 Nov 2003 19:20:35 +0000 (19:20 -0000)]
2003-11-21 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

* XslAttribute.cs : Name verification.
* XslElement.cs : Name verification. Consider IsEmptyElement.
* XslCopy.cs : copy namespace nodes too.

svn path=/trunk/mcs/; revision=20322

20 years ago2003-11-21 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
Atsushi Eno [Fri, 21 Nov 2003 19:19:54 +0000 (19:19 -0000)]
2003-11-21  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

* ManagedXslTransform.cs : Now WriteStartDocument() is moved internal to
  GenericOutputter.

svn path=/trunk/mcs/; revision=20321

20 years ago * context-static.cs: new test for ContextStaticAttribute.
Lluis Sanchez [Fri, 21 Nov 2003 18:43:49 +0000 (18:43 -0000)]
* context-static.cs: new test for ContextStaticAttribute.
* Makefile.am: added context-static.cs.

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

20 years agoContext.cs: Added internal static_data field.
Lluis Sanchez [Fri, 21 Nov 2003 18:39:12 +0000 (18:39 -0000)]
Context.cs: Added internal static_data field.

svn path=/trunk/mcs/; revision=20318

20 years ago* jit-icalls.c, mini.c: Added support for context static fields.
Lluis Sanchez [Fri, 21 Nov 2003 18:37:19 +0000 (18:37 -0000)]
* jit-icalls.c, mini.c: Added support for context static fields.

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

20 years ago* interp.c: Added support for context static fields.
Lluis Sanchez [Fri, 21 Nov 2003 18:36:44 +0000 (18:36 -0000)]
* interp.c: Added support for context static fields.

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

20 years ago * appdomain.h: Added support for context static fields. Added static_data
Lluis Sanchez [Fri, 21 Nov 2003 18:36:17 +0000 (18:36 -0000)]
* appdomain.h: Added support for context static fields. Added static_data
  field to MonoAppContext and renamed thread_static_fields to a more
  generic special_static_fields in MonoAppDomain, since it can now contain
  context static fields.
* domain.c: Updated hashtable name.
* object.c: Replaced field_is_thread_static() for a more generic
  field_is_special_static() which also checks for context static attribute.
  In mono_class_vtable(), added support for static context fields.
* threads.c: Changed methods that manage thread static fields to more
  generic methods so they can be reused both for thread and context static
  data.
* threads.h: Declared some new methods.

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

20 years ago2003-11-21 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
Andreas N [Fri, 21 Nov 2003 17:16:08 +0000 (17:16 -0000)]
2003-11-21  Andreas Nahr <ClassDevelopment@A-SoftTech.com>

* System.Web.dll.sources: added XmlBuilder.cs

svn path=/trunk/mcs/; revision=20314

20 years ago2003-11-21 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
Andreas N [Fri, 21 Nov 2003 17:15:45 +0000 (17:15 -0000)]
2003-11-21  Andreas Nahr <ClassDevelopment@A-SoftTech.com>

* Xml.cs: Corrected attribute
* XmlBuilder.cs: Added

svn path=/trunk/mcs/; revision=20313

20 years ago * BinaryFormatter.cs, MessageFormatter.cs, ObjectReader.cs: Added support
Lluis Sanchez [Fri, 21 Nov 2003 16:57:11 +0000 (16:57 -0000)]
* BinaryFormatter.cs, MessageFormatter.cs, ObjectReader.cs: Added support
  for TypeFilter property.

svn path=/trunk/mcs/; revision=20312

20 years ago * FormatterServices.cs: Added CheckTypeSecurity() and
Lluis Sanchez [Fri, 21 Nov 2003 16:54:15 +0000 (16:54 -0000)]
* FormatterServices.cs: Added CheckTypeSecurity() and
  GetSafeUninitializedObject().

svn path=/trunk/mcs/; revision=20311

20 years agoSoapFormatter.cs: Added FilterLevel property.
Lluis Sanchez [Fri, 21 Nov 2003 16:48:27 +0000 (16:48 -0000)]
SoapFormatter.cs: Added FilterLevel property.

svn path=/trunk/mcs/; revision=20310

20 years ago * BinaryClientFormatterSinkProvider.cs, BinaryServerFormatterSinkProvider.cs,
Lluis Sanchez [Fri, 21 Nov 2003 16:44:58 +0000 (16:44 -0000)]
* BinaryClientFormatterSinkProvider.cs, BinaryServerFormatterSinkProvider.cs,
  BinaryCore.cs, BinaryServerFormatterSinkProvider.cs,
  SoapClientFormatterSinkProvider.cs, SoapCore.cs,
  SoapServerFormatterSinkProvider.cs.cs: Added support for TypeFilterLevel
  property.

svn path=/trunk/mcs/; revision=20309

20 years ago2003-11-21 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Fri, 21 Nov 2003 16:33:34 +0000 (16:33 -0000)]
2003-11-21  Zoltan Varga  <vargaz@freemail.hu>

* MethodBase.cs (Invoke): Make this virtual under NET 1.2.

svn path=/trunk/mcs/; revision=20308

20 years ago2003-11-21 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Fri, 21 Nov 2003 16:31:56 +0000 (16:31 -0000)]
2003-11-21  Zoltan Varga  <vargaz@freemail.hu>

* reflection.h: Update after changes to the managed types.

* reflection.c (encode_custom_modifiers): New helper function.

* reflection.c (method_encode_signature): Emit custom modifiers.

* reflection.c (field_encode_signature): Emit custom modifiers.

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

20 years ago2003-11-21 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Fri, 21 Nov 2003 16:29:08 +0000 (16:29 -0000)]
2003-11-21  Zoltan Varga  <vargaz@freemail.hu>

* TypeBuilder.cs FieldBuilder.cs MethodBuilder.cs ConstructorBuilder.cs:  Add support for custom modifiers from NET 1.2.

svn path=/trunk/mcs/; revision=20306

20 years ago2003-11-21 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Fri, 21 Nov 2003 16:20:38 +0000 (16:20 -0000)]
2003-11-21  Zoltan Varga  <vargaz@freemail.hu>

* ILGenerator.cs: Remove unused abuilder member.

svn path=/trunk/mcs/; revision=20305

20 years ago2003-11-21 Pedro Mart�nez Juli� <yoros@wanadoo.es>
Pedro Martínez Juliá [Fri, 21 Nov 2003 15:57:35 +0000 (15:57 -0000)]
2003-11-21  Pedro Mart�nez Juli�  <yoros@wanadoo.es>

    * DataRow.cs: Detached row can be accesible (new rows from data
    table are detached). Closes but #51263.

svn path=/trunk/mcs/; revision=20304

20 years ago2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
Jean-Marc Andre [Fri, 21 Nov 2003 11:39:50 +0000 (11:39 -0000)]
2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.2003-11-21: Jean-Marc Andre <jeanmarc.andre@cpe.fr>
* SoapReader.cs:
Bug fixed. SerializationBinder.BindToType was not called
the right way in GetElementInfo() (switched assemblyName
and typeName). Will add a unit test in few days.

svn path=/trunk/mcs/; revision=20302

20 years ago* Added missing DashStyle property to Pen
Peter Dennis Bartok [Fri, 21 Nov 2003 11:26:09 +0000 (11:26 -0000)]
* Added missing DashStyle property to Pen

svn path=/trunk/mcs/; revision=20301

20 years ago* Fully implemented all DrawBorder3D methods on top of System.Drawing
Peter Dennis Bartok [Fri, 21 Nov 2003 11:08:18 +0000 (11:08 -0000)]
* Fully implemented all DrawBorder3D methods on top of System.Drawing
* Fully implemented all DrawBorder methods on top of System.Drawing
* Replaced the (apparently) broken double-based HLS/RGB formulas with faster integer versions
* Removed MonoTODO tags from verified and complete methods

svn path=/trunk/mcs/; revision=20300

20 years ago* Added enum for DrawFrameControlStates
Peter Dennis Bartok [Fri, 21 Nov 2003 10:45:51 +0000 (10:45 -0000)]
* Added enum for DrawFrameControlStates
* Renamed enum for DrawFrameControlTypes to avoid clash with DrawFrameControlStates

svn path=/trunk/mcs/; revision=20299

20 years ago2003-11-17 Carlos Guzm��n ��lvarez <carlosga@telefonica.net>
Carlos Guzmán Álvarez [Fri, 21 Nov 2003 08:35:12 +0000 (08:35 -0000)]
2003-11-17 Carlos Guzm��n ��lvarez  <carlosga@telefonica.net>

* Mono.Security.Protocol.Tls/SslClientStream.cs:

Removed ReadByte method, use innerStream.ReadByte() method instead.

2003-11-13 Carlos Guzm��n ��lvarez  <carlosga@telefonica.net>

* Added implementation of an SslClientStream class similar to the MS .NET Framework 1.2 documentation.

The next files are no more needed:

- TlsSession.cs

- TlsNetworkStream.cs

- TlsSocket.cs

- TlsSessionState.cs

The next files are renamed:

- TlsSessionSettings.cs -> TlsClientSettings.cs

- TlsSessionContext.cs -> TlsContext.cs

The next files are new:

- SslClientStream.cs ( the name is non definitive yet )

The next files where changed to reflect the new canges:

- TlsHandshakeMessage.cs

- TlsClientCertificate.cs

- TlsClientCertificateVerify.cs

- TlsClientFinished.cs

- TlsClientHello.cs

- TlsClientKeyExchange.cs

- TlsServerCertificate.cs

- TlsServerCertificateRequest.cs

- TlsServerFinished.cs

- TlsServerHello.cs

- TlsServerHelloDone.cs

- TlsServerKeyExchange.cs

- TlsAlert.cs

- TlsCloseNotifyAlert.cs

2003-11-12 Carlos Guzm��n ��lvarez  <carlosga@telefonica.net>

* Mono.Security.Protocol.Tls.Alerts/TlsAlert.cs:

- Changes for give full error message only in debug mode ( Thanks to Sebasti��n Pouliot. )

* Mono.Security.Protocol.Tls/TlsProtocol.cs:

- Renamed to SecurityProtocolType.cs ( for match .NET 1.2 )

* Mono.Security.Cryptography/MD5SHA1CryptoServiceProvider.cs:

- Renamed to MD5SHA1.cs ( Thanks to Sebasti��n Pouliot. )

* Mono.Security.Cryptography/TlsCompressionMethod.cs:

- Renamed to SecurityCompressionType.

* Mono.Security.Protocol.Tls/CipherAlgorithmType.cs:
* Mono.Security.Protocol.Tls/HashAlgorithmType.cs:
* Mono.Security.Protocol.Tls/ExchangeAlgorithmType.cs:

- New enumerations that matches .NET 1.2 definitions with some minor differences.

* Mono.Security.Protocol.Tls/CipherSuite.cs:
* Mono.Security.Protocol.Tls/TlsCipherSuite.cs:
* Mono.Security.Protocol.Tls/TlsSslCipherSuite.cs:
* Mono.Security.Protocol.Tls/TlsSessionContext.cs:

- Added changes for make use of new enumerations.

* Mono.Security.Protocol.Tls/TlsClientStream.cs:

- Added new informative properties that matches .NET 1.2 SslClientStream
( Not all the properties are implemented yet ).

2003-11-10 Carlos Guzm��n ��lvarez  <carlosga@telefonica.net>

* Mono.Security.Protocol.Tls.Alerts/TlsAlert.cs:

- Fixed invalid alert message.

* Mono.Security.Protocol.Tls/CipherSuite.cs:
* Mono.Security.Protocol.Tls/TlsSslCipherSuite.cs:
* Mono.Security.Cryptography/HMAC.cs:
* Mono.Security.Cryptography/MD5SHA1CryptoServiceProvider.cs:
* Mono.Security.Protocol.Tls.Handshake.Client/TlsClientCertificateVerify.cs:

- Changed ( Thanks to Sebasti��n Pouliot for his feedback )

SHA1CryptoServiceProvider sha = new SHA1CryptoServiceProvider();
MD5CryptoServiceProvider sha = new MD5CryptoServiceProvider();

to

HashAlgorithm sha = SHA1.Create();
HashAlgorithm md5 = MD5.Create();

2003-11-04 Carlos Guzm��n ��lvarez <carlosga@telefonica.net>

* Mono.Security.Protocol.Tls.Handshake.Client/TlsServerCertificate.cs:

- Commented server certificate signature verification.

* Mono.Security.Protocol.Tls/TlsServerSettings.cs:

- Renamed ServerCertificates property to Certificates.

svn path=/trunk/mcs/; revision=20298

20 years agoAdd to right place
Miguel de Icaza [Fri, 21 Nov 2003 03:00:34 +0000 (03:00 -0000)]
Add to right place

svn path=/trunk/mcs/; revision=20296

20 years ago2003-11-20 Ben Maurer <bmaurer@users.sourceforge.net>
Ben Maurer [Fri, 21 Nov 2003 02:26:12 +0000 (02:26 -0000)]
2003-11-20 Ben Maurer  <bmaurer@users.sourceforge.net>

* BigInteger.cs: Fix prob. prime test for small numbers (Pieter Philippaerts)

svn path=/trunk/mcs/; revision=20295

20 years ago2003-11-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Fri, 21 Nov 2003 00:27:18 +0000 (00:27 -0000)]
2003-11-21  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* SizeConverter.cs: fixed class signature and implemented some methods.

svn path=/trunk/mcs/; revision=20294

20 years agoadded httpRuntime section
Gonzalo Paniagua Javier [Fri, 21 Nov 2003 00:26:41 +0000 (00:26 -0000)]
added httpRuntime section

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

20 years ago2003-11-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Fri, 21 Nov 2003 00:26:33 +0000 (00:26 -0000)]
2003-11-21  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* System.CodeDom.Compiler/CodeGenerator.cs: fixed assembly level
attribute generation.

* Test/Microsoft.CSharp/CodeGeneratorFromCompileUnitTest.cs: don't
compare whitespace for assembly level attribute.

svn path=/trunk/mcs/; revision=20292

20 years ago2003-11-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Fri, 21 Nov 2003 00:26:20 +0000 (00:26 -0000)]
2003-11-21  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* System.Web.dll.sources: added new files.

* System.Web/HttpApplication.cs:
* System.Web/HttpContext.cs:
* System.Web/HttpRuntime.cs: add timeout handling.
* System.Web/TimeoutManager.cs: new class that takes care of aborting
threads on timeout.

* System.Web.Configuration/CompilationConfiguration.cs: don't throw
an HttpException.
* System.Web.Configuration/HttpRuntimeConfig.cs:
* System.Web.Configuration/HttpRuntimeConfigurationHandler.cs: handle
system.web/httpRuntime configuration section.

* System.Web.UI/PersistChildrenAttribute.cs:
* System.Web.UI/PersistenceModeAttribute.cs: implemented.

* System.Web.UI/TODO: Removed file.
* System.Web.UI/OutputCacheLocation.cs:
* System.Web.UI/TemplateControlParser.cs:
* System.Web.UI.HtmlControls/HtmlInputFile.cs:
* System.Web.UI.WebControls/Xml.cs: class status based fixes.

svn path=/trunk/mcs/; revision=20291

20 years agoDb2 mapping
Miguel de Icaza [Thu, 20 Nov 2003 22:00:00 +0000 (22:00 -0000)]
Db2 mapping

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

20 years agoApplied patch from Victor Vatamanescu that adds Db2Client API
Miguel de Icaza [Thu, 20 Nov 2003 21:58:34 +0000 (21:58 -0000)]
Applied patch from Victor Vatamanescu that adds Db2Client API

svn path=/trunk/mcs/; revision=20283

20 years agoAdd new tests from Juraj
Miguel de Icaza [Thu, 20 Nov 2003 21:17:58 +0000 (21:17 -0000)]
Add new tests from Juraj

svn path=/trunk/mcs/; revision=20280

20 years ago2003-11-20 Juraj Skripsky <js@hotfeet.ch>
Miguel de Icaza [Thu, 20 Nov 2003 21:14:28 +0000 (21:14 -0000)]
2003-11-20  Juraj Skripsky <js@hotfeet.ch>

* quicksearch.cs: Use a hashtable instead of an array for the
shift table to improve the memory usage.

svn path=/trunk/mcs/; revision=20279

20 years agoUpdate
Miguel de Icaza [Thu, 20 Nov 2003 18:19:29 +0000 (18:19 -0000)]
Update

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

20 years ago * Mono.Data.Tds/TdsMetaParameter.cs: Fixed Prepare to allow string
Jackson Harper [Thu, 20 Nov 2003 18:12:00 +0000 (18:12 -0000)]
    * Mono.Data.Tds/TdsMetaParameter.cs: Fixed Prepare to allow string
and binary parameters with Length == 0

svn path=/trunk/mcs/; revision=20277

20 years ago * SqlConnection (SetDefaultConnectionParameters):
Jackson Harper [Thu, 20 Nov 2003 18:06:59 +0000 (18:06 -0000)]
    * SqlConnection (SetDefaultConnectionParameters):
Changed default value of WORKSTATION ID to reflect real
host name instead of "localhost".

svn path=/trunk/mcs/; revision=20276

20 years ago2003-11-20 Dick Porter <dick@ximian.com>
Dick Porter [Thu, 20 Nov 2003 15:46:50 +0000 (15:46 -0000)]
2003-11-20  Dick Porter  <dick@ximian.com>

* io.c: Missed a little-endian UTF16 conversion.  Patch from
Jeroen Zwartepoorte (Jeroen@xs4all.nl), fixes bug 51065.

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

20 years agoReverting the previous change to sockets.h, because config.h should not
Dick Porter [Thu, 20 Nov 2003 12:03:23 +0000 (12:03 -0000)]
Reverting the previous change to sockets.h, because config.h should not
be included in an installed header.  locales.h was also including it.

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

20 years ago * data/machine.config: Add OutputCacheModule
Jackson Harper [Thu, 20 Nov 2003 11:53:37 +0000 (11:53 -0000)]
    * data/machine.config: Add OutputCacheModule

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

20 years ago * Cache.cs: New method so non public cache items can be added.
Jackson Harper [Thu, 20 Nov 2003 11:50:24 +0000 (11:50 -0000)]
    * Cache.cs: New method so non public cache items can be added.
* CachedRawResponse.cs: New file - A snapshot of a response that
is stored in the cache and can be used to create a new response.
* OutputCacheModule.cs: Module for inserting and retrieving
responses from the cache.

svn path=/trunk/mcs/; revision=20272

20 years agoPrevious change breaks autoconf 2.13
Dick Porter [Thu, 20 Nov 2003 11:49:21 +0000 (11:49 -0000)]
Previous change breaks autoconf 2.13

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

20 years ago * System.web.dll.sources: add OutputCacheModule.cs and
Jackson Harper [Thu, 20 Nov 2003 11:49:19 +0000 (11:49 -0000)]
    * System.web.dll.sources: add OutputCacheModule.cs and
CachedRawResponse.cs to the build.

svn path=/trunk/mcs/; revision=20270

20 years ago * Page.cs: Always set the cache expire time. Tell the response to
Jackson Harper [Thu, 20 Nov 2003 11:48:55 +0000 (11:48 -0000)]
    * Page.cs: Always set the cache expire time. Tell the response to
cache itself for server side cached pages.

svn path=/trunk/mcs/; revision=20269

20 years ago * HttpWriter.cs: Use a constant for the buffer size so the cache
Jackson Harper [Thu, 20 Nov 2003 11:48:18 +0000 (11:48 -0000)]
    * HttpWriter.cs: Use a constant for the buffer size so the cache
can get the buffer size. Add method to get the buffer.
* HttpResponse.cs: Methods for getting data to cache, and setting
vars from the cache.
* HttpCachePolicy.cs: Expose a pages cache expire time.

svn path=/trunk/mcs/; revision=20268

20 years ago * Control.cs: Remove ResolveBaseUrl. ResolveUrl does the same
Jackson Harper [Thu, 20 Nov 2003 11:30:38 +0000 (11:30 -0000)]
    * Control.cs: Remove ResolveBaseUrl. ResolveUrl does the same
thing, some corner cases still need work though. Was this the
shortest lived method in the history of mono?

svn path=/trunk/mcs/; revision=20267

20 years ago * HyperLink.cs: Use ResolveUrl instead of ResolveBaseUrl.
Jackson Harper [Thu, 20 Nov 2003 11:27:52 +0000 (11:27 -0000)]
    * HyperLink.cs: Use ResolveUrl instead of ResolveBaseUrl.

svn path=/trunk/mcs/; revision=20266

20 years ago * HyperLink.cs: Use ResolveBaseUrl so that ~/ is interpreted as
Jackson Harper [Thu, 20 Nov 2003 10:47:47 +0000 (10:47 -0000)]
    * HyperLink.cs: Use ResolveBaseUrl so that ~/ is interpreted as
teh applications base directory. This fixes bug #51092.

svn path=/trunk/mcs/; revision=20265

20 years ago * Control.cs: New method for resolving urls that use ~/ to denote
Jackson Harper [Thu, 20 Nov 2003 10:41:26 +0000 (10:41 -0000)]
    * Control.cs: New method for resolving urls that use ~/ to denote
the applications base directory.

svn path=/trunk/mcs/; revision=20264

20 years ago2003-11-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Thu, 20 Nov 2003 08:03:06 +0000 (08:03 -0000)]
2003-11-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* TemplateControlCompiler.cs: support for expressions of
System.Drawing.Size type. Allow getting Color from comma separated
numbers, which is not allowed by ColorConverter.

This makes http://www.codeproject.com/aspnet/asppopup.asp work.

svn path=/trunk/mcs/; revision=20263

20 years ago * TemplateParser.cs: Fix typo in error message.
Jackson Harper [Thu, 20 Nov 2003 06:12:54 +0000 (06:12 -0000)]
    * TemplateParser.cs: Fix typo in error message.

svn path=/trunk/mcs/; revision=20262

20 years ago2003-11-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Thu, 20 Nov 2003 06:11:16 +0000 (06:11 -0000)]
2003-11-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* HttpSoapWebServiceHandler.cs: WebException is ok here for wrong
content encoding...
* SoapHttpClientProtocol.cs: ... but here, we should throw an
InvalidOperationException including the full response.

* WebServiceHelper.cs:
(GetContentEncoding): now fills an output variable with the name of the
content encoding used.
(InvalidOperation): new method to build the message for
InvalidOperationException.

svn path=/trunk/mcs/; revision=20261

20 years agoAddding remarks to ChangeLog
Eran Domb [Thu, 20 Nov 2003 05:48:29 +0000 (05:48 -0000)]
Addding remarks to  ChangeLog

svn path=/trunk/mcs/; revision=20260

20 years ago XmlTextWriter.cs (WriteStartAttribute) : Check if the ket already exists in the...
Eran Domb [Thu, 20 Nov 2003 05:46:17 +0000 (05:46 -0000)]
XmlTextWriter.cs (WriteStartAttribute) : Check if the ket already exists in the newAttributeNamespaces table
  before trying to add it to the table.

svn path=/trunk/mcs/; revision=20259

20 years ago2003-11-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Thu, 20 Nov 2003 05:19:25 +0000 (05:19 -0000)]
2003-11-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* SoapHttpClientProtocol.cs:
* WebServiceHelper.cs: throw a WebException instead of an Exception.
Fixes bug #51193.

svn path=/trunk/mcs/; revision=20258

20 years ago2003-11-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Thu, 20 Nov 2003 04:36:08 +0000 (04:36 -0000)]
2003-11-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* MailMessageWrapper.cs: fixed typo that made all messages be sent as
html, even when the body is marked as text. Path by Mohammad DAMT.
Closes bug #51177.

svn path=/trunk/mcs/; revision=20256

20 years agoFix
Miguel de Icaza [Thu, 20 Nov 2003 02:09:11 +0000 (02:09 -0000)]
Fix

svn path=/trunk/mcs/; revision=20255

20 years agoAdd empty file
Miguel de Icaza [Thu, 20 Nov 2003 00:36:41 +0000 (00:36 -0000)]
Add empty file

svn path=/trunk/mcs/; revision=20252

20 years ago2003-11-19 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
Andreas N [Wed, 19 Nov 2003 22:35:16 +0000 (22:35 -0000)]
2003-11-19  Andreas Nahr <ClassDevelopment@A-SoftTech.com>

* OpCodes.cs: Remove Boxval for v1.1+

svn path=/trunk/mcs/; revision=20250

20 years ago2003-11-19 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
Andreas N [Wed, 19 Nov 2003 22:25:50 +0000 (22:25 -0000)]
2003-11-19  Andreas Nahr <ClassDevelopment@A-SoftTech.com>

* OpCodes.cs: Small rearrange to fix csc compiler warning about obsolete member used

svn path=/trunk/mcs/; revision=20249

20 years ago2003-11-19 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
Andreas N [Wed, 19 Nov 2003 22:24:24 +0000 (22:24 -0000)]
2003-11-19  Andreas Nahr <ClassDevelopment@A-SoftTech.com>

* FloatingPointFormatter.cs: Removed some unused variables to prevent csc compiler warnings

svn path=/trunk/mcs/; revision=20248

20 years agodetect socklen_t in configure.in, and only define it in sockets.h if we
pteich [Wed, 19 Nov 2003 22:05:45 +0000 (22:05 -0000)]
detect socklen_t in configure.in, and only define it in sockets.h if we
really need it (OSX Panther fix)

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

20 years agoFlush
Miguel de Icaza [Wed, 19 Nov 2003 21:35:16 +0000 (21:35 -0000)]
Flush

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

20 years agoSignature fixes
Miguel de Icaza [Wed, 19 Nov 2003 19:55:48 +0000 (19:55 -0000)]
Signature fixes

svn path=/trunk/mcs/; revision=20245

20 years agoFlush
Miguel de Icaza [Wed, 19 Nov 2003 19:42:16 +0000 (19:42 -0000)]
Flush

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

20 years agoSignature fixes
Miguel de Icaza [Wed, 19 Nov 2003 19:41:41 +0000 (19:41 -0000)]
Signature fixes

svn path=/trunk/mcs/; revision=20243

20 years ago2003-11-19 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
Atsushi Eno [Wed, 19 Nov 2003 19:11:32 +0000 (19:11 -0000)]
2003-11-19 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

* XsltCompiledContext.cs : XsltGenerateId.Evaluate() should consider
  node type (i.e. attribute and namespace). Removed extraneous Clone().
  Fixed XsltKey.Evaluate() to use MoveToNextAttribute to iterate attrs.

svn path=/trunk/mcs/; revision=20242

20 years ago2003-11-19 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
Atsushi Eno [Wed, 19 Nov 2003 19:10:51 +0000 (19:10 -0000)]
2003-11-19  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

* KeyPattern.cs : Matches() should iterate candidate keys to the end.

svn path=/trunk/mcs/; revision=20241

20 years ago2003-11-19 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
Atsushi Eno [Wed, 19 Nov 2003 19:09:56 +0000 (19:09 -0000)]
2003-11-19  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

* System.Xml.dll.sources: added XPathComparer.cs

svn path=/trunk/mcs/; revision=20240

20 years ago2003-11-19 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
Atsushi Eno [Wed, 19 Nov 2003 19:09:35 +0000 (19:09 -0000)]
2003-11-19  Atsushi Enomoto  <ginga@kit.hi-ho.ne.jp>

* Added XPathComparer.cs
* DefaultContext.cs : Fixed XPathFunctionId.Evaluate() to iterate base
  iterator correctly, and sort results.

svn path=/trunk/mcs/; revision=20239

20 years agoUnix file format + New test from Juraj Skripsky <js@hotfeet.ch>
Miguel de Icaza [Wed, 19 Nov 2003 18:03:00 +0000 (18:03 -0000)]
Unix file format + New test from Juraj Skripsky <js@hotfeet.ch>

svn path=/trunk/mcs/; revision=20237

20 years agoPatch from Juraj Skripsky <js@hotfeet.ch> that improves the conformance of
Miguel de Icaza [Wed, 19 Nov 2003 18:01:31 +0000 (18:01 -0000)]
Patch from Juraj Skripsky <js@hotfeet.ch> that improves the conformance of
the Uri class, it handles a few new cases:

Uri + "?var"
Uri + "#anchor"

svn path=/trunk/mcs/; revision=20236

20 years agoupdate docs
Miguel de Icaza [Wed, 19 Nov 2003 17:54:57 +0000 (17:54 -0000)]
update docs

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