Hello,

I upgraded Qt version from 4.2 to 4.4 on windows (with visual studio 2005 integration tool). I can open form files with Qt Designer; but when i try to open them from Visual Studio(Qt integration) , I get a warning "The file xxx.ui cannot be opened with the Qt4 form editor. Try converting the file using uic.exe". And it displays the xml code of the form...(I uninstalled both Qt 4.2 and Qt VS2005 integration and installed new versions..)

How can i fix that?