DLL没有在项目中加载为什么? [英] DLL not loading in project why ?

查看:66
本文介绍了DLL没有在项目中加载为什么?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

命名空间未找到错误,即使我添加了DLL引用到需要该dll的项目的引用,我已经应用了各种方式但无法修复它



在OrderManagement中.cs我正在使用

 使用 TcsCloud.Repository.RepairOrderManagement; 





i在TCS.Applcation的类中添加了

 TcsCloud.Repository.RepairOrderManagement.dll 

但它仍然会抛出NAMESPACE NOT FOUND ERROR



i清理,构建,重启VS 2013但没有任何帮助。



i我正在使用Asp.net C#在一个解决方案中有15个项目

解决方案

检查文件夹的引用部分。如果dll旁边有一个黄色感叹号,它仍然没有正确添加。



也许dll版本有问题或框架不同。

Namespace not found error even though i added DLL reference to references of project that needs that dll, i applied every way but couldn't fix it

In OrderManagement.cs i am using

using TcsCloud.Repository.RepairOrderManagement;



i added

TcsCloud.Repository.RepairOrderManagement.dll

in TCS.Applcation's class but still it throws NAMESPACE NOT FOUND ERROR

i cleaned, built, restarted VS 2013 but nothing helped.

i am using Asp.net C# having 15 projects in one solution

解决方案

Check the references section of the folder. If there is a yellow exclamation mark next to the dll, it is still not properly added.

Maybe the dll version has a problem or the framework is different.


这篇关于DLL没有在项目中加载为什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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