I'm trying to add new project subtype for cs project, using managed VSIP
package. Environment calls IVsAggretableProjectFactory.PreCreateForOuter on
my factory, then IVsAggregatableProject.SetInner on my project
implementation (I recive inner project) and then crashes. What I'm doing
wrong? Can anyone give an example on managed projects subtyping.
Thanks,
Peter
Rusty Deschenes [MS] - 28 Jul 2004 21:50 GMT
Hello Peter,
What language are you using?
Does your project class support aggregation?
What is your implementation of SetInner?
Rusty

Signature
--
Rusty Deschenes [MSFT]
This posting is provided "AS IS" with no warranties, and confers no rights.
> I'm trying to add new project subtype for cs project, using managed VSIP
> package. Environment calls IVsAggretableProjectFactory.PreCreateForOuter on
[quoted text clipped - 3 lines]
> Thanks,
> Peter