Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
135
Cannot debug Infragistics Controls: Cannot find the method on the object instance.
posted

Hello,

I have a Visual Studio 2008 solution with several projects using Infragistics NetAdvantage 2008 Vol.2
I'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