名称空间未显示在其他Class文件中 [英] namespace not showing in other Class file

查看:67
本文介绍了名称空间未显示在其他Class文件中的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好,
我在项目中添加了三个类库.在每个类库中添加了一个类.我无法通过类库名称空间获得链接...命名空间不会再出现在其他类上.

Hi frnds,
I added three class Library to my Project .In that i added some class to every class Library.I am not able to get link over class library namespace...Namespace is not coming other class.

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using BAL;----Here BAL namespace is not showing

namespace DAL
{
    public class Class1
    {

    }
}

推荐答案

检查项目是否包含您的类库.
项目构建正确吗?
Check the project includes your class library.
Is the project built properly?


这篇关于名称空间未显示在其他Class文件中的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆