I am using Infragistics 10.3 in our WinForms app. In the Print Preview dialog, if my Grid contains lots of data and it will take a while for all the pages to be rendered in the dialog, a "Generating Previews" progress dialog will popup. It works perfectly fine in the previous releases. But by using 10.3, it seems two "Generating Previews" progress dialog are displayed and they overlaid as shown in the following screen shot. This is annoying and I am not sure if it will cause any problem. Please advice. Thanks!
Those names are correct. I guess I was confused by the error message of not able to find the Infragistics2....components. I fixed the compile problem by removed all the Infragistics references and re-added them. It is working now. But I still see that problem in Print Preview Dialog. How can I tell if I am using the service release dlls? Thanks.
When I open "Add References" dialog in my Visual Studio, all the Infragistics dll names become"Infragistics2..." now as shown in the following screen shot so my project cannot find the original "Infragistics.." dlls and hence cannot compile. Before I installed this service release, I have 10.1, 10.2, 10.3 and couple of old Infragistics versions for Win Forms so not sure if that caused the problem. Please advice asap. Thanks.
There's no Infragistics2 namespace. And we would certainly never change a namespace in a service release. That would be a major breaking change.
What kind of errors are you getting? Why can't you compile? Did you update your project to point to the new versions of the Infragistics references on your machine? You probably just have to run the Project Upgrade Utility or set UseSpecificVersion to false on the Infragistics references in your project.
Mike,
I tried your sample project and the problem happens on my machine as well. So I installed the latest service release (NetAdvantage for Windows Forms 2010 Vol. 3 - Windows Forms Service Release) per your suggestion. Now my project didn't compile at all. It seems to me that I need to change to use "Infragistics2" namespace now, which means I have to modify all the files? That will be not acceptable. Did I not install correctly? Thanks.