WinForms .Net 2 - Updated from 10.3 to 10.3 SR Sept 18 2011.
Now when creating a product release using the 10. SR Version Free Signed DLLs, the following two DLLs indicate the .Net 2.0 environment is insufficient when adding them as a reference.
* Infragistics.Excel.dll
* Infragistics.Win.UltraWinGrid.ExcelExport.dll
All other .Net 2 DLLs reference fine, and the development DLLs still work like the Infragistics2.Excel.v10.3.dll.
Please let me know if I am missing something or if there is an explanation and solution to this. I've also tried using the 2011.1 .Net 2 DLLs and received the same warning.
Thanks, Stan
Thank you both. I'll stick with WinForms 10.3 without the service pack to remain with wider platform Dot Net 2.
Much appreciated, Stan.
The version free assemblies are built using the latest version available for that library. With most of the 10.3 WinForms assemblies, this is the CLR 2.0 version. But for the two assemblies you have listed, they are built with CLR 3.0. The reason for this is that CLR 3.0 introduces some zipping support which is needed to read/write Excel 2007 files in the Infragistics.Excel library. Since the Infragistics.Win.UltraWinGrid.ExcelExport uses the Excel library, it also needs to have a CLR 3.0 version. If you would like to keep using the CLR 2.0 version, you will need to switch back to using the versioned assemblies.
Hello Stan,
I tried to reproduce your scenario and was not able to get such warnings. Please take a look at my sample. Also, the following information might have something to do with your issues: http://help.infragistics.com/Help/NetAdvantage/WinForms/2011.2/CLR2.0/html/Win_Breaking_Changes_in_2011_Volume_1.html.
Feel free to let me know if I misunderstood you or if you have any other questions.