如何正确使用DLL

时间:2021-08-07 19:31:43

I have a dll and with a custom control in wpf and it is related to some other projects and folders. so if I want to use the dll into another project, what all file need to use/Copy , and what should be the place I need to keep the resource folder of the dll. If it is in bin folder how should be the physical arrangement

我有一个DLL和wpf中的自定义控件,它与一些其他项目和文件夹相关。所以,如果我想将dll用于另一个项目,所有文件需要使用什么/复制,以及应该保留dll资源文件夹所需的位置。如果它在bin文件夹中应该如何进行物理排列

1 个解决方案

#1


-2  

If You want this dll should be shared accross multiple projects then all this dll into GAC.

如果你想要这个dll应该在多个项目*享,那么所有这些dll都会转换为GAC。

#1


-2  

If You want this dll should be shared accross multiple projects then all this dll into GAC.

如果你想要这个dll应该在多个项目*享,那么所有这些dll都会转换为GAC。