views:

81

answers:

2

Hi I am using infragistic version 8.1 in my project .. I heard that now the latest version availble is 2010.. i just want to know that if i use infragistic 2010 in my project will it be compatible, because in my project im using .net 2.0..if i upgrade what will be the compatibility..

thank you

A: 

The Infragistics controls in 2010.1 and 2010.2 are still compiled against .NET Framework 2.0. So you don't need to worry about that.

You should worry about breaking changes they have made (I can remember one in UltraCombo regarding the AutoComplete, where the old property was replaced by a new one, and after upgrading the new property had the default value, which I think was "No AutoComplete").

Emanuel
A: 

I have no issues at all using the 2010 versions with Win forms projects in both .net 2 and 3 vintages.

Use the Project upgrade utility and you will be fine. Of course let it make a back up just in case.

Brian Spencer