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
20
Using Infragistics in Design Time Without GAC
posted

Hi,

I'm trying to use Infragistics controls without installing them to the GAC.

I tried adding the assemblies to the file machine.config, so that VS could find them, but for some reason VS loads each assembly twice, which causes some problems.

Is there a way to do that?

 

Thanks!

  • 20872
    Offline posted

    Hello,

    I am not sure why you need to use the machine.config file. What you need to do if you would like to run the application and the assemblies are not in the GAC, you should have all the required assemblies in the "bin" folder of your application and once you open it, right click at the "References" and "Add Referece..." once the dialog is opened just choose the desired assemblies from the "bin" folder from your application, build and run it.

    Please let us know if you need any additional assistance.