如何在ASP.NET Web应用程序项目中添加dll

问题描述:

在Web应用程序中添加dll是必需的。我尝试通过浏览该DLL添加引用。但是,我得到了以下错误:



---------------------------

Microsoft Visual Studio

---------------------------

无法添加对... \ ABCC.dll的引用。请确保该文件是可访问的,并且它是有效的程序集或COM组件。

---------------------- -----

OK

---------------------------



如何做到这一点。

A dll is required to add in web application. I try to add reference by browsing that dll. But, I got below error:

---------------------------
Microsoft Visual Studio
---------------------------
A reference to '...\ABC.dll' could not be added. Please make sure that the file is accessible, and that it is a valid assembly or COM component.
---------------------------
OK
---------------------------

How can I do this.

通过这个链接,类似的面临。

http://*.com/questions/7080447/i-want-a-solution-for-this-please-make-sure-that-the-file-is-accessible-and-th [ ^ ]
Go through this link, similar was faced.
http://*.com/questions/7080447/i-want-a-solution-for-this-please-make-sure-that-the-file-is-accessible-and-th[^]