Anatoly,
>You can repeat situation very easy.
Unfortunately I can't, since I don't have any machine with only VS.NET
2002 on it.
>To adds menu items to enviroment and installer calls C# code from our AddIn:
>
>dte=new DTEClass();
>
>and throw exception:
>"COM object with CLSID {3C9CFE1E-389F-4118-9FAD-365385190329} is either not
>valid or not registered."
>
>This CLSID is for DTEClass which is registered by VS.NET 2003
Have you verified that the DTE class is properly registered on the
machine? Do you have a key
HKEY_CLASSES_ROOT\CLSID\{3C9CFE1E-389F-4118-9FAD-365385190329}
on your system?
Mattias
--
Mattias Sjögren [MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/
Please reply only to the newsgroup.