X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FSystem.Runtime.Remoting%2FActivatedClientTypeEntry.cs;h=071f6d6c0e850a8ae56e705f12733c272c600ff2;hb=b87c7e29df7d04e3199e224c8b8e9a41292cec1b;hp=bba8463641d7559a09da94bc2fbda03db0e82f91;hpb=64f85a65b023522d3f34e9932e6a843e0ad8fc3b;p=mono.git diff --git a/mcs/class/corlib/System.Runtime.Remoting/ActivatedClientTypeEntry.cs b/mcs/class/corlib/System.Runtime.Remoting/ActivatedClientTypeEntry.cs index bba8463641d..071f6d6c0e8 100644 --- a/mcs/class/corlib/System.Runtime.Remoting/ActivatedClientTypeEntry.cs +++ b/mcs/class/corlib/System.Runtime.Remoting/ActivatedClientTypeEntry.cs @@ -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;