IVsUIHierarchy in managed code

I'm working on a managed custom project type (in c#) with VSIP.
I must have my package to work with VS2003 and VS2005.

Right now, my package works well in VS2005 (beta2) but in VS2003, I have a few problems with the Project Properties window.
In a few places, I have read that I must implement a COM wrapper for my IVsUIHierarchy (or IVsHierarchy).

Unfortunately, I don't know how to do this.
Would someone be able to point me to an example or to a few tips about how to do it?

Thanks in advance.

[539 byte] By [jsl] at [2007-12-16]
# 1
This is a known issue in VS2003. The recommanded work around is to use native C++.

This has since been fixed in VS2005 which is why it is working in that case.

Rusty

RustyDeschenes at 2007-9-9 > top of Msdn Tech,Visual Studio,Visual Studio Extensibility...

Visual Studio

Site Classified