Regarding Default Namespace property of C# VSTO 2005 Outlook Addin

B

Bharathi

Hi,

I am developing Addin for outlook 2003 using C# VSTO 2005.

The Default Namespace property is always disbled.

If I need to change the default the namespace, then I need to open .csproj
in a notepad and change it..

<RootNamespace> </RootNamespace>

Is it the behavior of the VSTO Addin.

Regards,
Bharathi
 
Top