Hello,I have a Visual Studio 2008 solution with several projects using Infragistics NetAdvantage 2008 Vol.2I'm facing problem with the VStudio debugger. Everytime I want to quickwatch any Infragistics control (grids, combos, etc.) I have no access to their properties.For instance, suppose I have a grid called 'this.myUltraGrid' and I put it on the quickwatch. There is no '+' button to collapse and inspect the propertes of the grid. It seems it's locked.Additionally, if I try to put 'this.myUltraGrid.Rows' in the quickwatch, I get 'this.myUltraGrid.Rows' throws an exception of type 'System.Argument.Exception', and the Message says: 'Cannot find the method on the object instance.'Any idea why this could be happening?Thank you.Best Regards, Pedro Rosas
Pedro,
Are you, by any chance, running your application under a release configuration?
Michae S.