B
Ben
I have code in project (a) that is similar to the following;
///summary
/// Performs action Foo
///summary
public void Foo()
{
// code
}
Now, anywhere inside project (a) when I invoke class.Foo I see intellisense
that says 'Performs action Foo'. That's perfect! If I reference project
(a) from project (b) I lose the intellisense
I've tried everything I can
think of and I'm out of ideas. Well everything I can think of was output
xml in project (a)... I see the output is imported into project (b), but
project (b) still has zero intellisense short of method names, return types
and parameter names/types.
Please any help would be great!!!
Thanks,
Ben
///summary
/// Performs action Foo
///summary
public void Foo()
{
// code
}
Now, anywhere inside project (a) when I invoke class.Foo I see intellisense
that says 'Performs action Foo'. That's perfect! If I reference project
(a) from project (b) I lose the intellisense

think of and I'm out of ideas. Well everything I can think of was output
xml in project (a)... I see the output is imported into project (b), but
project (b) still has zero intellisense short of method names, return types
and parameter names/types.
Please any help would be great!!!
Thanks,
Ben