all groups > vj# > april 2004 >
You're in the

vj#

group:

LoadExternals(System.Collections.Hashtable) not found in DiscoveryReference abstract class


LoadExternals(System.Collections.Hashtable) not found in DiscoveryReference abstract class Manisha Agarwal
4/27/2004 1:41:07 AM
vj#: Hell

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 i

Your early response is expecte

Thank You
RE: LoadExternals(System.Collections.Hashtable) not found in DiscoveryReference abstract class diganta.vjcr NO[at]SPAM online.microsoft.com
9/6/2004 5:23:12 AM
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]

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]
AddThis Social Bookmark Button