c# - DLL property Copy to local -
in c# project have "uilanguage dll" located in separate folder in binary location, path dll probed in exe.config file of referenced application.
how prevent "dll" being set "copy local" property true when referenced in other projects?
a better way doing kind of stuff regiter dll gac.
there 2 way in u can place assembly gac.
using utility gacutil -i here should give complete path of dll
c:>gactutil -i c:\foldername\assemblyname\bin\assemblyname.dll
the second method u can drag .dll file bin folder of assembly , drop folder c:\winnt\assembly
here can see registering assembliy gac
http://msdn.microsoft.com/en-us/library/ex0ss12c%28v=vs.80%29.aspx
Comments
Post a Comment