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.
I have used gacutil to install the version free assemblies, but I'm still unable to use them with the designer in Visual Studio. Did you also uninstall the CLR2 and CLR4 versions?
Hello Balvanra,
According to my last reply on this thread I have additional information for you:
1.
c:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Bin\gacutil.exe
This Microsoft gacutil seems to recognize only assemblies up to 3.5. So it is expected to have an error message, since our Version Free assemblies are point out to the latest available CLR at the moment which is CLR4.0.
There are two GAC-s in your system as well. The one is under " C:\Windows\assembly" which have in it all of the assemblies up to 3.5 visible in it, and another one - "C:\Windows\Microsoft.NET\assembly" which currently contains the CLR 4.0 assemblies that your machine is using. 2.
c:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Bin\NETFX 4.0 Tools\gacutil.exe"
Hello Balvana,
I am still researching your issue with the gacutil. Regarding your second question - the version free assemblies are pointing out to the latest CLR version, so the they would be refering to this CLR. Regarding your third question - there won't be an issue having multiple versions in the GAC. I mean you could have 10.3, 11.1, 11.2 and they could be in the GAC and also your applications have to use just a single version and you could not have different versioned assemblies into a single application.
If you have any other questions please feel free to let us know.
Hello Pabradley2000,
I meant that you could do it using gacutil istead, so thank you for sharing your experience with the community.If you have any other questions please feel free to let us know.
As this thread has verified answer I do not know wether you noticed my post with following questions:
Which gacutil version should be used?
Will you supply Version-free libs for other versions of .NETFramework (currently only .NET 4)?
Is it possible to have more versions in GAC according to different application versions in versioning system?
Thx for reply.