发布ASP.NET项目 [英] Publishing ASP.NET Project

查看:70
本文介绍了发布ASP.NET项目的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在发布一个ASP.NET解决方案时遇到了麻烦,该解决方案包含4个项目,其中3个是类库。



说AB&C是库,D是我发布这个D项目的实际项目,只有D上传,但AB&C类库没有发布。



我做错了什么或需要什么要完成???

I am having trouble in publishing a ASP.NET solution which contents 4 projects out which 3 are class Libraries.

Say A B & C are libraries and D is my actually project when i publish this D project, only D is getting uploaded but A B & C class libraries are not getting published.

Am I doing anything wrong or What needs to be done???

推荐答案

清理解决方案并将A,B,C的所有引用添加到D.类似于AB C.现在构建Proj D.应该工作



一切顺利...... !!
Clean the solution and add all references of A,B, C to D. Similarly for A B C. Now build the Proj D. Should work

All the best...!!






您必须将类库引用添加到相应的项目,以便它可以将其转换为相应的DLL。请参阅此链接,逐步发布具有类库的应用程序。







使用类库创建Web应用程序项目 [ ^ ]

$ / b




希望有所帮助。
Hi,

You must to add the class library reference to the respective project so that it can convert it to respective DLL. Refer this link for step by step publishing the application having the class library.



Creating a Web Application Project with a Class Library[^]




Hope it helps.


这篇关于发布ASP.NET项目的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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