Add a more functional (i.e. fewer-stubs) implementation of System.Data.Linq.
[mono.git] / mcs / class / corlib / System.Runtime.Remoting / InternalRemotingServices.cs
index 33a8ea34ca970cf8e91336b15d3697140d413545..65279a281afdd469a06082ade75e4b4d81847863 100644 (file)
@@ -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 ();