DiscoveryReference.LoadExternals(System.Collections.Hashtable) has been
added in .Net Framewroks 2.0 as an abstract method, so you need to either
define it in the derived class or mark the derived class as abstract. It it
not marked as Obsolete, and even if it is marked obsolete(warning), it does
not mean you can get away with not implementing it in a derived class :)
Diganta Roy
Microsoft Visual J# .NET Product Team
--------------------
[quoted text, click to view] >Thread-Topic: LoadExternals(System.Collections.Hashtable) not found in
DiscoveryReference abstract class
>thread-index: AcQsM2IgZL7deJfURLeDI5g3AS8Byw==
>X-WN-Post: microsoft.public.dotnet.vjsharp
>From: =?Utf-8?B?TWFuaXNoYSBBZ2Fyd2Fs?=
<anonymous@discussions.microsoft.com>
>Subject: LoadExternals(System.Collections.Hashtable) not found in
DiscoveryReference abstract class
>Date: Tue, 27 Apr 2004 01:41:07 -0700
>Lines: 9
>Message-ID: <E79F729B-8066-4154-B2C8-2D5C4AAF4897@microsoft.com>
>MIME-Version: 1.0
>Content-Type: text/plain;
> charset="Utf-8"
>Content-Transfer-Encoding: 7bit
>X-Newsreader: Microsoft CDO for Windows 2000
>Content-Class: urn:content-classes:message
>Importance: normal
>Priority: normal
>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
>Newsgroups: microsoft.public.dotnet.vjsharp
>Path: cpmsftngxa10.phx.gbl
>Xref: cpmsftngxa10.phx.gbl microsoft.public.dotnet.vjsharp:5962
>NNTP-Posting-Host: tk2msftcmty1.phx.gbl 10.40.1.180
>X-Tomcat-NG: microsoft.public.dotnet.vjsharp
>
>Hello
Can anyone tell me about the member
LoadExternals(System.Collections.Hashtable) in DiscoveryReference as i am
getting an error in a class which is extending DiscoveryReference class .It
is saying it needs to be declared as abstract class or else define member
LoadExternals(System.Collections.Hashtable) .
I have read about another LoadExternal of some different class that it has
become obsolete in whidbey then if is it made obsolete why it is asking me
to declare it
Your early response is expected
Thank You ,
Manisha
[quoted text, click to view] >