I am adding a COMVisible(True) class to my project. In Visual Studio 2008, I am able to have the COM class active in the IDE editor and when I look at the properties tab it gives me the ' Attributes' option in the drop down box. However, when I do the same thing in Visual Studio 2010 the drop down box is empty. I have also tried right clicking on the class and going to properties with the same result.
In the mean time I am just adding:
<ComVisible(True)>
above the class declaration.
I have searched for this issue on Google, Bing, and MSDN and they are silent. Has anyone seen this before? Do I have a setting incorrect in my IDE?