diff options
| -rw-r--r-- | wcf/src/Apache/Qpid/AmqpTypes/Properties/AssemblyInfo.cs | 8 | ||||
| -rw-r--r-- | wcf/src/Apache/Qpid/Channel/Properties/AssemblyInfo.cs | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/wcf/src/Apache/Qpid/AmqpTypes/Properties/AssemblyInfo.cs b/wcf/src/Apache/Qpid/AmqpTypes/Properties/AssemblyInfo.cs index 0bce6f9795..dffaee0d0d 100644 --- a/wcf/src/Apache/Qpid/AmqpTypes/Properties/AssemblyInfo.cs +++ b/wcf/src/Apache/Qpid/AmqpTypes/Properties/AssemblyInfo.cs @@ -33,10 +33,10 @@ using System.Runtime.InteropServices; [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] +// Setting ComVisible to true makes the types in this assembly visible +// to COM components. This is required for this to be used by an +// Excel RTD component. +[assembly: ComVisible(true)] // The following GUID is for the ID of the typelib if this project is exposed to COM [assembly: Guid("79b8b5d9-047d-4f3b-8610-7fe112ce6416")] diff --git a/wcf/src/Apache/Qpid/Channel/Properties/AssemblyInfo.cs b/wcf/src/Apache/Qpid/Channel/Properties/AssemblyInfo.cs index bc047d59b3..edd9a056a7 100644 --- a/wcf/src/Apache/Qpid/Channel/Properties/AssemblyInfo.cs +++ b/wcf/src/Apache/Qpid/Channel/Properties/AssemblyInfo.cs @@ -33,10 +33,10 @@ using System.Runtime.InteropServices; [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] +// Setting ComVisible to true makes the types in this assembly visible +// to COM components. This is required for this to be used by an +// Excel RTD component. +[assembly: ComVisible(true)] // The following GUID is for the ID of the typelib if this project is exposed to COM [assembly: Guid("ac02bbb0-2c19-43fb-a36c-b1b0a50eaf1a")] |
