X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FSystem.Runtime.Remoting%2FInternalRemotingServices.cs;h=65279a281afdd469a06082ade75e4b4d81847863;hb=b87c7e29df7d04e3199e224c8b8e9a41292cec1b;hp=33a8ea34ca970cf8e91336b15d3697140d413545;hpb=89d0ba3968d36576553e0f483b0c69465f94e8ae;p=mono.git diff --git a/mcs/class/corlib/System.Runtime.Remoting/InternalRemotingServices.cs b/mcs/class/corlib/System.Runtime.Remoting/InternalRemotingServices.cs index 33a8ea34ca9..65279a281af 100644 --- a/mcs/class/corlib/System.Runtime.Remoting/InternalRemotingServices.cs +++ b/mcs/class/corlib/System.Runtime.Remoting/InternalRemotingServices.cs @@ -39,6 +39,9 @@ using System.Runtime.Remoting.Messaging; namespace System.Runtime.Remoting { +#if NET_2_0 + [System.Runtime.InteropServices.ComVisible (true)] +#endif public class InternalRemotingServices { static Hashtable _soapAttributes = new Hashtable ();