开发者

Do I need to install Microsoft Enterprise Library on client machine to run the application?

I am creating a stand alone application for a client and I am going to use Microsoft Enterprise Library. My question is do I need to install Microsoft Enterprise Library on client 开发者_如何学运维machine too for the application to work?

Thanks in advance for your replies.


No you shouldn't need to install it on the client machine, as long as you include the dependent DLLs with your installer.

If the references have "Copy Local" set to true, when you build your application, it will copy the DLLs to your output directory, and so it will not need them installed in the GAC.


You don't have to "install" it separately per se, you just have to copy the DLL to where your application's assembly is installed at. Depending on your settings, visual studio already does this for you.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜