[Mono-list] Re: Problems with Mono's System.DirectoryServices

Sunil Kumar Sunilk@novell.com
Fri, 28 Nov 2003 01:00:36 -0700


Rhys,
     SearchResultCollection and SearchResult classes are still not
completed and they are in progress ,thats why I haven't included them in
the System.DirectoryServices.dll build. That is the reason these files
are not appearing in System.DirectoryServices.dll . I will be completing
them soon.

Regards,
Sunil

>>> Rhys Weatherley <rweather@zip.com.au> 11/28/2003 9:41:47 AM >>>
Hi Sunil,

I've been trying to get Mono's System.DirectoryServices to compile with

Portable.NET, and I've found a couple of problems.

First, the constructor for "SearchResultCollection" is declared as
"internal 
PropertyCollection()" (i.e. it has the wrong name).  The "SearchResult"
class 
refers to a type called "Properties" (line 45) that does not appear to
exist 
anywhere that I could find.

When I exclude these two classes from the build, it compiles fine.  I
note 
that the "System.DirectoryServices.dll.sources" file does not appear to

contain those two classes.

Was it a deliberate choice that those two classes were omitted from the
build, 
or merely an oversight?

Cheers,

Rhys.