Add a more functional (i.e. fewer-stubs) implementation of System.Data.Linq.
[mono.git] / mcs / class / corlib / System.Runtime.Remoting / ActivatedClientTypeEntry.cs
index bba8463641d7559a09da94bc2fbda03db0e82f91..071f6d6c0e850a8ae56e705f12733c272c600ff2 100644 (file)
@@ -36,6 +36,9 @@ using System.Runtime.Remoting.Contexts;
 
 namespace System.Runtime.Remoting {
 
+#if NET_2_0
+       [System.Runtime.InteropServices.ComVisible (true)]
+#endif
        public class ActivatedClientTypeEntry : TypeEntry
        {
                string applicationUrl;