I've been asked to embed the Infragistics DLLs into the executable if possible, including the following ones (so far). So far I can't get this to work. Is this possible / allowed?
Infragistics2.Win.v6.2.dllInfragistics2.Shared.v6.2.dllInfragistics2.Win.UltraWinTabControl.v6.2.dll
Thanks!
Hello Kpear,
There is no way to actually embed the dlls into the executable. However, if you right-click on the references in Solution Explorer, choose Properties, and set Copy Local to True, the dlls will be copied to the output directory whenever the solution is compiled.