?
=?ISO-8859-15?Q?Henning_M=F6ller?=
I've got a solution with two projects. One of those (namespace
MyProject.A) is using a library (e.g. Gentle.Framework). The other
(namespace MyProject.B) is only using classes from MyProject.A.
When compiling the stuff, I get an error message saying that an assembly
reference to Gentle.Framework is needed in MyProject.B. Why is this? I
don't explicitly use anything from Gentle.Framework from within
MyProject.B. Shouldn't the idea of Packages be to hide information about
the implementation. Why has MyProject.B to link to Gentle.Framework just
because MyProejct.A uses that framework for its implementation?
TIA,
Henning.
MyProject.A) is using a library (e.g. Gentle.Framework). The other
(namespace MyProject.B) is only using classes from MyProject.A.
When compiling the stuff, I get an error message saying that an assembly
reference to Gentle.Framework is needed in MyProject.B. Why is this? I
don't explicitly use anything from Gentle.Framework from within
MyProject.B. Shouldn't the idea of Packages be to hide information about
the implementation. Why has MyProject.B to link to Gentle.Framework just
because MyProejct.A uses that framework for its implementation?
TIA,
Henning.