千
千中元
Unregistered / Unconfirmed
GUEST, unregistred user!
BookManagerObjects 解决方案中共有四个Projects: BookManagerObjects,CustomerEditor,
EnterpriseObjects,TestApp.
其中CustomerEditor为一个Class Library,CustomerEditor project添加
对[red]BookManagerObjects项目[/red]和EnterpriseObjects
项目的引用,然后customerEditor Projects中添加一个用户控件CustomerEditor,并且
在用户控件CustomerEditor的代码列表的上部添加对这两个项目的命名空间输入声明的语句:
using EnterpriseObjects;
[red]using BookManagerObjects;[/red]
----出错得地方
F5,出现如标题所示的错误。百思不得其解,Class Library已经添加对BookManagerObjects
project的引用了呀
EnterpriseObjects,TestApp.
其中CustomerEditor为一个Class Library,CustomerEditor project添加
对[red]BookManagerObjects项目[/red]和EnterpriseObjects
项目的引用,然后customerEditor Projects中添加一个用户控件CustomerEditor,并且
在用户控件CustomerEditor的代码列表的上部添加对这两个项目的命名空间输入声明的语句:
using EnterpriseObjects;
[red]using BookManagerObjects;[/red]
----出错得地方
F5,出现如标题所示的错误。百思不得其解,Class Library已经添加对BookManagerObjects
project的引用了呀