Hi,
Does anyone know of a way to direct all the exceptions in the Xamdatagrid to the Visual Studio debugger? This would be helpful in the testing of the application to find nullreferencexceptions etc.
Thanks,
Jeff
Does any one have an article to help us in setting up the visual studio environment to debug the infragistics code. I have the source code and symbols for the current service release. I am using WPF version 11.1.2113.
Thanks we have resolved.
Hi Jeff,
I am just checking if you got this worked out or you still require any assistance or clarification on the matter.
Sincerely,DimiDeveloper Support Engineer, MCPD Infragistics, Inc.www.infragistics.com/support
You would need to enable breaking on exception from VS -> Debug -> Exceptions -> Common Language Runtime Exceptions. You can chose to break the execution when unhandled exception is thrown or regardless of whether the exception is caught.
Furthermore, if you would like to debug our code, you would need the debugging symbols for the corresponding .dlls (they are .pdb files with the same name) and the source code. As a customer of Infragistics you should have access to the source code which should even allow you to recompile all assemblies.
HTH,