English 中文(简体)
采用Ap.net申请中的“dll”文档
原标题:Using .dll file in asp.net application
  • 时间:2011-10-17 04:46:17
  •  标签:
  • c#
  • asp.net

I m在网吧工作(网络应用)。 我不得不在我的网页上控制时间。 因此,我下载了时间。 dll file from some website. 我需要将这份小笔档案纳入我的项目。 谁也能够指导我?

问题回答

You would add it as a reference in the project. Right click on VS and add reference and browse to it.

在你档案中,有一份使用DLL名称空间的声明,然后,你应当能够瞬息万事。

http://www.un.org/Depts/DGACM/index_french.htm Bin 指令。

消耗包裹是典型的伙伴关系。 NET服务器控制,你必须补充提及批次(VS 演播室项目->参考资料-> 右-Click & Add Reference, Browse the dll file)。

下一步是,通过正确点击工具箱和选择控制,增加对工具箱的控制。 现在,你可以阻止对伙伴关系的控制。 NET 设计表面。 或者,你可以使用物体浏览器检查控制名称并使用





相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

How to Add script codes before the </body> tag ASP.NET

Heres the problem, In Masterpage, the google analytics code were pasted before the end of body tag. In ASPX page, I need to generate a script (google addItem tracker) using codebehind ClientScript ...

Transaction handling with TransactionScope

I am implementing Transaction using TransactionScope with the help this MSDN article http://msdn.microsoft.com/en-us/library/system.transactions.transactionscope.aspx I just want to confirm that is ...

System.Web.Mvc.Controller Initialize

i have the following base controller... public class BaseController : Controller { protected override void Initialize(System.Web.Routing.RequestContext requestContext) { if (...

Microsoft.Contracts namespace

For what it is necessary Microsoft.Contracts namespace in asp.net? I mean, in what cases I could write using Microsoft.Contracts;?

Separator line in ASP.NET

I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!

热门标签