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
290
Unable to Install 2011.2 Version Free .dll Files in GAC
posted

I am trying to use the 2011.2 version free Windows form dll files.  I followed the directions at http://help.infragistics.com/Help/NetAdvantage/WinForms/2011.2/CLR2.0/html/Introduction_Using_Version_Free_Assemblies.html (although there is no C:\Program Files\Infragistics\NetAdvantage 2011.2\Windows Forms\Bin directory in 11.2 since the CLR2.0 and CLR4.0 subdirectories were added).  When I tried to add the assemblies to the GAC (by dragging the files to c:\Windows\assembly and using GacUtil.exe), the files could not be added.  As a result, when I tried to add a control to a form, it placed the control at the bottom of the form in the components section instead of adding it to the form. (http://forums.infragistics.com/forums/p/51009/269432.aspx)

Is there a reason why this is occurring?  Is there another step I need to do to successfully register the assemblies in the GAC for the 11.2 assemblies?

As a side note, I was able to use and register the 10.2 version free dll files after I was unable to install the 11.2 files.