我在一个项目(myweb)下面增加了一个类库lib,我在项目(myweb)的一个窗体文件里面用 using lib,
怎么提示:The type or namespace name 'lib' could not be found (are you missing a using directive or an assembly reference?)
这是什么原因,刚接触c#,郁闷呀,望各位帮忙。
...全文
1783打赏收藏
关于命名空间问题
我在一个项目(myweb)下面增加了一个类库lib,我在项目(myweb)的一个窗体文件里面用 using lib, 怎么提示:The type or namespace name 'lib' could not be found (are you missing a using directive or an assembly reference?) 这是什么原因,刚接触c#,郁闷呀,望各位帮忙。