Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
90
Embed Infragistics DLLs into executable?
posted

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.dll
Infragistics2.Shared.v6.2.dll
Infragistics2.Win.UltraWinTabControl.v6.2.dll

Thanks!

Parents
No Data
Reply
  • 18495
    posted

    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.

Children
No Data