dll1    ,class Adll2,   class B: dll1.A工程3 参照dll2
form1:load中写
B b=new B();编译不通过,错误 1 类型“dll1.A”在未被引用的程序集中定义。必须添加对程序集“dll1, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null”的引用。 C:\Documents and Settings\qa\桌面\TestDll\testdll\Form1.cs 21 13 testdll
貌似一定也要参照dll1这个dll,有点疑惑,照理说class B虽然继承A,但是它属于dll2啊