Dll不包含模型文件夹 [英] Dll doesn't include model folder

查看:96
本文介绍了Dll不包含模型文件夹的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我添加了参考TCSCloud.Domain.RepairOrder;到我的项目,它工作,但这个命名空间还包括模型文件夹,其中包含UPDATEREPAIR.cs,我的dll不访问模型文件夹,我想这样做TCSCloud.Domain.RepairOrder.Model;但实际上TCSCloud.Domain.RepairOrder包含Model文件夹时,它会抛出NOT found错误,为什么?



我通过VS2013使用Asp.net .net 4

i have added reference "TCSCloud.Domain.RepairOrder;" to my project , it worked but this namespace also Includes model folder which contains UPDATEREPAIR.cs , My dll doesn't access Model folder, i want to do like this TCSCloud.Domain.RepairOrder.Model; but it throws NOT found error while actually TCSCloud.Domain.RepairOrder contains Model folder, why ?

I am using Asp.net .net 4 via VS2013

推荐答案

它自然无法访问DLL中的文件夹,你只能访问里面的类和Funcion。
its natural you cannot access the folder within the DLL you can only access the class and Funcion inside.


这篇关于Dll不包含模型文件夹的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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