O
OHM \( One Handed Man \)
I have two assemblies with a different implementation of the same class Lets
say ns1 and ns1 with the class Widget.
I add the references to the project and put in aliases in each of the
properties for the libraries as w1 and w2 and before my using imports, I
put
extern alias w1;
extern alias w2;
Its fine until I try to compille and then I get the error.
cannot reference directories. Can someone tell me where Im going wrong here.
Thanks
say ns1 and ns1 with the class Widget.
I add the references to the project and put in aliases in each of the
properties for the libraries as w1 and w2 and before my using imports, I
put
extern alias w1;
extern alias w2;
Its fine until I try to compille and then I get the error.
cannot reference directories. Can someone tell me where Im going wrong here.
Thanks