From b49b5230b1ce7cf7d0bc5c6485caacd8056bc967 Mon Sep 17 00:00:00 2001 From: "Stephen D. Huston" Date: Tue, 17 Nov 2009 14:56:37 +0000 Subject: Apply patches to make WCF assemblies COM visible; resolves QPID-2204. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@881314 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/wcf/src/Apache/Qpid/AmqpTypes/Properties/AssemblyInfo.cs | 8 ++++---- qpid/wcf/src/Apache/Qpid/Channel/Properties/AssemblyInfo.cs | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/qpid/wcf/src/Apache/Qpid/AmqpTypes/Properties/AssemblyInfo.cs b/qpid/wcf/src/Apache/Qpid/AmqpTypes/Properties/AssemblyInfo.cs index 0bce6f9795..dffaee0d0d 100644 --- a/qpid/wcf/src/Apache/Qpid/AmqpTypes/Properties/AssemblyInfo.cs +++ b/qpid/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/qpid/wcf/src/Apache/Qpid/Channel/Properties/AssemblyInfo.cs b/qpid/wcf/src/Apache/Qpid/Channel/Properties/AssemblyInfo.cs index bc047d59b3..edd9a056a7 100644 --- a/qpid/wcf/src/Apache/Qpid/Channel/Properties/AssemblyInfo.cs +++ b/qpid/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")] -- cgit v1.2.1