开发者

Add DLL in ASP NET Web Service

开发者 https://www.devze.com 2023-03-10 22:31 出处:网络
Today I added DLL in my ASP NET Web Service.I found two w开发者_如何转开发ays to add DLL. First one is - Right click on project << Add Reference << Browser << Select the DLL.

Today I added DLL in my ASP NET Web Service.I found two w开发者_如何转开发ays to add DLL.

First one is - Right click on project << Add Reference << Browser << Select the DLL.

Second one is - Right click on bin folder << Add Existing Item << Select the DLL.

Both are working fine.So now my question is "Is there any difference between both ways?"

If yes then please do reply.

Thanks in advance.

Regards, Mohit Kumar.


you forgot the 3rd one...

Drag the dll directly into your BIN fodler :)

They all the same, though I suggest the "correct way", add your Libraries through Add Reference Menu

0

精彩评论

暂无评论...
验证码 换一张
取 消